Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dlocations.cc75 Location Location::FpuRegisterOrInt32Constant(HInstruction* instruction) { in FpuRegisterOrInt32Constant() function in art::Location
Dlocations.h379 static Location FpuRegisterOrInt32Constant(HInstruction* instruction);
Dcode_generator_x86_64.cc4705 locations->SetInAt(1, Location::FpuRegisterOrInt32Constant(instruction->InputAt(1))); in HandleFieldSet()