Searched defs:t_lo (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_LIRAssembler_x86.cpp874 Register t_lo = dest->as_register_lo(); local
878 assert(t_hi == t_lo, "must be same");
879 move_regs(f_lo, t_lo);
881 assert(f_lo != f_hi && t_lo != t_hi, "invalid register allocation");
884 if (f_lo == t_hi && f_hi == t_lo) {
886 } else if (f_hi == t_lo) {
889 move_regs(f_lo, t_lo);
891 assert(f_hi != t_lo, "overwriting register");
892 move_regs(f_lo, t_lo);

Completed in 54 milliseconds