Searched defs:REX_W (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/mach_override/libudis86/
H A Ddecode.c39 #define REX_W(r) ( ( 0xF & ( r ) ) >> 3 ) macro
861 if ( REX_W( u->pfx_rex ) ) {
998 idx = eff_opr_mode(u->dis_mode, REX_W(u->pfx_rex), u->pfx_opr) / 32;
/external/llvm/lib/Target/X86/MCTargetDesc/
H A DX86BaseInfo.h382 // REX_W - REX prefixes are instruction prefixes used in 64-bit mode.
388 REX_W = 1 << REXShift, enumerator in enum:llvm::X86II::__anon26173
476 /// way as REX_W is for regular SSE instructions.
/external/pcre/dist/sljit/
H A DsljitNativeX86_common.c110 #define REX_W 0x48 macro
593 *inst++ = REX_W;
618 *inst++ = REX_W;
796 *inst++ = REX_W;
819 *inst++ = REX_W | ((op >= SLJIT_UDIV) ? REX_B : 0);
826 *inst++ = REX_W;
1219 *inst++ = REX_W | (reg_map[dst_r] >= 8 ? REX_R : 0) | (reg_map[TMP_REG1] >= 8 ? REX_B : 0);
1431 FAIL_IF(emit_do_imm32(compiler, (!compiler->mode32) ? REX_W : 0, (op_eax_imm), immw))
2636 /* REX_W is not necessary (src is not immediate). */
2702 *inst++ = REX_W | (reg_ma
[all...]
/external/qemu/disas/
H A Di386.c130 #define REX_W 8 macro
4473 USED_REX (REX_W);
4476 if (rex & REX_W)
4515 if ((rex & REX_W) || (sizeflag & DFLAG))
4519 if (!(rex & REX_W))
4543 USED_REX (REX_W);
4544 if (rex & REX_W)
4571 USED_REX (REX_W);
4572 if (rex & REX_W)
4578 if (!(rex & REX_W))
[all...]

Completed in 671 milliseconds