Searched defs:RegisterFrom (Results 1 - 1 of 1) sorted by relevance

/art/compiler/optimizing/
H A Dcommon_arm64.h65 static inline vixl::Register RegisterFrom(Location location, Primitive::Type type) { function in namespace:art::arm64::helpers
71 return RegisterFrom(instr->GetLocations()->Out(), instr->GetType());
75 return RegisterFrom(instr->GetLocations()->InAt(input_index),
105 : vixl::CPURegister(RegisterFrom(location, type));
134 return vixl::Operand(RegisterFrom(location, type));
169 return HeapOperand(RegisterFrom(location, Primitive::kPrimNot), offset);

Completed in 42 milliseconds