Searched refs:PushOntoFPStack (Results 1 – 4 of 4) sorted by relevance
/aosp12/art/compiler/optimizing/ |
H A D | code_generator_x86_64.h | 300 void PushOntoFPStack(Location source, uint32_t temp_offset,
|
H A D | code_generator_x86.h | 317 void PushOntoFPStack(Location source, uint32_t temp_offset,
|
H A D | code_generator_x86.cc | 3232 PushOntoFPStack(in, 0, adjustment, false, true); in VisitTypeConversion() 3282 PushOntoFPStack(in, 0, adjustment, false, true); in VisitTypeConversion() 3738 void InstructionCodeGeneratorX86::PushOntoFPStack(Location source, in PushOntoFPStack() function in art::x86::InstructionCodeGeneratorX86 3794 PushOntoFPStack(second, elem_size, 2 * elem_size, /* is_fp= */ true, is_wide); in GenerateRemFP() 3795 PushOntoFPStack(first, 0, 2 * elem_size, /* is_fp= */ true, is_wide); in GenerateRemFP()
|
H A D | code_generator_x86_64.cc | 3745 void InstructionCodeGeneratorX86_64::PushOntoFPStack(Location source, uint32_t temp_offset, in PushOntoFPStack() function in art::x86_64::InstructionCodeGeneratorX86_64 3781 PushOntoFPStack(second, elem_size, 2 * elem_size, is_float); in GenerateRemFP() 3782 PushOntoFPStack(first, 0, 2 * elem_size, is_float); in GenerateRemFP()
|