Home
last modified time | relevance | path

Searched refs:temp_offset (Results 1 – 3 of 3) sorted by relevance

/art/compiler/optimizing/
Dcode_generator_x86.h276 void PushOntoFPStack(Location source, uint32_t temp_offset,
Dcode_generator_x86_64.h265 void PushOntoFPStack(Location source, uint32_t temp_offset,
Dcode_generator_x86_64.cc3360 void InstructionCodeGeneratorX86_64::PushOntoFPStack(Location source, uint32_t temp_offset, in PushOntoFPStack() argument
3371 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()