Home
last modified time | relevance | path

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

/art/disassembler/
Ddisassembler_x86.cc336 bool target_specific = false; // register name depends on target (64 vs 32 bits). in DumpInstruction() local
392 target_specific = true; in DumpInstruction()
397 target_specific = true; in DumpInstruction()
1474 target_specific = true; in DumpInstruction()
1488 uint8_t rex_w = (supports_rex_ && target_specific) ? (rex | 0x48) : rex; in DumpInstruction()