Lines Matching refs:rt
300 void Ldp(const Register &rt, const Register &rt2, const MemoryOperand &operand);
301 void Stp(const Register &rt, const Register &rt2, const MemoryOperand &operand);
304 void Ldr(const Register &rt, const MemoryOperand &operand);
305 void Ldrh(const Register &rt, const MemoryOperand &operand);
306 void Ldrb(const Register &rt, const MemoryOperand &operand);
307 void Str(const Register &rt, const MemoryOperand &operand);
308 void Ldur(const Register &rt, const MemoryOperand &operand);
309 void Stur(const Register &rt, const MemoryOperand &operand);
341 void Cbz(const Register &rt, int32_t imm);
342 void Cbz(const Register &rt, Label *label);
343 void Cbnz(const Register &rt, int32_t imm);
344 void Cbnz(const Register &rt, Label *label);
345 void Tbz(const Register &rt, int32_t bitPos, Label *label);
346 void Tbz(const Register &rt, int32_t bitPos, int32_t imm);
347 void Tbnz(const Register &rt, int32_t bitPos, Label *label);
348 void Tbnz(const Register &rt, int32_t bitPos, int32_t imm);
421 void Ldr(const Register &rt, const MemoryOperand &operand, Scale scale);