| H A D | assembler_aarch64.cpp | 90 void AssemblerAarch64::Ldp(const Register &rt, const Register &rt2, const MemoryOperand &operand) in Ldp() argument 124 void AssemblerAarch64::Stp(const Register &rt, const Register &rt2, const MemoryOperand &operand) in Stp() argument 158 Ldp(const VectorRegister &vt, const VectorRegister &vt2, const MemoryOperand &operand) Ldp() argument 204 Stp(const VectorRegister &vt, const VectorRegister &vt2, const MemoryOperand &operand) Stp() argument 277 Ldr(const Register &rt, const MemoryOperand &operand, Scale scale) Ldr() argument 303 Ldr(const Register &rt, const MemoryOperand &operand) Ldr() argument 308 Ldrh(const Register &rt, const MemoryOperand &operand) Ldrh() argument 314 Ldrb(const Register &rt, const MemoryOperand &operand) Ldrb() argument 320 Str(const Register &rt, const MemoryOperand &operand) Str() argument 357 Ldur(const Register &rt, const MemoryOperand &operand) Ldur() argument 369 Stur(const Register &rt, const MemoryOperand &operand) Stur() argument 697 Orr(const Register &rd, const Register &rn, const Operand &operand) Orr() argument 703 And(const Register &rd, const Register &rn, const Operand &operand) And() argument 709 Ands(const Register &rd, const Register &rn, const Operand &operand) Ands() argument 721 BitWiseOpShift(BitwiseOpCode op, const Register &rd, const Register &rn, const Operand &operand) BitWiseOpShift() argument 777 Add(const Register &rd, const Register &rn, const Operand &operand) Add() argument 795 Adds(const Register &rd, const Register &rn, const Operand &operand) Adds() argument 808 Sub(const Register &rd, const Register &rn, const Operand &operand) Sub() argument 826 Subs(const Register &rd, const Register &rn, const Operand &operand) Subs() argument 870 AddSubReg(AddSubOpCode op, const Register &rd, const Register &rn, bool setFlags, const Operand &operand) AddSubReg() argument 892 Cmp(const Register &rd, const Operand &operand) Cmp() argument 894 Subs(Register(Zero, rd.GetType()), rd, operand); Cmp() local 897 CMov(const Register &rd, const Register &rn, const Operand &operand, Condition cond) CMov() argument 1022 Tst(const Register& rn, const Operand& operand) Tst() argument 1024 Ands(Register(Zero, rn.GetType()), rn, operand); Tst() local 1149 GetImmOfLdr(const MemoryOperand &operand, Scale scale, bool isRegX) GetImmOfLdr() argument 1167 GetOpcodeOfLdr(const MemoryOperand &operand, Scale scale) GetOpcodeOfLdr() argument 1230 GetShiftOfLdr(const MemoryOperand &operand, Scale scale, bool isRegX) GetShiftOfLdr() argument [all...] |