HomeSort by relevance Sort by last modified time
    Searched refs:P_REXW (Results 1 - 3 of 3) sorted by null

  /external/qemu/tcg/i386/
tcg-target.c 252 # define P_REXW 0x800 /* Set REX.W = 1 */
258 # define P_REXW 0
290 #define OPC_MOVSLQ (0x63 | P_REXW)
382 assert((opc & P_REXW) == 0);
390 rex |= (opc & P_REXW) >> 8; /* REX.W */
532 /* Propagate an opcode prefix, such as P_REXW. */
543 int opc = OPC_MOVL_GvEv + (type == TCG_TYPE_I64 ? P_REXW : 0);
563 tcg_out_modrm(s, OPC_MOVL_EvIz + P_REXW, 0, ret);
571 tcg_out_opc(s, OPC_LEA | P_REXW, ret, 0, 0);
577 tcg_out_opc(s, OPC_MOVL_Iv + P_REXW + LOWREGMASK(ret), 0, ret, 0)
    [all...]
  /external/chromium_org/third_party/mach_override/libudis86/
decode.h 42 #define P_rexw ( 1 << 5 )
43 #define P_REXW(n) ( ( n >> 5 ) & 1 )
decode.c 43 #define REX_PFX_MASK(n) ( ( P_REXW(n) << 3 ) | \

Completed in 1473 milliseconds