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

  /art/compiler/optimizing/
common_arm.h 66 return vixl::aarch32::SRegister(location.AsFpuRegisterPairLow<vixl::aarch32::SRegister>());
locations.h 205 T AsFpuRegisterPairLow() const {
code_generator.cc 736 DCHECK(is_out || !blocked_fpu_registers_[location.AsFpuRegisterPairLow<int>()]);
737 blocked_fpu_registers_[location.AsFpuRegisterPairLow<int>()] = true;
    [all...]

Completed in 66 milliseconds