Home
last modified time | relevance | path

Searched refs:FpuRegisterOrConstant (Results 1 – 5 of 5) sorted by relevance

/art/compiler/optimizing/
Dlocations.cc92 Location Location::FpuRegisterOrConstant(HInstruction* instruction) { in FpuRegisterOrConstant() function in art::Location
Dlocations.h391 static Location FpuRegisterOrConstant(HInstruction* instruction);
Dcode_generator_x86_64.cc4920 locations->SetInAt(1, Location::FpuRegisterOrConstant(instruction->InputAt(1))); in HandleFieldSet()
5377 locations->SetInAt(2, Location::FpuRegisterOrConstant(instruction->InputAt(2))); in VisitArraySet()
Dcode_generator_x86.cc5551 locations->SetInAt(1, Location::FpuRegisterOrConstant(instruction->InputAt(1))); in HandleFieldSet()
6032 locations->SetInAt(2, Location::FpuRegisterOrConstant(instruction->InputAt(2))); in VisitArraySet()
Dcode_generator_arm_vixl.cc2838 locations->SetInAt(1, Location::FpuRegisterOrConstant(select->GetTrueValue())); in VisitSelect()