Searched refs:PushOntoFPStack (Results 1 – 4 of 4) sorted by relevance
/art/compiler/optimizing/ |
D | code_generator_x86.h | 179 void PushOntoFPStack(Location source, uint32_t temp_offset,
|
D | code_generator_x86_64.h | 183 void PushOntoFPStack(Location source, uint32_t temp_offset,
|
D | code_generator_x86.cc | 1832 PushOntoFPStack(in, 0, adjustment, false, true); in VisitTypeConversion() 1885 PushOntoFPStack(in, 0, adjustment, false, true); in VisitTypeConversion() 2238 void InstructionCodeGeneratorX86::PushOntoFPStack(Location source, in PushOntoFPStack() function in art::x86::InstructionCodeGeneratorX86 2294 PushOntoFPStack(second, elem_size, 2 * elem_size, /* is_fp */ true, is_wide); in GenerateRemFP() 2295 PushOntoFPStack(first, 0, 2 * elem_size, /* is_fp */ true, is_wide); in GenerateRemFP()
|
D | code_generator_x86_64.cc | 2387 void InstructionCodeGeneratorX86_64::PushOntoFPStack(Location source, uint32_t temp_offset, in PushOntoFPStack() function in art::x86_64::InstructionCodeGeneratorX86_64 2423 PushOntoFPStack(second, elem_size, 2 * elem_size, is_float); in GenerateRemFP() 2424 PushOntoFPStack(first, 0, 2 * elem_size, is_float); in GenerateRemFP()
|