H A D | macro-assembler-aarch64.h | 381 int index = in erase() local 383 typed_set_[index].erase(branch_info); in erase() 423 static ImmBranchType BranchTypeFromIndex(int index) { in BranchTypeFromIndex() argument 424 switch (index) { in BranchTypeFromIndex() 1660 void Fmov(const VRegister& vd, int index, const Register& rn) { in Fmov() argument 1663 if (vd.Is1D() && (index == 0)) { in Fmov() 1664 mov(vd, index, rn); in Fmov() 1666 fmov(vd, index, rn); in Fmov() 1669 void Fmov(const Register& rd, const VRegister& vn, int index) { in Fmov() argument 1672 if (vn.Is1D() && (index in Fmov() 3291 Dup(const VRegister& vd, const VRegister& vn, int index) Dup() argument 3301 Ext(const VRegister& vd, const VRegister& vn, const VRegister& vm, int index) Ext() argument 3463 Mov(const VRegister& vd, const VRegister& vn, int index) Mov() argument 4228 Dup(const ZRegister& zd, const ZRegister& zn, int index) Dup() argument 4436 Fcmla(const ZRegister& zda, const ZRegister& zn, const ZRegister& zm, int index, int rot) Fcmla() argument 4710 Fmul(const ZRegister& zd, const ZRegister& zn, const ZRegister& zm, unsigned index) Fmul() argument 5481 Mov(const ZRegister& zd, const ZRegister& zn, unsigned index) Mov() argument 6788 Mul(const ZRegister& zd, const ZRegister& zn, const ZRegister& zm, int index) Mul() argument 6986 Smullb(const ZRegister& zd, const ZRegister& zn, const ZRegister& zm, int index) Smullb() argument 6999 Smullt(const ZRegister& zd, const ZRegister& zn, const ZRegister& zm, int index) Smullt() argument 7065 Sqdmulh(const ZRegister& zd, const ZRegister& zn, const ZRegister& zm, int index) Sqdmulh() argument 7078 Sqdmullb(const ZRegister& zd, const ZRegister& zn, const ZRegister& zm, int index) Sqdmullb() argument 7091 Sqdmullt(const ZRegister& zd, const ZRegister& zn, const ZRegister& zm, int index) Sqdmullt() argument 7138 Sqrdmulh(const ZRegister& zd, const ZRegister& zn, const ZRegister& zm, int index) Sqrdmulh() argument 7431 Umullb(const ZRegister& zd, const ZRegister& zn, const ZRegister& zm, int index) Umullb() argument 7444 Umullt(const ZRegister& zd, const ZRegister& zn, const ZRegister& zm, int index) Umullt() argument [all...] |