Lines Matching defs:rt
86 void AssemblerAarch64::Ldp(const Register &rt, const Register &rt2, const MemoryOperand &operand) in Ldp()
120 void AssemblerAarch64::Stp(const Register &rt, const Register &rt2, const MemoryOperand &operand) in Stp()
273 void AssemblerAarch64::Ldr(const Register &rt, const MemoryOperand &operand, Scale scale) in Ldr()
299 void AssemblerAarch64::Ldr(const Register &rt, const MemoryOperand &operand) in Ldr()
304 void AssemblerAarch64::Ldrh(const Register &rt, const MemoryOperand &operand) in Ldrh()
310 void AssemblerAarch64::Ldrb(const Register &rt, const MemoryOperand &operand) in Ldrb()
316 void AssemblerAarch64::Str(const Register &rt, const MemoryOperand &operand) in Str()
353 void AssemblerAarch64::Ldur(const Register &rt, const MemoryOperand &operand) in Ldur()
365 void AssemblerAarch64::Stur(const Register &rt, const MemoryOperand &operand) in Stur()
956 void AssemblerAarch64::Cbz(const Register &rt, Label *label) in Cbz()
964 void AssemblerAarch64::Cbnz(const Register &rt, Label *label) in Cbnz()
972 void AssemblerAarch64::Cbz(const Register &rt, int32_t imm) in Cbz()
978 void AssemblerAarch64::Cbnz(const Register &rt, int32_t imm) in Cbnz()
984 void AssemblerAarch64::Tbz(const Register &rt, int32_t bitPos, Label *label) in Tbz()
992 void AssemblerAarch64::Tbz(const Register &rt, int32_t bitPos, int32_t imm) in Tbz()
1001 void AssemblerAarch64::Tbnz(const Register &rt, int32_t bitPos, Label *label) in Tbnz()
1009 void AssemblerAarch64::Tbnz(const Register &rt, int32_t bitPos, int32_t imm) in Tbnz()