Searched refs:target_specific (Results 1 – 1 of 1) sorted by relevance
336 bool target_specific = false; // register name depends on target (64 vs 32 bits). in DumpInstruction() local392 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()