H A D | assembler_aarch64.cpp | 292 Register rn = operand.GetRegBase(); in Ldr() local 682 void AssemblerAarch64::Orr(const Register &rd, const Register &rn, const LogicalImmediate &imm) in Orr() argument 687 void AssemblerAarch64::And(const Register &rd, const Register &rn, const LogicalImmediate &imm) in And() argument 692 void AssemblerAarch64::Ands(const Register &rd, const Register &rn, const LogicalImmediate &imm) in Ands() argument 697 void AssemblerAarch64::Orr(const Register &rd, const Register &rn, const Operand &operand) in 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 715 BitWiseOpImm(BitwiseOpCode op, const Register &rd, const Register &rn, uint64_t imm) BitWiseOpImm() argument 721 BitWiseOpShift(BitwiseOpCode op, const Register &rd, const Register &rn, const Operand &operand) BitWiseOpShift() argument 730 Lsl(const Register &rd, const Register &rn, const Register &rm) Lsl() argument 736 Lsr(const Register &rd, const Register &rn, const Register &rm) Lsr() argument 742 Ubfm(const Register &rd, const Register &rn, unsigned immr, unsigned imms) Ubfm() argument 752 Bfm(const Register &rd, const Register &rn, unsigned immr, unsigned imms) Bfm() argument 762 Lsr(const Register &rd, const Register &rn, unsigned shift) Lsr() 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 852 AddSubImm(AddSubOpCode op, const Register &rd, const Register &rn, bool setFlags, uint64_t imm) AddSubImm() argument 870 AddSubReg(AddSubOpCode op, const Register &rd, const Register &rn, bool setFlags, const Operand &operand) AddSubReg() argument 897 CMov(const Register &rd, const Register &rn, const Operand &operand, Condition cond) CMov() argument 919 Br(const Register &rn) Br() argument 939 Blr(const Register &rn) Blr() argument 1022 Tst(const Register& rn, const Operand& operand) Tst() argument 1024 Ands(Register(Zero, rn.GetType()), rn, operand); Tst() local 1027 Tst(const Register &rn, const LogicalImmediate &imm) Tst() argument 1029 Ands(Register(Zero, rn.GetType()), rn, imm); Tst() local 1135 Ret(const Register &rn) Ret() argument [all...] |