Home | History | Annotate | Download | only in x87

Lines Matching refs:fxch

404   x87_stack_.Fxch(reg);
418 x87_stack_.Fxch(reg1, 1);
419 x87_stack_.Fxch(reg2);
436 void LCodeGen::X87Stack::Fxch(X87Register reg, int other_slot) {
447 __ fxch(other_slot);
449 __ fxch(st);
451 __ fxch(st);
452 __ fxch(other_slot);
453 __ fxch(st);
498 x87_stack_.Fxch(dst);
509 x87_stack_.Fxch(dst);
543 x87_stack_.Fxch(src);
583 x87_stack_.Fxch(right, 1);
584 x87_stack_.Fxch(left);
4537 x87_stack_.Fxch(src);