Searched refs:target_specific (Results 1 – 1 of 1) sorted by relevance
207 bool target_specific = false; // register name depends on target (64 vs 32 bits). in DumpInstruction() local263 target_specific = true; in DumpInstruction()268 target_specific = true; in DumpInstruction()1068 target_specific = true; in DumpInstruction()1081 uint8_t rex_w = (supports_rex_ && target_specific) ? (rex | 0x48) : rex; in DumpInstruction()