Home
last modified time | relevance | path

Searched refs:PushOntoFPStack (Results 1 – 3 of 3) sorted by relevance

/art/compiler/optimizing/
Dcode_generator_x86.h276 void PushOntoFPStack(Location source, uint32_t temp_offset,
Dcode_generator_x86_64.h265 void PushOntoFPStack(Location source, uint32_t temp_offset,
Dcode_generator_x86_64.cc3360 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()