HomeSort by relevance Sort by last modified time
    Searched defs:SRegisterFrom (Results 1 - 2 of 2) sorted by null

  /art/compiler/optimizing/
common_arm.h 91 inline vixl::aarch32::SRegister SRegisterFrom(Location location) {
99 return SRegisterFrom(instr->GetLocations()->Out());
120 return SRegisterFrom(instr->GetLocations()->InAt(input_index));
common_arm64.h 105 inline vixl::aarch64::FPRegister SRegisterFrom(Location location) {
112 return type == Primitive::kPrimDouble ? DRegisterFrom(location) : SRegisterFrom(location);

Completed in 57 milliseconds