Home | History | Annotate | Download | only in optimizing

Lines Matching refs:PushOntoFPStack

2622           // InstructionCodeGeneratorX86::PushOntoFPStack and/or X86Assembler::fstps below.
2630 PushOntoFPStack(in, 0, adjustment, false, true);
2675 // InstructionCodeGeneratorX86::PushOntoFPStack and/or X86Assembler::fstpl below.
2683 PushOntoFPStack(in, 0, adjustment, false, true);
3134 void InstructionCodeGeneratorX86::PushOntoFPStack(Location source,
3190 PushOntoFPStack(second, elem_size, 2 * elem_size, /* is_fp */ true, is_wide);
3191 PushOntoFPStack(first, 0, 2 * elem_size, /* is_fp */ true, is_wide);