/third_party/node/deps/v8/src/codegen/arm64/ |
H A D | assembler-arm64.h | 476 void and_(const VRegister& vd, const VRegister& vn, const VRegister& vm); 482 void bic(const VRegister& vd, const VRegister& vn, const VRegister& vm); 485 void bif(const VRegister& vd, const VRegister& vn, const VRegister& vm); 488 void bit(const VRegister& vd, const VRegister& vn, const VRegister& vm); 491 void bsl(const VRegister& vd, const VRegister& vn, const VRegister& vm); 494 void pmul(const VRegister& vd, const VRegister& vn, const VRegister& vm); 501 void mvn(const VRegister& vd, const VRegister& vn); 508 void suqadd(const VRegister& vd, const VRegister& vn); 511 void usqadd(const VRegister& vd, const VRegister& vn); 514 void abs(const VRegister& vd, const VRegister& vn); [all...] |
H A D | assembler-arm64.cc | 1433 void Assembler::NEON3DifferentL(const VRegister& vd, const VRegister& vn, in NEON3DifferentL() argument 1435 DCHECK(AreSameFormat(vn, vm)); in NEON3DifferentL() 1436 DCHECK((vn.Is1H() && vd.Is1S()) || (vn.Is1S() && vd.Is1D()) || in NEON3DifferentL() 1437 (vn.Is8B() && vd.Is8H()) || (vn.Is4H() && vd.Is4S()) || in NEON3DifferentL() 1438 (vn.Is2S() && vd.Is2D()) || (vn.Is16B() && vd.Is8H()) || in NEON3DifferentL() 1439 (vn.Is8H() && vd.Is4S()) || (vn in NEON3DifferentL() 1450 NEON3DifferentW(const VRegister& vd, const VRegister& vn, const VRegister& vm, NEON3DifferentOp vop) NEON3DifferentW() argument 1459 NEON3DifferentHN(const VRegister& vd, const VRegister& vn, const VRegister& vm, NEON3DifferentOp vop) NEON3DifferentHN() argument 1534 NEONPerm(const VRegister& vd, const VRegister& vn, const VRegister& vm, NEONPermOp op) NEONPerm() argument 1541 trn1(const VRegister& vd, const VRegister& vn, const VRegister& vm) trn1() argument 1546 trn2(const VRegister& vd, const VRegister& vn, const VRegister& vm) trn2() argument 1551 uzp1(const VRegister& vd, const VRegister& vn, const VRegister& vm) uzp1() argument 1556 uzp2(const VRegister& vd, const VRegister& vn, const VRegister& vm) uzp2() argument 1561 zip1(const VRegister& vd, const VRegister& vn, const VRegister& vm) zip1() argument 1566 zip2(const VRegister& vd, const VRegister& vn, const VRegister& vm) zip2() argument 1571 NEONShiftImmediate(const VRegister& vd, const VRegister& vn, NEONShiftImmediateOp op, int immh_immb) NEONShiftImmediate() argument 1585 NEONShiftLeftImmediate(const VRegister& vd, const VRegister& vn, int shift, NEONShiftImmediateOp op) NEONShiftLeftImmediate() argument 1592 NEONShiftRightImmediate(const VRegister& vd, const VRegister& vn, int shift, NEONShiftImmediateOp op) NEONShiftRightImmediate() argument 1600 NEONShiftImmediateL(const VRegister& vd, const VRegister& vn, int shift, NEONShiftImmediateOp op) NEONShiftImmediateL() argument 1614 NEONShiftImmediateN(const VRegister& vd, const VRegister& vn, int shift, NEONShiftImmediateOp op) NEONShiftImmediateN() argument 1636 shl(const VRegister& vd, const VRegister& vn, int shift) shl() argument 1641 sli(const VRegister& vd, const VRegister& vn, int shift) sli() argument 1646 sqshl(const VRegister& vd, const VRegister& vn, int shift) sqshl() argument 1650 sqshlu(const VRegister& vd, const VRegister& vn, int shift) sqshlu() argument 1654 uqshl(const VRegister& vd, const VRegister& vn, int shift) uqshl() argument 1658 sshll(const VRegister& vd, const VRegister& vn, int shift) sshll() argument 1663 sshll2(const VRegister& vd, const VRegister& vn, int shift) sshll2() argument 1668 sxtl(const VRegister& vd, const VRegister& vn) sxtl() argument 1672 sxtl2(const VRegister& vd, const VRegister& vn) sxtl2() argument 1676 ushll(const VRegister& vd, const VRegister& vn, int shift) ushll() argument 1681 ushll2(const VRegister& vd, const VRegister& vn, int shift) ushll2() argument 1686 uxtl(const VRegister& vd, const VRegister& vn) uxtl() argument 1690 uxtl2(const VRegister& vd, const VRegister& vn) uxtl2() argument 1694 sri(const VRegister& vd, const VRegister& vn, int shift) sri() argument 1699 sshr(const VRegister& vd, const VRegister& vn, int shift) sshr() argument 1704 ushr(const VRegister& vd, const VRegister& vn, int shift) ushr() argument 1709 srshr(const VRegister& vd, const VRegister& vn, int shift) srshr() argument 1714 urshr(const VRegister& vd, const VRegister& vn, int shift) urshr() argument 1719 ssra(const VRegister& vd, const VRegister& vn, int shift) ssra() argument 1724 usra(const VRegister& vd, const VRegister& vn, int shift) usra() argument 1729 srsra(const VRegister& vd, const VRegister& vn, int shift) srsra() argument 1734 ursra(const VRegister& vd, const VRegister& vn, int shift) ursra() argument 1739 shrn(const VRegister& vd, const VRegister& vn, int shift) shrn() argument 1744 shrn2(const VRegister& vd, const VRegister& vn, int shift) shrn2() argument 1749 rshrn(const VRegister& vd, const VRegister& vn, int shift) rshrn() argument 1754 rshrn2(const VRegister& vd, const VRegister& vn, int shift) rshrn2() argument 1759 sqshrn(const VRegister& vd, const VRegister& vn, int shift) sqshrn() argument 1764 sqshrn2(const VRegister& vd, const VRegister& vn, int shift) sqshrn2() argument 1769 sqrshrn(const VRegister& vd, const VRegister& vn, int shift) sqrshrn() argument 1774 sqrshrn2(const VRegister& vd, const VRegister& vn, int shift) sqrshrn2() argument 1779 sqshrun(const VRegister& vd, const VRegister& vn, int shift) sqshrun() argument 1784 sqshrun2(const VRegister& vd, const VRegister& vn, int shift) sqshrun2() argument 1789 sqrshrun(const VRegister& vd, const VRegister& vn, int shift) sqrshrun() argument 1794 sqrshrun2(const VRegister& vd, const VRegister& vn, int shift) sqrshrun2() argument 1799 uqshrn(const VRegister& vd, const VRegister& vn, int shift) uqshrn() argument 1804 uqshrn2(const VRegister& vd, const VRegister& vn, int shift) uqshrn2() argument 1809 uqrshrn(const VRegister& vd, const VRegister& vn, int shift) uqrshrn() argument 1814 uqrshrn2(const VRegister& vd, const VRegister& vn, int shift) uqrshrn2() argument 1819 uaddw(const VRegister& vd, const VRegister& vn, const VRegister& vm) uaddw() argument 1825 uaddw2(const VRegister& vd, const VRegister& vn, const VRegister& vm) uaddw2() argument 1831 saddw(const VRegister& vd, const VRegister& vn, const VRegister& vm) saddw() argument 1837 saddw2(const VRegister& vd, const VRegister& vn, const VRegister& vm) saddw2() argument 1843 usubw(const VRegister& vd, const VRegister& vn, const VRegister& vm) usubw() argument 1849 usubw2(const VRegister& vd, const VRegister& vn, const VRegister& vm) usubw2() argument 1855 ssubw(const VRegister& vd, const VRegister& vn, const VRegister& vm) ssubw() argument 1861 ssubw2(const VRegister& vd, const VRegister& vn, const VRegister& vm) ssubw2() argument 1908 mov(const Register& rd, const VRegister& vn, int vn_index) mov() argument 1913 smov(const Register& rd, const VRegister& vn, int vn_index) smov() argument 1938 cls(const VRegister& vd, const VRegister& vn) cls() argument 1944 clz(const VRegister& vd, const VRegister& vn) clz() argument 1950 cnt(const VRegister& vd, const VRegister& vn) cnt() argument 1956 rev16(const VRegister& vd, const VRegister& vn) rev16() argument 1962 rev32(const VRegister& vd, const VRegister& vn) rev32() argument 1968 rev64(const VRegister& vd, const VRegister& vn) rev64() argument 1974 ursqrte(const VRegister& vd, const VRegister& vn) ursqrte() argument 1980 urecpe(const VRegister& vd, const VRegister& vn) urecpe() argument 1986 NEONAddlp(const VRegister& vd, const VRegister& vn, NEON2RegMiscOp op) NEONAddlp() argument 1997 saddlp(const VRegister& vd, const VRegister& vn) saddlp() argument 2001 uaddlp(const VRegister& vd, const VRegister& vn) uaddlp() argument 2005 sadalp(const VRegister& vd, const VRegister& vn) sadalp() argument 2009 uadalp(const VRegister& vd, const VRegister& vn) uadalp() argument 2013 NEONAcrossLanesL(const VRegister& vd, const VRegister& vn, NEONAcrossLanesOp op) NEONAcrossLanesL() argument 2021 saddlv(const VRegister& vd, const VRegister& vn) saddlv() argument 2025 uaddlv(const VRegister& vd, const VRegister& vn) uaddlv() argument 2029 NEONAcrossLanes(const VRegister& vd, const VRegister& vn, NEONAcrossLanesOp op) NEONAcrossLanes() argument 2064 umov(const Register& rd, const VRegister& vn, int vn_index) umov() argument 2096 mov(const VRegister& vd, const VRegister& vn, int vn_index) mov() argument 2108 ins(const VRegister& vd, int vd_index, const VRegister& vn, int vn_index) ins() argument 2139 NEONTable(const VRegister& vd, const VRegister& vn, const VRegister& vm, NEONTableOp op) NEONTable() argument 2147 tbl(const VRegister& vd, const VRegister& vn, const VRegister& vm) tbl() argument 2152 tbl(const VRegister& vd, const VRegister& vn, const VRegister& vn2, const VRegister& vm) tbl() argument 2160 tbl(const VRegister& vd, const VRegister& vn, const VRegister& vn2, const VRegister& vn3, const VRegister& vm) tbl() argument 2170 tbl(const VRegister& vd, const VRegister& vn, const VRegister& vn2, const VRegister& vn3, const VRegister& vn4, const VRegister& vm) tbl() argument 2181 tbx(const VRegister& vd, const VRegister& vn, const VRegister& vm) tbx() argument 2186 tbx(const VRegister& vd, const VRegister& vn, const VRegister& vn2, const VRegister& vm) tbx() argument 2194 tbx(const VRegister& vd, const VRegister& vn, const VRegister& vn2, const VRegister& vn3, const VRegister& vm) tbx() argument 2204 tbx(const VRegister& vd, const VRegister& vn, const VRegister& vn2, const VRegister& vn3, const VRegister& vn4, const VRegister& vm) tbx() argument 2215 mov(const VRegister& vd, int vd_index, const VRegister& vn, int vn_index) mov() argument 2649 fmov(const VRegister& vd, const VRegister& vn) fmov() argument 2660 fmov(const Register& rd, const VRegister& vn, int index) fmov() argument 2686 fnmul(const VRegister& vd, const VRegister& vn, const VRegister& vm) fnmul() argument 2720 NEONFPConvertToInt(const Register& rd, const VRegister& vn, Instr op) NEONFPConvertToInt() argument 2725 NEONFPConvertToInt(const VRegister& vd, const VRegister& vn, Instr op) NEONFPConvertToInt() argument 2734 fcvt(const VRegister& vd, const VRegister& vn) fcvt() argument 2750 fcvtl(const VRegister& vd, const VRegister& vn) fcvtl() argument 2756 fcvtl2(const VRegister& vd, const VRegister& vn) fcvtl2() argument 2762 fcvtn(const VRegister& vd, const VRegister& vn) fcvtn() argument 2768 fcvtn2(const VRegister& vd, const VRegister& vn) fcvtn2() argument 2774 fcvtxn(const VRegister& vd, const VRegister& vn) fcvtxn() argument 2785 fcvtxn2(const VRegister& vd, const VRegister& vn) fcvtxn2() argument 2791 fjcvtzs(const Register& rd, const VRegister& vn) fjcvtzs() argument 2816 scvtf(const VRegister& vd, const VRegister& vn, int fbits) scvtf() argument 2826 ucvtf(const VRegister& vd, const VRegister& vn, int fbits) ucvtf() argument 2856 NEON3Same(const VRegister& vd, const VRegister& vn, const VRegister& vm, NEON3SameOp vop) NEON3Same() argument 2872 NEONFP3Same(const VRegister& vd, const VRegister& vn, const VRegister& vm, Instr op) NEONFP3Same() argument 2907 shll(const VRegister& vd, const VRegister& vn, int shift) shll() argument 2915 shll2(const VRegister& vd, const VRegister& vn, int shift) shll2() argument 2923 NEONFP2RegMisc(const VRegister& vd, const VRegister& vn, NEON2RegMiscOp vop, double value) NEONFP2RegMisc() argument 2940 fcmeq(const VRegister& vd, const VRegister& vn, double value) fcmeq() argument 2944 fcmge(const VRegister& vd, const VRegister& vn, double value) fcmge() argument 2948 fcmgt(const VRegister& vd, const VRegister& vn, double value) fcmgt() argument 2952 fcmle(const VRegister& vd, const VRegister& vn, double value) fcmle() argument 2956 fcmlt(const VRegister& vd, const VRegister& vn, double value) fcmlt() argument 2960 frecpx(const VRegister& vd, const VRegister& vn) frecpx() argument 2967 fcvtzs(const Register& rd, const VRegister& vn, int fbits) fcvtzs() argument 2978 fcvtzs(const VRegister& vd, const VRegister& vn, int fbits) fcvtzs() argument 2988 fcvtzu(const Register& rd, const VRegister& vn, int fbits) fcvtzu() argument 2999 fcvtzu(const VRegister& vd, const VRegister& vn, int fbits) fcvtzu() argument 3009 NEONFP2RegMisc(const VRegister& vd, const VRegister& vn, Instr op) NEONFP2RegMisc() argument 3015 NEON2RegMisc(const VRegister& vd, const VRegister& vn, NEON2RegMiscOp vop, int value) NEON2RegMisc() argument 3032 cmeq(const VRegister& vd, const VRegister& vn, int value) cmeq() argument 3037 cmge(const VRegister& vd, const VRegister& vn, int value) cmge() argument 3042 cmgt(const VRegister& vd, const VRegister& vn, int value) cmgt() argument 3047 cmle(const VRegister& vd, const VRegister& vn, int value) cmle() argument 3052 cmlt(const VRegister& vd, const VRegister& vn, int value) cmlt() argument 3164 addp(const VRegister& vd, const VRegister& vn) addp() argument 3169 faddp(const VRegister& vd, const VRegister& vn) faddp() argument 3174 fmaxp(const VRegister& vd, const VRegister& vn) fmaxp() argument 3179 fminp(const VRegister& vd, const VRegister& vn) fminp() argument 3184 fmaxnmp(const VRegister& vd, const VRegister& vn) fmaxnmp() argument 3189 fminnmp(const VRegister& vd, const VRegister& vn) fminnmp() argument 3198 mov(const VRegister& vd, const VRegister& vn) mov() argument 3239 mvn(const VRegister& vd, const VRegister& vn) mvn() argument 3259 NEONFPByElement(const VRegister& vd, const VRegister& vn, const VRegister& vm, int vm_index, NEONByIndexedElementOp vop) NEONFPByElement() argument 3278 NEONByElement(const VRegister& vd, const VRegister& vn, const VRegister& vm, int vm_index, NEONByIndexedElementOp vop) NEONByElement() argument 3300 NEONByElementL(const VRegister& vd, const VRegister& vn, const VRegister& vm, int vm_index, NEONByIndexedElementOp vop) NEONByElementL() argument 3384 suqadd(const VRegister& vd, const VRegister& vn) suqadd() argument 3388 usqadd(const VRegister& vd, const VRegister& vn) usqadd() argument 3392 abs(const VRegister& vd, const VRegister& vn) abs() argument 3397 sqabs(const VRegister& vd, const VRegister& vn) sqabs() argument 3401 neg(const VRegister& vd, const VRegister& vn) neg() argument 3406 sqneg(const VRegister& vd, const VRegister& vn) sqneg() argument 3410 NEONXtn(const VRegister& vd, const VRegister& vn, NEON2RegMiscOp vop) NEONXtn() argument 3427 xtn(const VRegister& vd, const VRegister& vn) xtn() argument 3432 xtn2(const VRegister& vd, const VRegister& vn) xtn2() argument 3437 sqxtn(const VRegister& vd, const VRegister& vn) sqxtn() argument 3442 sqxtn2(const VRegister& vd, const VRegister& vn) sqxtn2() argument 3447 sqxtun(const VRegister& vd, const VRegister& vn) sqxtun() argument 3452 sqxtun2(const VRegister& vd, const VRegister& vn) sqxtun2() argument 3457 uqxtn(const VRegister& vd, const VRegister& vn) uqxtn() argument 3462 uqxtn2(const VRegister& vd, const VRegister& vn) uqxtn2() argument 3468 not_(const VRegister& vd, const VRegister& vn) not_() argument 3474 rbit(const VRegister& vd, const VRegister& vn) rbit() argument 3480 ext(const VRegister& vd, const VRegister& vn, const VRegister& vm, int index) ext() argument 3488 dup(const VRegister& vd, const VRegister& vn, int vn_index) dup() argument 3796 FPDataProcessing1Source(const VRegister& vd, const VRegister& vn, FPDataProcessing1SourceOp op) FPDataProcessing1Source() argument [all...] |
H A D | macro-assembler-arm64.h | 181 void Mov(const VRegister& vd, int vd_index, const VRegister& vn, in Mov() argument 184 mov(vd, vd_index, vn, vn_index); in Mov() 187 void Mov(const VRegister& vd, const VRegister& vn, int index) { in Mov() argument 189 mov(vd, vn, index); in Mov() 195 void Mov(const Register& rd, const VRegister& vn, int vn_index) { in Mov() argument 197 mov(rd, vn, vn_index); in Mov() 244 void MASM(const VRegister& vd, const VRegister& vn, const VRegister& vm, \ 247 ASM(vd, vn, vm, vm_index); \ 329 void MASM(const VRegister& vd, const VRegister& vn) { \ 331 ASM(vd, vn); \ 1023 Fcvtzs(const VRegister& vd, const VRegister& vn, int fbits = 0) Fcvtzs() argument 1028 Fjcvtzs(const Register& rd, const VRegister& vn) Fjcvtzs() argument 1035 Fcvtzu(const VRegister& vd, const VRegister& vn, int fbits = 0) Fcvtzu() argument 1133 Scvtf(const VRegister& vd, const VRegister& vn, int fbits = 0) Scvtf() argument 1139 Ucvtf(const VRegister& vd, const VRegister& vn, int fbits = 0) Ucvtf() argument 1160 Ins(const VRegister& vd, int vd_index, const VRegister& vn, int vn_index) Ins() argument 1177 Dup(const VRegister& vd, const VRegister& vn, int index) Dup() argument 1260 Umov(const Register& rd, const VRegister& vn, int vn_index) Umov() argument 1264 Tbl(const VRegister& vd, const VRegister& vn, const VRegister& vm) Tbl() argument 1268 Tbl(const VRegister& vd, const VRegister& vn, const VRegister& vn2, const VRegister& vm) Tbl() argument 1273 Tbl(const VRegister& vd, const VRegister& vn, const VRegister& vn2, const VRegister& vn3, const VRegister& vm) Tbl() argument 1278 Tbl(const VRegister& vd, const VRegister& vn, const VRegister& vn2, const VRegister& vn3, const VRegister& vn4, const VRegister& vm) Tbl() argument 1283 Ext(const VRegister& vd, const VRegister& vn, const VRegister& vm, int index) Ext() argument 1289 Smov(const Register& rd, const VRegister& vn, int vn_index) Smov() argument 1324 Cmgt(const VRegister& vd, const VRegister& vn, int imm) Cmgt() argument 1328 Cmge(const VRegister& vd, const VRegister& vn, int imm) Cmge() argument 1332 Cmeq(const VRegister& vd, const VRegister& vn, int imm) Cmeq() argument 1336 Cmlt(const VRegister& vd, const VRegister& vn, int imm) Cmlt() argument 1340 Cmle(const VRegister& vd, const VRegister& vn, int imm) Cmle() argument 1570 Fcvtl(const VRegister& vd, const VRegister& vn) Fcvtl() argument 1574 Fcvtl2(const VRegister& vd, const VRegister& vn) Fcvtl2() argument 1578 Fcvtn(const VRegister& vd, const VRegister& vn) Fcvtn() argument 1582 Fcvtn2(const VRegister& vd, const VRegister& vn) Fcvtn2() argument 1586 Fcvtxn(const VRegister& vd, const VRegister& vn) Fcvtxn() argument 1590 Fcvtxn2(const VRegister& vd, const VRegister& vn) Fcvtxn2() argument 1730 Tbx(const VRegister& vd, const VRegister& vn, const VRegister& vm) Tbx() argument 1734 Tbx(const VRegister& vd, const VRegister& vn, const VRegister& vn2, const VRegister& vm) Tbx() argument 1739 Tbx(const VRegister& vd, const VRegister& vn, const VRegister& vn2, const VRegister& vn3, const VRegister& vm) Tbx() argument 1744 Tbx(const VRegister& vd, const VRegister& vn, const VRegister& vn2, const VRegister& vn3, const VRegister& vn4, const VRegister& vm) Tbx() argument [all...] |
/third_party/vixl/src/aarch64/ |
H A D | assembler-aarch64.cc | 316 const VRegister& vn, in NEONTable() 321 VIXL_ASSERT(vn.Is16B()); in NEONTable() 323 Emit(op | (vd.IsQ() ? NEON_Q : 0) | Rm(vm) | Rn(vn) | Rd(vd)); in NEONTable() 328 const VRegister& vn, in tbl() 331 NEONTable(vd, vn, vm, NEON_TBL_1v); in tbl() 336 const VRegister& vn, in tbl() 341 VIXL_ASSERT(AreSameFormat(vn, vn2)); in tbl() 342 VIXL_ASSERT(AreConsecutive(vn, vn2)); in tbl() 343 NEONTable(vd, vn, vm, NEON_TBL_2v); in tbl() 348 const VRegister& vn, in tbl() 315 NEONTable(const VRegister& vd, const VRegister& vn, const VRegister& vm, NEONTableOp op) NEONTable() argument 327 tbl(const VRegister& vd, const VRegister& vn, const VRegister& vm) tbl() argument 335 tbl(const VRegister& vd, const VRegister& vn, const VRegister& vn2, const VRegister& vm) tbl() argument 347 tbl(const VRegister& vd, const VRegister& vn, const VRegister& vn2, const VRegister& vn3, const VRegister& vm) tbl() argument 360 tbl(const VRegister& vd, const VRegister& vn, const VRegister& vn2, const VRegister& vn3, const VRegister& vn4, const VRegister& vm) tbl() argument 374 tbx(const VRegister& vd, const VRegister& vn, const VRegister& vm) tbx() argument 382 tbx(const VRegister& vd, const VRegister& vn, const VRegister& vn2, const VRegister& vm) tbx() argument 394 tbx(const VRegister& vd, const VRegister& vn, const VRegister& vn2, const VRegister& vn3, const VRegister& vm) tbx() argument 407 tbx(const VRegister& vd, const VRegister& vn, const VRegister& vn2, const VRegister& vn3, const VRegister& vn4, const VRegister& vm) tbx() argument [all...] |
H A D | assembler-aarch64.h | 590 void tbl(const VRegister& vd, const VRegister& vn, const VRegister& vm); 594 const VRegister& vn, 600 const VRegister& vn, 607 const VRegister& vn, 614 void tbx(const VRegister& vd, const VRegister& vn, const VRegister& vm); 618 const VRegister& vn, 624 const VRegister& vn, 631 const VRegister& vn, 2246 void fmov(const Register& rd, const VRegister& vn, int index); 2249 void fadd(const VRegister& vd, const VRegister& vn, cons [all...] |
H A D | macro-assembler-aarch64.h | 1480 void Fadd(const VRegister& vd, const VRegister& vn, const VRegister& vm) { in Fadd() argument 1483 fadd(vd, vn, vm); in Fadd() 1485 void Fccmp(const VRegister& vn, in Fccmp() argument 1493 FPCCompareMacro(vn, vm, nzcv, cond, trap); in Fccmp() 1495 void Fccmpe(const VRegister& vn, in Fccmpe() argument 1499 Fccmp(vn, vm, nzcv, cond, EnableTrap); in Fccmpe() 1501 void Fcmp(const VRegister& vn, in Fcmp() argument 1506 FPCompareMacro(vn, vm, trap); in Fcmp() 1508 void Fcmp(const VRegister& vn, double value, FPTrapFlags trap = DisableTrap); 1509 void Fcmpe(const VRegister& vn, doubl 1510 Fcmpe(const VRegister& vn, const VRegister& vm) Fcmpe() argument 1513 Fcsel(const VRegister& vd, const VRegister& vn, const VRegister& vm, Condition cond) Fcsel() argument 1522 Fcvt(const VRegister& vd, const VRegister& vn) Fcvt() argument 1527 Fcvtl(const VRegister& vd, const VRegister& vn) Fcvtl() argument 1532 Fcvtl2(const VRegister& vd, const VRegister& vn) Fcvtl2() argument 1537 Fcvtn(const VRegister& vd, const VRegister& vn) Fcvtn() argument 1542 Fcvtn2(const VRegister& vd, const VRegister& vn) Fcvtn2() argument 1547 Fcvtxn(const VRegister& vd, const VRegister& vn) Fcvtxn() argument 1552 Fcvtxn2(const VRegister& vd, const VRegister& vn) Fcvtxn2() argument 1557 Fcvtas(const Register& rd, const VRegister& vn) Fcvtas() argument 1563 Fcvtau(const Register& rd, const VRegister& vn) Fcvtau() argument 1569 Fcvtms(const Register& rd, const VRegister& vn) Fcvtms() argument 1575 Fcvtmu(const Register& rd, const VRegister& vn) Fcvtmu() argument 1581 Fcvtns(const Register& rd, const VRegister& vn) Fcvtns() argument 1587 Fcvtnu(const Register& rd, const VRegister& vn) Fcvtnu() argument 1593 Fcvtps(const Register& rd, const VRegister& vn) Fcvtps() argument 1599 Fcvtpu(const Register& rd, const VRegister& vn) Fcvtpu() argument 1605 Fcvtzs(const Register& rd, const VRegister& vn, int fbits = 0) Fcvtzs() argument 1611 Fjcvtzs(const Register& rd, const VRegister& vn) Fjcvtzs() argument 1617 Fcvtzu(const Register& rd, const VRegister& vn, int fbits = 0) Fcvtzu() argument 1623 Fdiv(const VRegister& vd, const VRegister& vn, const VRegister& vm) Fdiv() argument 1628 Fmax(const VRegister& vd, const VRegister& vn, const VRegister& vm) Fmax() argument 1633 Fmaxnm(const VRegister& vd, const VRegister& vn, const VRegister& vm) Fmaxnm() argument 1638 Fmin(const VRegister& vd, const VRegister& vn, const VRegister& vm) Fmin() argument 1643 Fminnm(const VRegister& vd, const VRegister& vn, const VRegister& vm) Fminnm() argument 1648 Fmov(const VRegister& vd, const VRegister& vn) Fmov() argument 1669 Fmov(const Register& rd, const VRegister& vn, int index) Fmov() argument 1692 Fmov(Register rd, VRegister vn) Fmov() argument 1698 Fmul(const VRegister& vd, const VRegister& vn, const VRegister& vm) Fmul() argument 1703 Fnmul(const VRegister& vd, const VRegister& vn, const VRegister& vm) Fnmul() argument 1708 Fmadd(const VRegister& vd, const VRegister& vn, const VRegister& vm, const VRegister& va) Fmadd() argument 1716 Fmsub(const VRegister& vd, const VRegister& vn, const VRegister& vm, const VRegister& va) Fmsub() argument 1724 Fnmadd(const VRegister& vd, const VRegister& vn, const VRegister& vm, const VRegister& va) Fnmadd() argument 1732 Fnmsub(const VRegister& vd, const VRegister& vn, const VRegister& vm, const VRegister& va) Fnmsub() argument 1740 Fsub(const VRegister& vd, const VRegister& vn, const VRegister& vm) Fsub() argument 2627 Tbl(const VRegister& vd, const VRegister& vn, const VRegister& vm) Tbl() argument 2632 Tbl(const VRegister& vd, const VRegister& vn, const VRegister& vn2, const VRegister& vm) Tbl() argument 2640 Tbl(const VRegister& vd, const VRegister& vn, const VRegister& vn2, const VRegister& vn3, const VRegister& vm) Tbl() argument 2649 Tbl(const VRegister& vd, const VRegister& vn, const VRegister& vn2, const VRegister& vn3, const VRegister& vn4, const VRegister& vm) Tbl() argument 2659 Tbx(const VRegister& vd, const VRegister& vn, const VRegister& vm) Tbx() argument 2664 Tbx(const VRegister& vd, const VRegister& vn, const VRegister& vn2, const VRegister& vm) Tbx() argument 2672 Tbx(const VRegister& vd, const VRegister& vn, const VRegister& vn2, const VRegister& vn3, const VRegister& vm) Tbx() argument 2681 Tbx(const VRegister& vd, const VRegister& vn, const VRegister& vn2, const VRegister& vn3, const VRegister& vn4, const VRegister& vm) Tbx() argument 3266 Cmeq(const VRegister& vd, const VRegister& vn, int imm) Cmeq() argument 3271 Cmge(const VRegister& vd, const VRegister& vn, int imm) Cmge() argument 3276 Cmgt(const VRegister& vd, const VRegister& vn, int imm) Cmgt() argument 3281 Cmle(const VRegister& vd, const VRegister& vn, int imm) Cmle() argument 3286 Cmlt(const VRegister& vd, const VRegister& vn, int imm) Cmlt() argument 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 3309 Fcadd(const VRegister& vd, const VRegister& vn, const VRegister& vm, int rot) Fcadd() argument 3317 Fcmla(const VRegister& vd, const VRegister& vn, const VRegister& vm, int vm_index, int rot) Fcmla() argument 3326 Fcmla(const VRegister& vd, const VRegister& vn, const VRegister& vm, int rot) Fcmla() argument 3334 Ins(const VRegister& vd, int vd_index, const VRegister& vn, int vn_index) Ins() argument 3455 Mov(const VRegister& vd, int vd_index, const VRegister& vn, int vn_index) Mov() argument 3463 Mov(const VRegister& vd, const VRegister& vn, int index) Mov() argument 3473 Mov(const Register& rd, const VRegister& vn, int vn_index) Mov() argument 3496 Scvtf(const VRegister& vd, const VRegister& vn, int fbits = 0) Scvtf() argument 3501 Ucvtf(const VRegister& vd, const VRegister& vn, int fbits = 0) Ucvtf() argument 3506 Fcvtzs(const VRegister& vd, const VRegister& vn, int fbits = 0) Fcvtzs() argument 3511 Fcvtzu(const VRegister& vd, const VRegister& vn, int fbits = 0) Fcvtzu() argument 3597 Smov(const Register& rd, const VRegister& vn, int vn_index) Smov() argument 3602 Umov(const Register& rd, const VRegister& vn, int vn_index) Umov() argument 3864 Clasta(const VRegister& vd, const PRegister& pg, const VRegister& vn, const ZRegister& zm) Clasta() argument 3884 Clastb(const VRegister& vd, const PRegister& pg, const VRegister& vn, const ZRegister& zm) Clastb() argument 4160 Cpy(const ZRegister& zd, const PRegisterM& pg, const VRegister& vn) Cpy() argument 4349 Fadda(const VRegister& vd, const PRegister& pg, const VRegister& vn, const ZRegister& zm) Fadda() argument 5470 Mov(const ZRegister& zd, const VRegister& vn) Mov() argument 5496 Mov(const ZRegister& zd, const PRegisterM& pg, const VRegister& vn) Mov() argument [all...] |
/third_party/node/deps/v8/src/bigint/ |
H A D | div-barrett.cc | 71 const int vn = V.len(); in InvertNewton() local 72 DCHECK(Z.len() >= vn); in InvertNewton() 73 DCHECK(scratch.len() >= InvertNewtonScratchSpace(vn)); in InvertNewton() 76 const int kUOffset = vn + kInvertNewtonExtraSpace; in InvertNewton() 89 int k = vn * kDigitBits; in InvertNewton() 90 int target_fraction_bits[8 * sizeof(vn)]; // "k_i" in the paper. in InvertNewton() 103 Digits top_part_of_v(V, vn - initial_digits, initial_digits); in InvertNewton() 146 // integer part, and we want vn fraction digits. in InvertNewton() 147 if (U.len() <= vn) { in InvertNewton() 157 // Truncate some least significant digits so that we get vn in InvertNewton() 193 int vn = V.len(); Invert() local [all...] |
/third_party/ffmpeg/tests/fate/ |
H A D | adpcm.mak | 2 fate-adpcm-4xm: CMD = framecrc -i $(TARGET_SAMPLES)/4xm/dracula.4xm -vn -map 0:6 -af aresample 23 fate-adpcm-ea-1: CMD = framecrc -i $(TARGET_SAMPLES)/ea-wve/networkBackbone-partial.wve -frames:a 26 -vn 26 fate-adpcm-ea-2: CMD = framecrc -i $(TARGET_SAMPLES)/ea-dct/NFS2Esprit-partial.dct -vn 32 fate-adpcm-ea-r1: CMD = framecrc -i $(TARGET_SAMPLES)/ea-mad/NFS6LogoE.mad -vn -af aresample 35 fate-adpcm-ea-r2: CMD = crc -i $(TARGET_SAMPLES)/ea-mpc/THX_logo.mpc -vn -af aresample 38 fate-adpcm-ea-r3: CMD = crc -i $(TARGET_SAMPLES)/ea-vp6/THX_logo.vp6 -vn -af aresample 41 fate-adpcm-ima-amv: CMD = framecrc -i $(TARGET_SAMPLES)/amv/MTV_high_res_320x240_sample_Penguin_Joke_MTV_from_WMV.amv -t 10 -vn 53 fate-adpcm-ima-ea-eacs: CMD = framecrc -i $(TARGET_SAMPLES)/ea-tgv/INTRO8K-partial.TGV -vn 56 fate-adpcm-ima-ea-sead: CMD = framecrc -i $(TARGET_SAMPLES)/ea-tgv/INTEL_S.TGV -vn 68 fate-adpcm-ima-smjpeg: CMD = framecrc -i $(TARGET_SAMPLES)/smjpeg/scenwin.mjpg -vn [all...] |
H A D | audio.mak | 17 fate-bmv-audio: CMD = framecrc -i $(TARGET_SAMPLES)/bmv/SURFING-partial.BMV -vn 20 fate-delphine-cin-audio: CMD = framecrc -i $(TARGET_SAMPLES)/delphine-cin/LOGO-partial.CIN -vn 56 fate-on2avc: CMD = framecrc -i $(TARGET_SAMPLES)/vp7/potter-40.vp7 -frames 30 -vn -af aresample 59 fate-paf-audio: CMD = framecrc -i $(TARGET_SAMPLES)/paf/hod1-partial.paf -vn 62 fate-sierra-vmd-audio: CMD = framecrc -i $(TARGET_SAMPLES)/vmd/12.vmd -vn -af aresample 65 fate-smacker-audio: CMD = framecrc -i $(TARGET_SAMPLES)/smacker/wetlogo.smk -vn -af aresample
|
H A D | dpcm.mak | 2 fate-dpcm-idroq: CMD = framecrc -i $(TARGET_SAMPLES)/idroq/idlogo.roq -vn 5 fate-dpcm-interplay: CMD = framecrc -i $(TARGET_SAMPLES)/interplay-mve/interplay-logo-2MB.mve -vn 11 fate-dpcm-xan: CMD = md5 -i $(TARGET_SAMPLES)/wc4-xan/wc4_2.avi -vn -f s16le
|
/third_party/node/deps/openssl/config/archs/linux32-s390x/asm/crypto/poly1305/ |
H A D | poly1305-s390x.S | 178 .word 0xe736,0xc000,0x0668 # vn %v3,%v22,%v28 179 .word 0xe703,0xc000,0x0668 # vn %v0,%v19,%v28 184 .word 0xe744,0xc000,0x0268 # vn %v4,%v4,%v28 185 .word 0xe711,0xc000,0x0268 # vn %v1,%v1,%v28 190 .word 0xe722,0xc000,0x0268 # vn %v2,%v2,%v28 195 .word 0xe700,0xc000,0x0268 # vn %v0,%v0,%v28 196 .word 0xe733,0xc000,0x0268 # vn %v3,%v3,%v28 340 .word 0xe755,0xc000,0x0268 # vn %v5,%v5,%v28 341 .word 0xe777,0xc000,0x0268 # vn %v7,%v7,%v28 404 .word 0xe755,0xc000,0x0268 # vn [all...] |
/third_party/node/deps/openssl/config/archs/linux32-s390x/asm_avx2/crypto/poly1305/ |
H A D | poly1305-s390x.S | 178 .word 0xe736,0xc000,0x0668 # vn %v3,%v22,%v28 179 .word 0xe703,0xc000,0x0668 # vn %v0,%v19,%v28 184 .word 0xe744,0xc000,0x0268 # vn %v4,%v4,%v28 185 .word 0xe711,0xc000,0x0268 # vn %v1,%v1,%v28 190 .word 0xe722,0xc000,0x0268 # vn %v2,%v2,%v28 195 .word 0xe700,0xc000,0x0268 # vn %v0,%v0,%v28 196 .word 0xe733,0xc000,0x0268 # vn %v3,%v3,%v28 340 .word 0xe755,0xc000,0x0268 # vn %v5,%v5,%v28 341 .word 0xe777,0xc000,0x0268 # vn %v7,%v7,%v28 404 .word 0xe755,0xc000,0x0268 # vn [all...] |
/third_party/node/deps/openssl/config/archs/linux64-s390x/asm_avx2/crypto/poly1305/ |
H A D | poly1305-s390x.S | 178 .word 0xe736,0xc000,0x0668 # vn %v3,%v22,%v28 179 .word 0xe703,0xc000,0x0668 # vn %v0,%v19,%v28 184 .word 0xe744,0xc000,0x0268 # vn %v4,%v4,%v28 185 .word 0xe711,0xc000,0x0268 # vn %v1,%v1,%v28 190 .word 0xe722,0xc000,0x0268 # vn %v2,%v2,%v28 195 .word 0xe700,0xc000,0x0268 # vn %v0,%v0,%v28 196 .word 0xe733,0xc000,0x0268 # vn %v3,%v3,%v28 345 .word 0xe755,0xc000,0x0268 # vn %v5,%v5,%v28 346 .word 0xe777,0xc000,0x0268 # vn %v7,%v7,%v28 409 .word 0xe755,0xc000,0x0268 # vn [all...] |
/third_party/node/deps/openssl/config/archs/linux64-s390x/asm/crypto/poly1305/ |
H A D | poly1305-s390x.S | 178 .word 0xe736,0xc000,0x0668 # vn %v3,%v22,%v28 179 .word 0xe703,0xc000,0x0668 # vn %v0,%v19,%v28 184 .word 0xe744,0xc000,0x0268 # vn %v4,%v4,%v28 185 .word 0xe711,0xc000,0x0268 # vn %v1,%v1,%v28 190 .word 0xe722,0xc000,0x0268 # vn %v2,%v2,%v28 195 .word 0xe700,0xc000,0x0268 # vn %v0,%v0,%v28 196 .word 0xe733,0xc000,0x0268 # vn %v3,%v3,%v28 345 .word 0xe755,0xc000,0x0268 # vn %v5,%v5,%v28 346 .word 0xe777,0xc000,0x0268 # vn %v7,%v7,%v28 409 .word 0xe755,0xc000,0x0268 # vn [all...] |
/third_party/eudev/src/udev/ |
H A D | udev-builtin-hwdb.c | 68 int vn, pn; in modalias_usb() local 76 vn = strtol(v, NULL, 16); in modalias_usb() 77 if (vn <= 0) in modalias_usb() 82 snprintf(s, size, "usb:v%04Xp%04X*", vn, pn); in modalias_usb()
|
/third_party/mksh/ |
H A D | var.c | 153 varsearch(struct block *l, struct tbl **vpp, const char *vn, uint32_t h) in varsearch() argument 159 if ((vp = ktsearch(&l->vars, vn, h)) != NULL) in varsearch() 190 char *vn; in array_index_calc() local 192 strndupx(vn, n, p - n, ATEMP); in array_index_calc() 194 varsearch(e->loc, &vp, vn, hash(vn)); in array_index_calc() 195 afree(vn, ATEMP); in array_index_calc() 231 #define vn vname.ro macro 256 vn = array_index_calc(n, &array, &val); in isglobal() 257 h = hash(vn); in isglobal() 381 #undef vn global() macro [all...] |
/third_party/node/deps/v8/src/codegen/arm/ |
H A D | assembler-arm.cc | 3198 int vn, n; in vadd() local 3199 src1.split_code(&vn, &n); in vadd() 3202 emit(cond | 0x1C * B23 | d * B22 | 0x3 * B20 | vn * B16 | vd * B12 | in vadd() 3215 int vn, n; in vadd() local 3216 src1.split_code(&vn, &n); in vadd() 3219 emit(cond | 0x1C * B23 | d * B22 | 0x3 * B20 | vn * B16 | vd * B12 | in vadd() 3235 int vn, n; in vsub() local 3236 src1.split_code(&vn, &n); in vsub() 3239 emit(cond | 0x1C * B23 | d * B22 | 0x3 * B20 | vn * B16 | vd * B12 | in vsub() 3252 int vn, in vsub() local 3272 int vn, n; vmul() local 3289 int vn, n; vmul() local 3307 int vn, n; vmla() local 3322 int vn, n; vmla() local 3340 int vn, n; vmls() local 3355 int vn, n; vmls() local 3375 int vn, n; vdiv() local 3392 int vn, n; vdiv() local 3464 int vn, n; vmaxnm() local 3480 int vn, n; vmaxnm() local 3496 int vn, n; vminnm() local 3512 int vn, n; vminnm() local 3529 int vn, n; vsel() local 3561 int vn, n; vsel() local 3908 int vn, n; vmov() local 4254 int vn, n; EncodeNeonBinaryBitwiseOp() local 4378 int vn, n; EncodeNeonBinOp() local 4451 int vn, n; EncodeNeonBinOp() local 4523 int vn, n; vmlal() local 4558 int vn, n; vmull() local 4611 int vn, n; EncodeNeonShiftRegisterOp() local 4787 int vn, n; EncodeNeonPairwiseOp() local 4804 int vn, n; vpadd() local 4958 int vn, n; vext() local 5077 int vn, n; EncodeNeonVTB() local [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
H A D | regexec.c | 113 #define STATEVARS long vn; char *space 116 (m)->vn = 0; } 118 #define SETUP(v) ((v) = &m->space[m->vn++ * m->g->nstates])
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | regexec.c | 113 #define STATEVARS long vn; char *space 116 (m)->vn = 0; } 118 #define SETUP(v) ((v) = &m->space[m->vn++ * m->g->nstates])
|
/third_party/skia/third_party/externals/imgui/backends/ |
H A D | imgui_impl_sdl.cpp | 397 #define MAP_ANALOG(NAV_NO, AXIS_NO, V0, V1) { float vn = (float)(SDL_GameControllerGetAxis(game_controller, AXIS_NO) - V0) / (float)(V1 - V0); if (vn > 1.0f) vn = 1.0f; if (vn > 0.0f && io.NavInputs[NAV_NO] < vn) io.NavInputs[NAV_NO] = vn; } in ImGui_ImplSDL2_UpdateGamepads()
|
H A D | imgui_impl_win32.cpp | 284 #define MAP_ANALOG(NAV_NO, VALUE, V0, V1) { float vn = (float)(VALUE - V0) / (float)(V1 - V0); if (vn > 1.0f) vn = 1.0f; if (vn > 0.0f && io.NavInputs[NAV_NO] < vn) io.NavInputs[NAV_NO] = vn; } in ImGui_ImplWin32_UpdateGamepads()
|
/third_party/rust/crates/memchr/src/memchr/x86/ |
H A D | sse42.rs | 32 let vn = _mm_setr_epi8( in memchr3() 51 let res = _mm_cmpestri(vn, 3, chunk, 16, CONTROL_ANY); in memchr3()
|
/third_party/rust/crates/clap/clap_complete/src/shells/ |
H A D | zsh.rs | 458 let vn = match o.get_value_names() { in write_opts_of() 463 Some(val) => format!(":{vn}:{val}"), in write_opts_of() 464 None => format!(":{vn}: "), in write_opts_of()
|
/third_party/mesa3d/src/mesa/main/ |
H A D | eval.c | 792 GLint vn, GLfloat v1, GLfloat v2 ) in _mesa_MapGrid2f() 800 if (vn<1) { in _mesa_MapGrid2f() 801 _mesa_error( ctx, GL_INVALID_VALUE, "glMapGrid2f(vn)" ); in _mesa_MapGrid2f() 811 ctx->Eval.MapGrid2vn = vn; in _mesa_MapGrid2f() 814 ctx->Eval.MapGrid2dv = (v2 - v1) / (GLfloat) vn; in _mesa_MapGrid2f() 820 GLint vn, GLdouble v1, GLdouble v2 ) in _mesa_MapGrid2d() 823 vn, (GLfloat) v1, (GLfloat) v2 ); in _mesa_MapGrid2d() local 791 _mesa_MapGrid2f( GLint un, GLfloat u1, GLfloat u2, GLint vn, GLfloat v1, GLfloat v2 ) _mesa_MapGrid2f() argument 819 _mesa_MapGrid2d( GLint un, GLdouble u1, GLdouble u2, GLint vn, GLdouble v1, GLdouble v2 ) _mesa_MapGrid2d() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | gas_serv.c | 327 struct hostapd_lang_string *vn; in anqp_add_venue_name() local 328 vn = &hapd->conf->venue_name[i]; in anqp_add_venue_name() 329 wpabuf_put_u8(buf, 3 + vn->name_len); in anqp_add_venue_name() 330 wpabuf_put_data(buf, vn->lang, 3); in anqp_add_venue_name() 331 wpabuf_put_data(buf, vn->name, vn->name_len); in anqp_add_venue_name() 655 struct hostapd_lang_string *vn; in anqp_add_operator_friendly_name() local 656 vn = &hapd->conf->hs20_oper_friendly_name[i]; in anqp_add_operator_friendly_name() 657 wpabuf_put_u8(buf, 3 + vn->name_len); in anqp_add_operator_friendly_name() 658 wpabuf_put_data(buf, vn in anqp_add_operator_friendly_name() [all...] |