• Home
  • Raw
  • Download

Lines Matching defs:rt

89 void AssemblerAarch64::Ldp(const Register &rt, const Register &rt2, const MemoryOperand &operand)  in Ldp()
121 void AssemblerAarch64::Stp(const Register &rt, const Register &rt2, const MemoryOperand &operand) in Stp()
265 void AssemblerAarch64::Ldr(const Register &rt, const MemoryOperand &operand, Scale scale) in Ldr()
291 void AssemblerAarch64::Ldr(const Register &rt, const MemoryOperand &operand) in Ldr()
296 void AssemblerAarch64::Ldrh(const Register &rt, const MemoryOperand &operand) in Ldrh()
302 void AssemblerAarch64::Ldrb(const Register &rt, const MemoryOperand &operand) in Ldrb()
308 void AssemblerAarch64::Str(const Register &rt, const MemoryOperand &operand) in Str()
343 void AssemblerAarch64::Ldur(const Register &rt, const MemoryOperand &operand) in Ldur()
355 void AssemblerAarch64::Stur(const Register &rt, const MemoryOperand &operand) in Stur()
958 void AssemblerAarch64::Cbz(const Register &rt, Label *label) in Cbz()
966 void AssemblerAarch64::Cbnz(const Register &rt, Label *label) in Cbnz()
974 void AssemblerAarch64::Cbz(const Register &rt, int32_t imm) in Cbz()
980 void AssemblerAarch64::Cbnz(const Register &rt, int32_t imm) in Cbnz()
986 void AssemblerAarch64::Tbz(const Register &rt, int32_t bitPos, Label *label) in Tbz()
994 void AssemblerAarch64::Tbz(const Register &rt, int32_t bitPos, int32_t imm) in Tbz()
1003 void AssemblerAarch64::Tbnz(const Register &rt, int32_t bitPos, Label *label) in Tbnz()
1011 void AssemblerAarch64::Tbnz(const Register &rt, int32_t bitPos, int32_t imm) in Tbnz()