• Home
  • Raw
  • Download

Lines Matching defs:rt

89 void AssemblerAarch64::Ldp(const Register &rt, const Register &rt2, const MemoryOperand &operand)  in Ldp()
123 void AssemblerAarch64::Stp(const Register &rt, const Register &rt2, const MemoryOperand &operand) in Stp()
276 void AssemblerAarch64::Ldr(const Register &rt, const MemoryOperand &operand, Scale scale) in Ldr()
302 void AssemblerAarch64::Ldr(const Register &rt, const MemoryOperand &operand) in Ldr()
307 void AssemblerAarch64::Ldrh(const Register &rt, const MemoryOperand &operand) in Ldrh()
313 void AssemblerAarch64::Ldrb(const Register &rt, const MemoryOperand &operand) in Ldrb()
319 void AssemblerAarch64::Str(const Register &rt, const MemoryOperand &operand) in Str()
356 void AssemblerAarch64::Ldur(const Register &rt, const MemoryOperand &operand) in Ldur()
368 void AssemblerAarch64::Stur(const Register &rt, const MemoryOperand &operand) in Stur()
951 void AssemblerAarch64::Cbz(const Register &rt, Label *label) in Cbz()
959 void AssemblerAarch64::Cbnz(const Register &rt, Label *label) in Cbnz()
967 void AssemblerAarch64::Cbz(const Register &rt, int32_t imm) in Cbz()
973 void AssemblerAarch64::Cbnz(const Register &rt, int32_t imm) in Cbnz()
979 void AssemblerAarch64::Tbz(const Register &rt, int32_t bitPos, Label *label) in Tbz()
987 void AssemblerAarch64::Tbz(const Register &rt, int32_t bitPos, int32_t imm) in Tbz()
996 void AssemblerAarch64::Tbnz(const Register &rt, int32_t bitPos, Label *label) in Tbnz()
1004 void AssemblerAarch64::Tbnz(const Register &rt, int32_t bitPos, int32_t imm) in Tbnz()