Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_x86.h179 void PushOntoFPStack(Location source, uint32_t temp_offset,
Dcode_generator_x86_64.h183 void PushOntoFPStack(Location source, uint32_t temp_offset,
Dcode_generator_x86.cc2239 uint32_t temp_offset, in PushOntoFPStack() argument
2260 Location stack_temp = Location::StackSlot(temp_offset); in PushOntoFPStack()
2263 __ flds(Address(ESP, temp_offset)); in PushOntoFPStack()
2265 __ filds(Address(ESP, temp_offset)); in PushOntoFPStack()
2268 Location stack_temp = Location::DoubleStackSlot(temp_offset); in PushOntoFPStack()
2271 __ fldl(Address(ESP, temp_offset)); in PushOntoFPStack()
2273 __ fildl(Address(ESP, temp_offset)); in PushOntoFPStack()
Dcode_generator_x86_64.cc2387 void InstructionCodeGeneratorX86_64::PushOntoFPStack(Location source, uint32_t temp_offset, in PushOntoFPStack() argument
2398 Location stack_temp = Location::StackSlot(temp_offset); in PushOntoFPStack()
2400 __ flds(Address(CpuRegister(RSP), temp_offset)); in PushOntoFPStack()
2402 Location stack_temp = Location::DoubleStackSlot(temp_offset); in PushOntoFPStack()
2404 __ fldl(Address(CpuRegister(RSP), temp_offset)); in PushOntoFPStack()