Searched defs:Reg (Results 1 – 5 of 5) sorted by relevance
/art/compiler/utils/ |
D | assembler_test.h | 66 std::string RepeatR(void (Ass::*f)(Reg), const std::string& fmt) { in RepeatR() 73 std::string Repeatr(void (Ass::*f)(Reg), const std::string& fmt) { in Repeatr() 80 std::string RepeatRR(void (Ass::*f)(Reg, Reg), const std::string& fmt) { in RepeatRR() argument 89 std::string RepeatRRNoDupes(void (Ass::*f)(Reg, Reg), const std::string& fmt) { in RepeatRRNoDupes() argument 98 std::string Repeatrr(void (Ass::*f)(Reg, Reg), const std::string& fmt) { in Repeatrr() argument 107 std::string RepeatRRR(void (Ass::*f)(Reg, Reg, Reg), const std::string& fmt) { in RepeatRRR() argument 118 std::string Repeatrb(void (Ass::*f)(Reg, Reg), const std::string& fmt) { in Repeatrb() argument 127 std::string RepeatRr(void (Ass::*f)(Reg, Reg), const std::string& fmt) { in RepeatRr() argument 136 std::string RepeatRI(void (Ass::*f)(Reg, const Imm&), size_t imm_bytes, const std::string& fmt) { in RepeatRI() 140 std::string Repeatri(void (Ass::*f)(Reg, const Imm&), size_t imm_bytes, const std::string& fmt) { in Repeatri() [all …]
|
/art/compiler/utils/arm/ |
D | assembler_arm_test.h | 66 std::string RepeatRRIIC(void (Ass::*f)(Reg, Reg, Imm, Imm, Cond), in RepeatRRIIC() 165 std::string RepeatRRiiC(void (Ass::*f)(Reg, Reg, Imm, Imm, Cond), in RepeatRRiiC() 256 std::string RepeatRRC(void (Ass::*f)(Reg, Reg, Cond), std::string fmt) { in RepeatRRC() 318 std::string RepeatRRRC(void (Ass::*f)(Reg, Reg, Reg, Cond), std::string fmt) { in RepeatRRRC()
|
/art/compiler/debug/dwarf/ |
D | register.h | 26 explicit Reg(int reg_num) : num_(reg_num) { } in Reg() function
|
/art/compiler/debug/ |
D | elf_debug_frame_writer.h | 35 using Reg = dwarf::Reg; in WriteCIE() local
|
D | elf_debug_loc_writer.h | 32 using Reg = dwarf::Reg; variable
|