Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_x86_64.h357 void PushOntoFPStack(Location source, uint32_t temp_offset,
Dcode_generator_x86.h368 void PushOntoFPStack(Location source, uint32_t temp_offset,
Dcode_generator_x86.cc4020 uint32_t temp_offset, in PushOntoFPStack() argument
4041 Location stack_temp = Location::StackSlot(temp_offset); in PushOntoFPStack()
4044 __ flds(Address(ESP, temp_offset)); in PushOntoFPStack()
4046 __ filds(Address(ESP, temp_offset)); in PushOntoFPStack()
4049 Location stack_temp = Location::DoubleStackSlot(temp_offset); in PushOntoFPStack()
4052 __ fldl(Address(ESP, temp_offset)); in PushOntoFPStack()
4054 __ fildl(Address(ESP, temp_offset)); in PushOntoFPStack()
Dcode_generator_x86_64.cc4147 void InstructionCodeGeneratorX86_64::PushOntoFPStack(Location source, uint32_t temp_offset, in PushOntoFPStack() argument
4158 Location stack_temp = Location::StackSlot(temp_offset); in PushOntoFPStack()
4160 __ flds(Address(CpuRegister(RSP), temp_offset)); in PushOntoFPStack()
4162 Location stack_temp = Location::DoubleStackSlot(temp_offset); in PushOntoFPStack()
4164 __ fldl(Address(CpuRegister(RSP), temp_offset)); in PushOntoFPStack()