Searched defs:Reg (Results 1 – 4 of 4) sorted by relevance
/aosp12/art/compiler/utils/ |
H A D | assembler_test.h | 91 std::string RepeatRR(void (Ass::*f)(Reg, Reg), const std::string& fmt) { in RepeatRR() argument 100 std::string RepeatRRNoDupes(void (Ass::*f)(Reg, Reg), const std::string& fmt) { in RepeatRRNoDupes() argument 109 std::string Repeatrr(void (Ass::*f)(Reg, Reg), const std::string& fmt) { in Repeatrr() argument 118 std::string Repeatww(void (Ass::*f)(Reg, Reg), const std::string& fmt) { in Repeatww() argument 127 std::string Repeatbb(void (Ass::*f)(Reg, Reg), const std::string& fmt) { in Repeatbb() argument 136 std::string RepeatRRR(void (Ass::*f)(Reg, Reg, Reg), const std::string& fmt) { in RepeatRRR() argument 147 std::string Repeatrb(void (Ass::*f)(Reg, Reg), const std::string& fmt) { in Repeatrb() argument 156 std::string RepeatRr(void (Ass::*f)(Reg, Reg), const std::string& fmt) { in RepeatRr() argument 899 std::string RepeatRA(void (Ass::*f)(Reg, const Addr&), in RepeatRA() 918 std::string RepeatrA(void (Ass::*f)(Reg, const Addr&), in RepeatrA() [all …]
|
/aosp12/art/libelffile/dwarf/ |
H A D | register.h | 26 explicit Reg(int reg_num) : num_(reg_num) { } in Reg() function
|
/aosp12/art/compiler/debug/ |
H A D | elf_debug_frame_writer.h | 39 using Reg = dwarf::Reg; in WriteCIE() local
|
H A D | elf_debug_loc_writer.h | 32 using Reg = dwarf::Reg; variable
|