Home
last modified time | relevance | path

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

/art/compiler/utils/
Dassembler_test.h63 std::string RepeatR(void (Ass::*f)(Reg), std::string fmt) { in RepeatR()
70 std::string Repeatr(void (Ass::*f)(Reg), std::string fmt) { in Repeatr()
77 std::string RepeatRR(void (Ass::*f)(Reg, Reg), std::string fmt) { in RepeatRR() argument
86 std::string RepeatRRNoDupes(void (Ass::*f)(Reg, Reg), std::string fmt) { in RepeatRRNoDupes() argument
95 std::string Repeatrr(void (Ass::*f)(Reg, Reg), std::string fmt) { in Repeatrr() argument
104 std::string RepeatRRR(void (Ass::*f)(Reg, Reg, Reg), std::string fmt) { in RepeatRRR() argument
115 std::string Repeatrb(void (Ass::*f)(Reg, Reg), std::string fmt) { in Repeatrb() argument
124 std::string RepeatRr(void (Ass::*f)(Reg, Reg), std::string fmt) { in RepeatRr() argument
133 std::string RepeatRI(void (Ass::*f)(Reg, const Imm&), size_t imm_bytes, std::string fmt) { in RepeatRI()
137 std::string Repeatri(void (Ass::*f)(Reg, const Imm&), size_t imm_bytes, std::string fmt) { in Repeatri()
[all …]
/art/compiler/utils/arm/
Dassembler_arm_test.h66 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/
Dregister.h26 explicit Reg(int reg_num) : num_(reg_num) { } in Reg() function
/art/compiler/debug/
Delf_debug_frame_writer.h35 using Reg = dwarf::Reg; in WriteCIE() local
Delf_debug_loc_writer.h32 using Reg = dwarf::Reg; variable