Searched refs:PushOntoFPStack (Results 1 – 4 of 4) sorted by relevance
/art/compiler/optimizing/ |
D | code_generator_x86_64.h | 357 void PushOntoFPStack(Location source, uint32_t temp_offset,
|
D | code_generator_x86.h | 368 void PushOntoFPStack(Location source, uint32_t temp_offset,
|
D | code_generator_x86.cc | 3513 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()
|
D | code_generator_x86_64.cc | 4147 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()
|