Searched refs:temp_offset (Results 1 – 3 of 3) sorted by relevance
276 void PushOntoFPStack(Location source, uint32_t temp_offset,
265 void PushOntoFPStack(Location source, uint32_t temp_offset,
3360 void InstructionCodeGeneratorX86_64::PushOntoFPStack(Location source, uint32_t temp_offset, in PushOntoFPStack() argument3371 Location stack_temp = Location::StackSlot(temp_offset); in PushOntoFPStack()3373 __ flds(Address(CpuRegister(RSP), temp_offset)); in PushOntoFPStack()3375 Location stack_temp = Location::DoubleStackSlot(temp_offset); in PushOntoFPStack()3377 __ fldl(Address(CpuRegister(RSP), temp_offset)); in PushOntoFPStack()