Searched refs:PushOntoFPStack (Results 1 – 3 of 3) sorted by relevance
/art/compiler/optimizing/ |
D | code_generator_x86.h | 276 void PushOntoFPStack(Location source, uint32_t temp_offset,
|
D | code_generator_x86_64.h | 265 void PushOntoFPStack(Location source, uint32_t temp_offset,
|
D | code_generator_x86_64.cc | 3360 void InstructionCodeGeneratorX86_64::PushOntoFPStack(Location source, uint32_t temp_offset, in PushOntoFPStack() function in art::x86_64::InstructionCodeGeneratorX86_64 3396 PushOntoFPStack(second, elem_size, 2 * elem_size, is_float); in GenerateRemFP() 3397 PushOntoFPStack(first, 0, 2 * elem_size, is_float); in GenerateRemFP()
|