Searched defs:Reg (Results 1 – 5 of 5) sorted by relevance
| /art/compiler/utils/ |
| D | assembler_test.h | 79 std::string RepeatR(void (Ass::*f)(Reg), const std::string& fmt) { in RepeatR() 86 std::string Repeatr(void (Ass::*f)(Reg), const std::string& fmt) { in Repeatr() 105 std::string RepeatRRNoDupes(void (Ass::*f)(Reg, Reg), const std::string& fmt) { in RepeatRRNoDupes() argument 150 std::string RepeatRRR(void (Ass::*f)(Reg, Reg, Reg), const std::string& fmt) { in RepeatRRR() argument 185 std::string RepeatRI(void (Ass::*f)(Reg, const Imm&), size_t imm_bytes, const std::string& fmt) { in RepeatRI() 189 std::string RepeatrI(void (Ass::*f)(Reg, const Imm&), size_t imm_bytes, const std::string& fmt) { in RepeatrI() 193 std::string RepeatwI(void (Ass::*f)(Reg, const Imm&), size_t imm_bytes, const std::string& fmt) { in RepeatwI() 197 std::string RepeatbI(void (Ass::*f)(Reg, const Imm&), size_t imm_bytes, const std::string& fmt) { in RepeatbI() 563 std::string RepeatFFR(void (Ass::*f)(FPReg, FPReg, Reg), const std::string& fmt) { in RepeatFFR() argument 613 std::string RepeatRFF(void (Ass::*f)(Reg, FPReg, FPReg), const std::string& fmt) { in RepeatRFF() [all …]
|
| /art/libelffile/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 | 40 using Reg = dwarf::Reg; in WriteCIE() local
|
| D | elf_debug_loc_writer.h | 32 using Reg = dwarf::Reg; variable
|
| /art/compiler/utils/riscv64/ |
| D | assembler_riscv64_test.cc | 1250 std::string RepeatCTemplateRegImm(void (Riscv64Assembler::*f)(Reg, Imm), in RepeatCTemplateRegImm() 1252 std::string (Base::*GetName)(const Reg&), in RepeatCTemplateRegImm()
|