Home
last modified time | relevance | path

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

/art/disassembler/
Ddisassembler_x86.cc74 constexpr uint8_t REX_W = 8U /* 0b1000 */; variable
82 bool rex_w = (rex & REX_W) != 0; in DumpReg0()
415 if ((rex & REX_W) != 0) { in DumpInstruction()
1126 rex |= (rex == 0 ? 0 : REX_W); in DumpInstruction()
1367 if ((rex & REX_W) != 0) { in DumpInstruction()
1528 } else if ((rex & REX_W) != 0) { in DumpInstruction()