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

/art/compiler/optimizing/
H A Dcode_generator_x86.cc2622 // 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, function in class:art::x86::InstructionCodeGeneratorX86
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);
H A Dcode_generator_x86_64.cc3203 void InstructionCodeGeneratorX86_64::PushOntoFPStack(Location source, uint32_t temp_offset, function in class:art::x86_64::InstructionCodeGeneratorX86_64
3239 PushOntoFPStack(second, elem_size, 2 * elem_size, is_float);
3240 PushOntoFPStack(first, 0, 2 * elem_size, is_float);

Completed in 239 milliseconds