Home
last modified time | relevance | path

Searched refs:REX_W (Results 1 – 1 of 1) sorted by relevance

/art/disassembler/
Ddisassembler_x86.cc64 constexpr uint8_t REX_W = 8U /* 0b1000 */; variable
72 bool rex_w = (rex & REX_W) != 0; in DumpReg0()
400 if ((rex & REX_W) != 0) { in DumpInstruction()
1111 rex |= (rex == 0 ? 0 : REX_W); in DumpInstruction()
1352 if ((rex & REX_W) != 0) { in DumpInstruction()
1512 } else if ((rex & REX_W) != 0) { in DumpInstruction()