Lines Matching defs:operand
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()
154 …blerAarch64::Ldp(const VectorRegister &vt, const VectorRegister &vt2, const MemoryOperand &operand) in Ldp()
200 …blerAarch64::Stp(const VectorRegister &vt, const VectorRegister &vt2, 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()
693 void AssemblerAarch64::Orr(const Register &rd, const Register &rn, const Operand &operand) in Orr()
699 void AssemblerAarch64::And(const Register &rd, const Register &rn, const Operand &operand) in And()
705 void AssemblerAarch64::Ands(const Register &rd, const Register &rn, const Operand &operand) in Ands()
717 …4::BitWiseOpShift(BitwiseOpCode op, const Register &rd, const Register &rn, const Operand &operand) in BitWiseOpShift()
773 void AssemblerAarch64::Add(const Register &rd, const Register &rn, const Operand &operand) in Add()
791 void AssemblerAarch64::Adds(const Register &rd, const Register &rn, const Operand &operand) in Adds()
804 void AssemblerAarch64::Sub(const Register &rd, const Register &rn, const Operand &operand) in Sub()
822 void AssemblerAarch64::Subs(const Register &rd, const Register &rn, const Operand &operand) in Subs()
867 bool setFlags, const Operand &operand) in AddSubReg()
888 void AssemblerAarch64::Cmp(const Register &rd, const Operand &operand) in Cmp()
893 void AssemblerAarch64::CMov(const Register &rd, const Register &rn, const Operand &operand, Conditi… in CMov()
1018 void AssemblerAarch64::Tst(const Register& rn, const Operand& operand) in Tst()
1145 uint64_t AssemblerAarch64::GetImmOfLdr(const MemoryOperand &operand, Scale scale, bool isRegX) in GetImmOfLdr()
1163 uint64_t AssemblerAarch64::GetOpcodeOfLdr(const MemoryOperand &operand, Scale scale) in GetOpcodeOfLdr()
1226 uint32_t AssemblerAarch64::GetShiftOfLdr(const MemoryOperand &operand, Scale scale, bool isRegX) in GetShiftOfLdr()