Home
last modified time | relevance | path

Searched defs:Reg (Results 1 – 4 of 4) sorted by relevance

/aosp12/art/compiler/utils/
H A Dassembler_test.h91 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 Dregister.h26 explicit Reg(int reg_num) : num_(reg_num) { } in Reg() function
/aosp12/art/compiler/debug/
H A Delf_debug_frame_writer.h39 using Reg = dwarf::Reg; in WriteCIE() local
H A Delf_debug_loc_writer.h32 using Reg = dwarf::Reg; variable