Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_x86.h308 void PushOntoFPStack(Location source, uint32_t temp_offset,
Dcode_generator_x86_64.h300 void PushOntoFPStack(Location source, uint32_t temp_offset,
Dcode_generator_x86.cc3553 uint32_t temp_offset, in PushOntoFPStack() argument
3574 Location stack_temp = Location::StackSlot(temp_offset); in PushOntoFPStack()
3577 __ flds(Address(ESP, temp_offset)); in PushOntoFPStack()
3579 __ filds(Address(ESP, temp_offset)); in PushOntoFPStack()
3582 Location stack_temp = Location::DoubleStackSlot(temp_offset); in PushOntoFPStack()
3585 __ fldl(Address(ESP, temp_offset)); in PushOntoFPStack()
3587 __ fildl(Address(ESP, temp_offset)); in PushOntoFPStack()
Dcode_generator_x86_64.cc3658 void InstructionCodeGeneratorX86_64::PushOntoFPStack(Location source, uint32_t temp_offset, in PushOntoFPStack() argument
3669 Location stack_temp = Location::StackSlot(temp_offset); in PushOntoFPStack()
3671 __ flds(Address(CpuRegister(RSP), temp_offset)); in PushOntoFPStack()
3673 Location stack_temp = Location::DoubleStackSlot(temp_offset); in PushOntoFPStack()
3675 __ fldl(Address(CpuRegister(RSP), temp_offset)); in PushOntoFPStack()