HomeSort by relevance Sort by last modified time
    Searched refs:FpuRegisterPairLocation (Results 1 - 6 of 6) sorted by null

  /art/compiler/optimizing/
common_arm.h 227 return Location::FpuRegisterPairLocation(low.GetCode(), high.GetCode());
locations.h 141 static Location FpuRegisterPairLocation(int low, int high) {
code_generator_arm.h 138 ? Location::FpuRegisterPairLocation(S0, S1)
ssa_liveness_analysis.cc 488 return Location::FpuRegisterPairLocation(GetRegister(), GetHighInterval()->GetRegister());
register_allocation_resolver.cc 214 Location location = Location::FpuRegisterPairLocation(
code_generator_arm.cc     [all...]

Completed in 1169 milliseconds