Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_x86.h179 void PushOntoFPStack(Location source, uint32_t temp_offset,
Dcode_generator_x86_64.h183 void PushOntoFPStack(Location source, uint32_t temp_offset,
Dcode_generator_x86.cc1832 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()
Dcode_generator_x86_64.cc2387 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()