Home
last modified time | relevance | path

Searched refs:PushOntoFPStack (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.cc3513 PushOntoFPStack(in, 0, adjustment, false, true); in VisitTypeConversion()
3563 PushOntoFPStack(in, 0, adjustment, false, true); in VisitTypeConversion()
4019 void InstructionCodeGeneratorX86::PushOntoFPStack(Location source, in PushOntoFPStack() function in art::x86::InstructionCodeGeneratorX86
4075 PushOntoFPStack(second, elem_size, 2 * elem_size, /* is_fp= */ true, is_wide); in GenerateRemFP()
4076 PushOntoFPStack(first, 0, 2 * elem_size, /* is_fp= */ true, is_wide); in GenerateRemFP()
Dcode_generator_x86_64.cc4147 void InstructionCodeGeneratorX86_64::PushOntoFPStack(Location source, uint32_t temp_offset, in PushOntoFPStack() function in art::x86_64::InstructionCodeGeneratorX86_64
4183 PushOntoFPStack(second, elem_size, 2 * elem_size, is_float); in GenerateRemFP()
4184 PushOntoFPStack(first, 0, 2 * elem_size, is_float); in GenerateRemFP()