Home
last modified time | relevance | path

Searched refs:PushOntoFPStack (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.cc3046 PushOntoFPStack(in, 0, adjustment, false, true); in VisitTypeConversion()
3096 PushOntoFPStack(in, 0, adjustment, false, true); in VisitTypeConversion()
3552 void InstructionCodeGeneratorX86::PushOntoFPStack(Location source, in PushOntoFPStack() function in art::x86::InstructionCodeGeneratorX86
3608 PushOntoFPStack(second, elem_size, 2 * elem_size, /* is_fp= */ true, is_wide); in GenerateRemFP()
3609 PushOntoFPStack(first, 0, 2 * elem_size, /* is_fp= */ true, is_wide); in GenerateRemFP()
Dcode_generator_x86_64.cc3658 void InstructionCodeGeneratorX86_64::PushOntoFPStack(Location source, uint32_t temp_offset, in PushOntoFPStack() function in art::x86_64::InstructionCodeGeneratorX86_64
3694 PushOntoFPStack(second, elem_size, 2 * elem_size, is_float); in GenerateRemFP()
3695 PushOntoFPStack(first, 0, 2 * elem_size, is_float); in GenerateRemFP()