Home
last modified time | relevance | path

Searched full:v2 (Results 1 – 25 of 5467) sorted by relevance

12345678910>>...219

/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dvelintrin_approx.h3 * Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
14 __vr v2, v3, v4, v5; in _vel_approx_vfdivs_vvvl() local
19 v2 = _vel_vfmuls_vvvl(v0, v3, l); in _vel_approx_vfdivs_vvvl()
20 v4 = _vel_vfnmsbs_vvvvl(v0, v2, v1, l); in _vel_approx_vfdivs_vvvl()
21 v2 = _vel_vfmads_vvvvl(v2, v5, v4, l); in _vel_approx_vfdivs_vvvl()
22 v0 = _vel_vfnmsbs_vvvvl(v0, v2, v1, l); in _vel_approx_vfdivs_vvvl()
23 v0 = _vel_vfmads_vvvvl(v2, v3, v0, l); in _vel_approx_vfdivs_vvvl()
29 __vr v2, v3, v4, v5; in _vel_approx_pvfdiv_vvvl() local
34 v2 = _vel_pvfmul_vvvl(v0, v3, l); in _vel_approx_pvfdiv_vvvl()
35 v4 = _vel_pvfnmsb_vvvvl(v0, v2, v1, l); in _vel_approx_pvfdiv_vvvl()
[all …]
/freebsd/contrib/googletest/googletest/include/gtest/
H A Dgtest_pred_impl.h49 // ASSERT_PRED_FORMAT2(pred_format, v1, v2)
61 // ASSERT_PRED2(pred, v1, v2)
65 // and the values v1, v2, ..., must support the << operator for
120 const T2& v2) { in AssertPred2Helper() argument
121 if (pred(v1, v2)) return AssertionSuccess(); in AssertPred2Helper()
128 << e2 << " evaluates to " << ::testing::PrintToString(v2); in AssertPred2Helper()
133 #define GTEST_PRED_FORMAT2_(pred_format, v1, v2, on_failure) \ argument
134 GTEST_ASSERT_(pred_format(#v1, #v2, v1, v2), on_failure)
138 #define GTEST_PRED2_(pred, v1, v2, on_failure) \ argument
139 GTEST_ASSERT_(::testing::AssertPred2Helper(#pred, #v1, #v2, pred, v1, v2), \
[all …]
/freebsd/sys/crypto/openssl/aarch64/
H A Dvpsm4_ex-armv8.S87 ushr v2.16b, v0.16b, 4
90 tbl v2.16b, {v27.16b}, v2.16b
91 eor v0.16b, v0.16b, v2.16b
94 ushr v2.16b, v0.16b, 4
97 tbl v2.16b, {v29.16b}, v2.16b
98 eor v0.16b, v0.16b, v2.16b
150 ushr v2.4s,v12.4s,32-18
154 sli v2.4s,v12.4s,18
158 eor v12.16b,v2.16b,v3.16b
184 ushr v2.4s,v13.4s,32-18
[all …]
H A Dvpsm4-armv8.S140 movi v2.16b,#192
143 sub v2.16b,v12.16b,v2.16b
147 tbl v2.16b,{v28.16b,v29.16b,v30.16b,v31.16b},v2.16b
149 add v2.2d,v2.2d,v12.2d
150 add v12.2d,v0.2d,v2.2d
154 ushr v2.4s,v12.4s,32-10
156 sli v2.4s,v12.4s,10
157 eor v1.16b,v2.16b,v1.16b
160 ushr v2.4s,v12.4s,32-24
162 sli v2.4s,v12.4s,24
[all …]
H A Daes-gcm-armv8_64.S69 fmov v2.d[1], x9 //CTR block 2
86 aese v2.16b, v18.16b
87 aesmc v2.16b, v2.16b //AES block 2 - round 0
101 aese v2.16b, v19.16b
102 aesmc v2.16b, v2.16b //AES block 2 - round 1
131 aese v2.16b, v20.16b
132 aesmc v2.16b, v2.16b //AES block 2 - round 2
141 aese v2.16b, v21.16b
142 aesmc v2.16b, v2.16b //AES block 2 - round 3
155 aese v2.16b, v22.16b
[all …]
H A Dghashv8-armx.S33 pmull2 v2.1q,v20.2d,v20.2d
36 ext v17.16b,v0.16b,v2.16b,#8 //Karatsuba post-processing
37 eor v18.16b,v0.16b,v2.16b
42 ins v2.d[0],v1.d[1]
48 eor v18.16b,v18.16b,v2.16b
58 pmull2 v2.1q,v20.2d, v22.2d
63 ext v16.16b,v0.16b,v2.16b,#8 //Karatsuba post-processing
65 eor v18.16b,v0.16b,v2.16b
74 ins v2.d[0],v1.d[1]
85 eor v18.16b,v18.16b,v2.16b
[all …]
H A Dbsaes-armv8.S57 eor v2.16b, v2.16b, v8.16b
63 tbl v2.16b, {v2.16b}, v10.16b
73 ushr v18.2d, v2.2d, #1
93 eor v2.16b, v2.16b, v18.16b
100 eor v8.16b, v8.16b, v2.16b
109 eor v2.16b, v2.16b, v8.16b
120 ushr v9.2d, v2.2d, #4
140 eor v2.16b, v2.16b, v9.16b
152 eor v2.16b, v18.16b, v2.16b
160 tbl v2.16b, {v2.16b}, v28.16b
[all …]
/freebsd/sys/contrib/openzfs/module/icp/asm-aarch64/blake3/
H A Db3_aarch64_sse2.S82 eor v0.16b, v2.16b, v0.16b
122 add v2.4s, v2.4s, v1.4s
124 add v2.4s, v2.4s, v5.4s
125 eor v3.16b, v2.16b, v3.16b
126 add v2.4s, v2.4s, v0.4s
133 add v2.4s, v2.4s, v5.4s
134 eor v3.16b, v2.16b, v3.16b
141 add v2.4s, v2.4s, v6.4s
145 ext v2.16b, v2.16b, v2.16b, #12
150 add v2.4s, v2.4s, v5.4s
[all …]
H A Db3_aarch64_sse41.S82 eor v0.16b, v2.16b, v0.16b
155 add v0.4s, v2.4s, v3.4s
156 uzp2 v2.4s, v6.4s, v7.4s
161 add v7.4s, v16.4s, v2.4s
200 uzp2 v19.4s, v19.4s, v2.4s
224 zip1 v17.2d, v18.2d, v2.2d
225 zip2 v2.4s, v2.4s, v18.4s
228 zip1 v18.4s, v2.4s, v16.4s
229 zip1 v2.4s, v16.4s, v2.4s
232 ext v16.16b, v2.16b, v18.16b, #8
[all …]
/freebsd/crypto/openssl/crypto/modes/asm/
H A Dghash-riscv64-zvkb-zvbc.pl69 my ($V0,$V1,$V2,$V3,$V4,$V5,$V6) = ("v0","v1","v2","v3","v4","v5","v6");
86 @{[vle64_v $V2, $TMP2]} # vle64.v v2, (t2)
109 @{[vxor_vv_v0t $V1, $V1, $V2]} # vxor.vv v1, v1, v2, v0.t
125 my ($V0,$V1,$V2,$V3,$V4,$V5,$V6) = ("v0","v1","v2","v3","v4","v5","v6");
167 # v2 = (a1b1)h,(a1b0)h
168 @{[vclmulh_vx $V2, $V5, $TMP1]} # vclmulh.vx v2, v5, t1
178 # v2 += (a0b1)h
179 @{[vxor_vv_v0t $V2, $V2, $V3]} # vxor.vv v2, v2, v3, v0.t
180 # v2 += (a1b1)l
181 @{[vxor_vv_v0t $V2, $V2, $V4]} # vxor.vv v2, v2, v4, v0.t
[all …]
/freebsd/contrib/arm-optimized-routines/math/aarch64/experimental/advsimd/
H A Derfinv_25u.c43 .P_57 = { V2 (0x1.b874f9516f7f1p-14), V2 (0x1.5921f2916c1c4p-7),
44 V2 (0x1.145ae7d5b8fa4p-2), V2 (0x1.29d6dcc3b2fb7p+1),
45 V2 (0x1.cabe2209a7985p+2), V2 (0x1.11859f0745c4p+3),
46 V2 (0x1.b7ec7bc6a2ce5p+2), V2 (0x1.d0419e0bb42aep+1),
47 V2 (0x1.c5aa03eef7258p-1) },
48 .Q_57 = { V2 (0x1.b8747e12691f1p-14), V2 (0x1.59240d8ed1e0ap-7),
49 V2 (0x1.14aef2b181e2p-2), V2 (0x1.2cd181bcea52p+1),
50 V2 (0x1.e6e63e0b7aa4cp+2), V2 (0x1.65cf8da94aa3ap+3),
51 V2 (0x1.7e5c787b10a36p+3), V2 (0x1.0626d68b6cea3p+3),
52 V2 (0x1.065c5f193abf6p+2), V2 (0x1p+0) },
[all …]
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/
H A Dv_sincos_common.h16 .inv_pio2 = V2 (0x1.45f306dc9c882p-1),
17 .pio2 = { V2 (0x1.921fb50000000p+0), V2 (0x1.110b460000000p-26),
18 V2 (0x1.1a62633145c07p-54) },
19 .shift = V2 (0x1.8p52),
21 V2 (-0x1.555555555547bp-3), V2 (0x1.1111111108a4dp-7),
22 V2 (-0x1.a01a019936f27p-13), V2 (0x1.71de37a97d93ep-19),
23 V2 (-0x1.ae633919987c6p-26), V2 (0x1.60e277ae07cecp-33),
24 V2 (-0x1.9e9540300a1p-41) },
26 V2 (0x1.555555555554cp-5), V2 (-0x1.6c16c16c1521fp-10),
27 V2 (0x1.a01a019cbf62ap-16), V2 (-0x1.27e4f812b681ep-22),
[all …]
H A Dv_sincospi_common.h16 .poly = { V2 (0x1.921fb54442d184p1), V2 (-0x1.4abbce625be53p2),
17 V2 (0x1.466bc6775ab16p1), V2 (-0x1.32d2cce62dc33p-1),
18 V2 (0x1.507834891188ep-4), V2 (-0x1.e30750a28c88ep-8),
19 V2 (0x1.e8f48308acda4p-12), V2 (-0x1.6fc0032b3c29fp-16),
20 V2 (0x1.af86ae521260bp-21), V2 (-0x1.012a9870eeb7dp-25) },
21 .range_val = V2 (0x1p63),
H A Dacos.c21 .poly = { V2 (0x1.555555555554ep-3), V2 (0x1.3333333337233p-4),
22 V2 (0x1.6db6db67f6d9fp-5), V2 (0x1.f1c71fbd29fbbp-6),
23 V2 (0x1.6e8b264d467d6p-6), V2 (0x1.1c5997c357e9dp-6),
24 V2 (0x1.c86a22cd9389dp-7), V2 (0x1.856073c22ebbep-7),
25 V2 (0x1.fd1151acb6bedp-8), V2 (0x1.087182f799c1dp-6),
26 V2 (-0x1.6602748120927p-7), V2 (0x1.cfa0dd1f9478p-6), },
27 .pi = V2 (0x1.921fb54442d18p+1),
28 .pi_over_2 = V2 (0x1.921fb54442d18p+0),
29 .abs_mask = V2 (0x7fffffffffffffff),
H A Dv_log_inline.h18 V2 (-0x1.ffffffffcbad3p-2), V2 (0x1.555555578ed68p-2), \
19 V2 (-0x1.0000d3a1e7055p-2), V2 (0x1.999392d02a63ep-3) \
24 V2 (-0x1.ffffffffffff7p-2), V2 (0x1.55555555170d4p-2), \
25 V2 (-0x1.0000000399c27p-2), V2 (0x1.999b2e90e94cap-3), \
26 V2 (-0x1.554e550bd501ep-3) \
41 .poly = POLY, .ln2 = V2 (0x1.62e42fefa39efp-1), \
42 .sign_exp_mask = V2 (0xfff0000000000000), .off = V2 (0x3fe6900900000000) \
/freebsd/crypto/krb5/src/util/support/
H A Dt_json.c92 k5_json_number v2; in test_array() local
100 k5_json_number_create(2, &v2); in test_array()
101 k5_json_array_add(a, v2); in test_array()
116 k5_json_release(v2); in test_array()
152 k5_json_string s, v2; in test_object() local
157 k5_json_string_create("hejsan", &v2); in test_object()
158 k5_json_object_set(object, "key2", v2); in test_object()
178 k5_json_release(v2); in test_object()
214 "[\"v1\",\"v2\",[\"v3\",\"v4\",[\"v 5\",\" v 7 \"]],-123456789," in test_json()
224 k5_json_value v, v2; in test_json() local
[all …]
/freebsd/crypto/openssl/crypto/sha/asm/
H A Dsha256-riscv64-zvkb-zvknha_or_zvknhb.pl63 my ($V0, $V1, $V2, $V3, $V4, $V5, $V6, $V7,
164 @{[vle32_v $V2, $INP]}
165 @{[vrev8_v $V2, $V2]}
174 # Quad-round 0 (+0, Wt from oldest to newest in v1->v2->v3->v4)
178 @{[vmerge_vvm $V5, $V3, $V2, $V0]}
181 # Quad-round 1 (+1, v2->v3->v4->v1)
182 @{[vadd_vv $V5, $V11, $V2]}
186 @{[vsha2ms_vv $V2, $V5, $V1]} # Generate W[23:20]
188 # Quad-round 2 (+2, v3->v4->v1->v2)
193 @{[vsha2ms_vv $V3, $V5, $V2]} # Generate W[27:24]
[all …]
/freebsd/bin/sh/tests/expansion/
H A Darith6.03 v2=D
7 while [ ${#v2} -lt 1250 ]; do
8 eval $v2=$((3+${#v2})) $v3=$((4-${#v2}))
9 eval f $(($v2+ $v1 +$v3))
11 echo bad: $v4 -ne 9 at ${#v2}
13 v2=x$v2
/freebsd/contrib/less/
H A Dlesskey.h70 #define SNPRINTF2(str, size, fmt, v1, v2) snprintf((str), (size), (fmt), (v1), (v2)) argument
71 #define SNPRINTF3(str, size, fmt, v1, v2, v3) snprintf((str), (size), (fmt), (v1), (v2), (v3)) argument
72 #define SNPRINTF4(str, size, fmt, v1, v2, v3, v4) snprintf((str), (size), (fmt), (v1), (v2), (v3), … argument
76 #define SNPRINTF2(str, size, fmt, v1, v2) sprintf((str), (fmt), (v1), (v2)) argument
77 #define SNPRINTF3(str, size, fmt, v1, v2, v3) sprintf((str), (fmt), (v1), (v2), (v3)) argument
78 #define SNPRINTF4(str, size, fmt, v1, v2, v3, v4) sprintf((str), (fmt), (v1), (v2), (v3), (v4)) argument
/freebsd/sys/contrib/device-tree/Bindings/opp/
H A Dopp-v2.yaml4 $id: http://devicetree.org/schemas/opp/opp-v2.yaml#
13 - $ref: opp-v2-base.yaml#
17 const: operating-points-v2
39 operating-points-v2 = <&cpu0_opp_table0>;
50 operating-points-v2 = <&cpu0_opp_table0>;
55 compatible = "operating-points-v2";
96 operating-points-v2 = <&cpu_opp_table>;
107 operating-points-v2 = <&cpu_opp_table>;
118 operating-points-v2 = <&cpu_opp_table>;
129 operating-points-v2 = <&cpu_opp_table>;
[all …]
/freebsd/crypto/openssl/crypto/aes/asm/
H A Dbsaes-armv8.pl90 eor v2.16b, v2.16b, v8.16b
96 tbl v2.16b, {v2.16b}, v10.16b
106 ushr v18.2d, v2.2d, #1
126 eor v2.16b, v2.16b, v18.16b
133 eor v8.16b, v8.16b, v2.16b
142 eor v2.16b, v2.16b, v8.16b
153 ushr v9.2d, v2.2d, #4
173 eor v2.16b, v2.16b, v9.16b
185 eor v2.16b, v18.16b, v2.16b
193 tbl v2.16b, {v2.16b}, v28.16b
[all …]
/freebsd/contrib/bsnmp/lib/
H A Dsnmp.h64 /* v2 additions */
207 #define SNMP_PDU_GETBULK 5 /* v2 */
208 #define SNMP_PDU_INFORM 6 /* v2 */
209 #define SNMP_PDU_TRAP2 7 /* v2 */
210 #define SNMP_PDU_REPORT 8 /* v2 */
218 #define SNMP_ERR_NO_ACCESS 6 /* v2 */
219 #define SNMP_ERR_WRONG_TYPE 7 /* v2 */
220 #define SNMP_ERR_WRONG_LENGTH 8 /* v2 */
221 #define SNMP_ERR_WRONG_ENCODING 9 /* v2 */
222 #define SNMP_ERR_WRONG_VALUE 10 /* v2 */
[all …]
/freebsd/sys/contrib/device-tree/src/arm64/exynos/
H A Dexynos5433-bus.dtsi14 operating-points-v2 = <&bus_g2d_400_opp_table>;
22 operating-points-v2 = <&bus_g2d_266_opp_table>;
30 operating-points-v2 = <&bus_gscl_opp_table>;
38 operating-points-v2 = <&bus_hevc_opp_table>;
46 operating-points-v2 = <&bus_g2d_400_opp_table>;
54 operating-points-v2 = <&bus_g2d_400_opp_table>;
62 operating-points-v2 = <&bus_g2d_400_opp_table>;
70 operating-points-v2 = <&bus_hevc_opp_table>;
78 operating-points-v2 = <&bus_hevc_opp_table>;
86 operating-points-v2 = <&bus_noc2_opp_table>;
[all …]
/freebsd/sys/contrib/device-tree/Bindings/iommu/
H A Darm,smmu.yaml26 - description: Qcom SoCs implementing "arm,smmu-v2"
29 - qcom,msm8996-smmu-v2
30 - qcom,msm8998-smmu-v2
31 - qcom,sdm630-smmu-v2
32 - qcom,sm6375-smmu-v2
33 - const: qcom,smmu-v2
116 - description: Qcom Adreno GPUs implementing "arm,smmu-v2"
119 - qcom,msm8996-smmu-v2
120 - qcom,sc7180-smmu-v2
121 - qcom,sdm630-smmu-v2
[all …]
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/
H A Drk3588j.dtsi11 compatible = "operating-points-v2";
33 compatible = "operating-points-v2";
59 compatible = "operating-points-v2";
85 compatible = "operating-points-v2";
115 operating-points-v2 = <&cluster1_opp_table>;
119 operating-points-v2 = <&cluster1_opp_table>;
123 operating-points-v2 = <&cluster2_opp_table>;
127 operating-points-v2 = <&cluster2_opp_table>;
131 operating-points-v2 = <&cluster0_opp_table>;
135 operating-points-v2 = <&cluster0_opp_table>;
[all …]

12345678910>>...219