/external/chromium_org/third_party/yasm/source/patched-yasm/ |
x86insns.c | [all...] |
x86insn_gas.gperf | 20 adcw, arith_insn, 22, SUF_W, 0x10, 0x02, 0, 0, 0, 0, 0 34 addw, arith_insn, 22, SUF_W, 0x00, 0x00, 0, 0, 0, 0, 0 53 andw, arith_insn, 22, SUF_W, 0x20, 0x04, 0, 0, 0, 0, 0 56 arplw, arpl_insn, 1, SUF_W, 0, 0, 0, NOT_64, CPU_286, CPU_Prot, 0 67 blsiw, vex_gpr_ndd_rm_0F38_regext_insn, 2, SUF_W, 0x00, 0xF3, 0x03, ONLY_AVX, CPU_BMI1, 0, 0 70 blsmskw, vex_gpr_ndd_rm_0F38_regext_insn, 2, SUF_W, 0x00, 0xF3, 0x02, ONLY_AVX, CPU_BMI1, 0, 0 73 blsrw, vex_gpr_ndd_rm_0F38_regext_insn, 2, SUF_W, 0x00, 0xF3, 0x01, ONLY_AVX, CPU_BMI1, 0, 0 76 boundw, bound_insn, 2, SUF_W, 0, 0, 0, NOT_64, CPU_186, 0, 0 80 bsfw, bsfr_insn, 3, SUF_W, 0xBC, 0, 0, 0, CPU_386, 0, 0 84 bsrw, bsfr_insn, 3, SUF_W, 0xBD, 0, 0, 0, CPU_386, 0, [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/ |
x86id.c | 57 SUF_W = 1<<2, 61 SUF_MASK = SUF_Z|SUF_B|SUF_W|SUF_L|SUF_Q|SUF_S, [all...] |