Searched refs:ArmFp (Results 1 - 5 of 5) sorted by path

/art/compiler/debug/dwarf/
H A Dregister.h39 static Reg ArmFp(int num) { return Reg(64 + num); } // S0–S31. function in class:art::dwarf::Reg
/art/compiler/debug/
H A Delf_debug_frame_writer.h55 opcodes.Undefined(Reg::ArmFp(reg));
57 opcodes.SameValue(Reg::ArmFp(reg));
H A Delf_debug_loc_writer.h59 return Reg::ArmFp(machine_reg);
/art/compiler/optimizing/
H A Dcommon_arm.h46 return dwarf::Reg::ArmFp(static_cast<int>(reg.GetCode()));
/art/compiler/utils/arm/
H A Djni_macro_assembler_arm_vixl.cc53 return dwarf::Reg::ArmFp(static_cast<int>(reg.GetCode()));

Completed in 82 milliseconds