Home
last modified time | relevance | path

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

/art/disassembler/
Ddisassembler_x86.cc304 bool target_specific = false; // register name depends on target (64 vs 32 bits). in DumpInstruction() local
360 target_specific = true; in DumpInstruction()
365 target_specific = true; in DumpInstruction()
1253 target_specific = true; in DumpInstruction()
1267 uint8_t rex_w = (supports_rex_ && target_specific) ? (rex | 0x48) : rex; in DumpInstruction()