From f12dc42220ed7e6c33d5d2334be971ae74b805d5 Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Wed, 5 Jan 2011 00:16:57 +0000 Subject: Implement BMI instructions. --- opcodes/i386-gen.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'opcodes/i386-gen.c') diff --git a/opcodes/i386-gen.c b/opcodes/i386-gen.c index 81e51dd..4b2ed29 100644 --- a/opcodes/i386-gen.c +++ b/opcodes/i386-gen.c @@ -140,6 +140,8 @@ static initializer cpu_flag_init[] = "CpuMMX|CpuSSE|CpuSSE2|CpuSSE3|CpuSSSE3|CpuSSE4_1|CpuSSE4_2|CpuSSE4a|CpuABM|CpuAVX|CpuFMA4|CpuXOP" }, { "CPU_LWP_FLAGS", "CpuLWP" }, + { "CPU_BMI_FLAGS", + "CpuBMI" }, { "CPU_MOVBE_FLAGS", "CpuMovbe" }, { "CPU_RDTSCP_FLAGS", @@ -320,6 +322,7 @@ static bitfield cpu_flags[] = BITFIELD (CpuFMA4), BITFIELD (CpuXOP), BITFIELD (CpuLWP), + BITFIELD (CpuBMI), BITFIELD (CpuLM), BITFIELD (CpuMovbe), BITFIELD (CpuEPT), -- cgit v1.1