Searched refs:REX_W (Results 1 – 3 of 3) sorted by relevance
/art/compiler/dex/quick/x86/ |
D | assemble_x86.cc | 87 …se | IS_TERTIARY_OP | REG_USE02 | SETS_CCODES | uses_ccodes, { REX_W, 0, rm… 88 …se | IS_QUIN_OP | REG_USE014 | SETS_CCODES | uses_ccodes, { REX_W, 0, rm… 89 …OP | REG_USE1 | SETS_CCODES | uses_ccodes, { THREAD_PREFIX, REX_W, rm32_r32, 0, 0, 0… 90 … IS_BINARY_OP | reg_def | REG_USE01 | SETS_CCODES | uses_ccodes, { REX_W, 0, r3… 91 …AD | IS_TERTIARY_OP | reg_def | REG_USE01 | SETS_CCODES | uses_ccodes, { REX_W, 0, r3… 92 …AD | IS_QUIN_OP | reg_def | REG_USE012 | SETS_CCODES | uses_ccodes, { REX_W, 0, r3… 93 …OP | reg_def | REG_USE0 | SETS_CCODES | uses_ccodes, { THREAD_PREFIX, REX_W, r32_rm32, 0, 0, 0… 94 … IS_BINARY_OP | reg_def | REG_USE0 | SETS_CCODES | uses_ccodes, { REX_W, 0, rm… 95 …se | IS_TERTIARY_OP | REG_USE0 | SETS_CCODES | uses_ccodes, { REX_W, 0, rm… 96 …se | IS_QUIN_OP | REG_USE01 | SETS_CCODES | uses_ccodes, { REX_W, 0, rm… [all …]
|
D | x86_lir.h | 715 #define REX_W 0x48 macro
|
/art/disassembler/ |
D | disassembler_x86.cc | 63 constexpr uint8_t REX_W = 8U /* 0b1000 */; variable 71 bool rex_w = (rex & REX_W) != 0; in DumpReg0() 368 if ((rex & REX_W) != 0) { in DumpInstruction() 936 rex |= (rex == 0 ? 0 : REX_W); in DumpInstruction() 1131 if ((rex & REX_W) != 0) { in DumpInstruction() 1291 } else if ((rex & REX_W) != 0) { in DumpInstruction()
|