Searched refs:IS_A_TEMP (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/cpu/x86/vm/
H A Dassembler_x86.cpp9531 #define IS_A_TEMP(reg) ((reg) == temp_reg || (reg) == temp2_reg) macro
9556 if (!IS_A_TEMP(rax)) { push(rax); pushed_rax = true; }
9559 if (!IS_A_TEMP(rcx)) { push(rcx); pushed_rcx = true; }
9560 if (!IS_A_TEMP(rdi)) { push(rdi); pushed_rdi = true; }
9622 #undef IS_A_TEMP macro

Completed in 65 milliseconds