Home
last modified time | relevance | path

Searched refs:e16 (Results 1 – 25 of 38) sorted by relevance

12

/external/llvm-project/llvm/test/CodeGen/RISCV/rvv/
Dload-add-store-16.ll10 ; CHECK-NEXT: vsetvli a3, zero, e16,m1,tu,mu
12 ; CHECK-NEXT: vsetvli a1, zero, e16,m1,tu,mu
14 ; CHECK-NEXT: vsetvli a1, zero, e16,m1,tu,mu
16 ; CHECK-NEXT: vsetvli a1, zero, e16,m1,tu,mu
29 ; CHECK-NEXT: vsetvli a3, zero, e16,m2,tu,mu
31 ; CHECK-NEXT: vsetvli a1, zero, e16,m2,tu,mu
33 ; CHECK-NEXT: vsetvli a1, zero, e16,m2,tu,mu
35 ; CHECK-NEXT: vsetvli a1, zero, e16,m2,tu,mu
48 ; CHECK-NEXT: vsetvli a3, zero, e16,m4,tu,mu
50 ; CHECK-NEXT: vsetvli a1, zero, e16,m4,tu,mu
[all …]
/external/llvm-project/clang/test/CodeGenCXX/
Dpr12251.cpp129 enum e16 { e16_a = -2147483648 }; enum
130 e16 g16(e16 *x) { in g16()
/external/clang/test/CodeGenCXX/
Dpr12251.cpp129 enum e16 { e16_a = -2147483648 }; enum
130 e16 g16(e16 *x) { in g16()
/external/llvm-project/llvm/test/MC/RISCV/rvv/
Dsnippet.s8 vsetvli a3, a0, e16,m4,ta,ma # vtype = 16-bit integer vectors
9 # CHECK-INST: d7 76 65 0c vsetvli a3, a0, e16,m4,ta,ma
/external/XNNPACK/src/xnnpack/
Dintrinsics-polyfill.h112 char e19, char e18, char e17, char e16, in _mm512_set_epi8() argument
121 e16, e17, e18, e19, e20, e21, e22, e23, in _mm512_set_epi8()
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/flow/sharing/
DSharedFlowScenarioTest.kt47 val e16 = emitSuspends(16) in <lambda>() constant
51 collect(a, 13); emitResumes(e16); expectReplayOf(16) // buffer 14, 15, | 16 in <lambda>()
139 val e16 = emitSuspends(16) in <lambda>() constant
142 collect(b, 15); emitResumes(e16); expectReplayOf(16) in <lambda>()
/external/ppp/pppd/
Deui64.h70 u_int16_t e16[4]; member
/external/python/cpython2/Lib/test/
Dmath_testcases.txt83 erf0041 erf 1e16 -> 1.0
145 erfc0051 erfc 1e16 -> 0.0
183 lgam0012 lgamma -1e16 -> inf divide-by-zero
288 gam0012 gamma -1e16 -> nan invalid
/external/python/cpython3/Lib/test/
Dformatfloat_testcases.txt333 -- values >= 1e16 get an exponent
340 %r 1e16 -> 1e+16
Dmath_testcases.txt83 erf0041 erf 1e16 -> 1.0
145 erfc0051 erfc 1e16 -> 0.0
183 lgam0012 lgamma -1e16 -> inf divide-by-zero
288 gam0012 gamma -1e16 -> nan invalid
/external/deqp-deps/glslang/Test/
DstringToDouble.vert20 float e5 = 1e16;
/external/llvm-project/llvm/test/Analysis/CostModel/ARM/
Darith.ll407 ; CHECK-MVE1-NEXT: Cost Model: Found an estimated cost of 1 for instruction: %e16 = mul <16 x i8> …
446 ; CHECK-MVE2-NEXT: Cost Model: Found an estimated cost of 2 for instruction: %e16 = mul <16 x i8> …
485 ; CHECK-MVE4-NEXT: Cost Model: Found an estimated cost of 4 for instruction: %e16 = mul <16 x i8> …
524 ; CHECK-V8M-MAIN-NEXT: Cost Model: Found an estimated cost of 16 for instruction: %e16 = mul <16 x…
563 ; CHECK-V8M-BASE-NEXT: Cost Model: Found an estimated cost of 16 for instruction: %e16 = mul <16 x…
602 ; CHECK-V8R-NEXT: Cost Model: Found an estimated cost of 1 for instruction: %e16 = mul <16 x i8> u…
641 ; CHECK-MVE-SIZE-NEXT: Cost Model: Found an estimated cost of 1 for instruction: %e16 = mul <16 x …
679 %e16 = mul <16 x i8> undef, undef
720 ; CHECK-MVE1-NEXT: Cost Model: Found an estimated cost of 2 for instruction: %e16 = mul <16 x i16>…
759 ; CHECK-MVE2-NEXT: Cost Model: Found an estimated cost of 4 for instruction: %e16 = mul <16 x i16>…
[all …]
/external/curl/tests/data/
Dtest153851 e16: Error in the HTTP2 framing layer
/external/llvm-project/llvm/lib/Target/RISCV/
DRISCVInstrInfoV.td1015 …EG#nf#E16_V : VUnitStrideSegmentLoad<!add(nf, -1), LUMOPUnitStride, LSWidth16, "vlseg"#nf#"e16.v">;
1033 def VSSEG#nf#E16_V : VUnitStrideSegmentStore<!add(nf, -1), LSWidth16, "vsseg"#nf#"e16.v">;
1043 def VLSSEG#nf#E16_V : VStridedSegmentLoad<!add(nf, -1), LSWidth16, "vlsseg"#nf#"e16.v">;
1052 def VSSSEG#nf#E16_V : VStridedSegmentStore<!add(nf, -1), LSWidth16, "vssseg"#nf#"e16.v">;
/external/google-breakpad/src/tools/windows/dump_syms/testdata/
Ddump_syms_regtest.sym767 FUNC 1e16 97 0 __crtGetEnvironmentStringsA
768 1e16 a 40 943
1681 3e16 3 744 3326
2727 STACK WIN 4 1e16 97 a 0 0 0 c 0 1 $T0 $ebp = $eip $T0 4 + ^ = $ebp $T0 ^ = $esp $T0 8 + =
/external/llvm-project/llvm/test/CodeGen/X86/
Dstatepoint-live-in.ll304 %e16 = trunc i32 %e to i16
326 … i32 0, i32 2, i32 0, i32 0) ["deopt"(i8 %a8, i8 %b8, i8 %c8, i8 %d8, i16 %e16, i16 %f16, i16 %g16…
Dstatepoint-regs.ll335 %e16 = trunc i32 %e to i16
357 …i32 0, i32 0, i32 0, i32 0) ["deopt" (i8 %a8, i8 %b8, i8 %c8, i8 %d8, i16 %e16, i16 %f16, i16 %g16…
/external/llvm-project/llvm/test/Transforms/InstSimplify/ConstProp/WebAssembly/
Dtrunc_saturate.ll293 %t16 = call i32 @llvm.wasm.trunc.saturate.unsigned.i32.f64(double 10000000000000000.0); 1e16
589 %t13 = call i64 @llvm.wasm.trunc.saturate.unsigned.i64.f64(double 10000000000000000.0); 1e16
Dtrunc.ll337 %t17 = call i32 @llvm.wasm.trunc.unsigned.i32.f64(double 10000000000000000.0); 1e16
665 %t13 = call i64 @llvm.wasm.trunc.unsigned.i64.f64(double 10000000000000000.0); 1e16
/external/python/cpython2/
Dconfigure.ac3967 /* 1e16+2.99999 -> 1e16+2. (correct), 1e16+4. (double rounding) */
3968 x = 1e16;
3971 if (z != 1e16+4.)
Dconfigure13150 /* 1e16+2.99999 -> 1e16+2. (correct), 1e16+4. (double rounding) */
13151 x = 1e16;
13154 if (z != 1e16+4.)
/external/python/cpython3/
Dconfigure.ac4565 /* 1e16+2.99999 -> 1e16+2. (correct), 1e16+4. (double rounding) */
4566 x = 1e16;
4569 if (z != 1e16+4.)
Dconfigure14656 /* 1e16+2.99999 -> 1e16+2. (correct), 1e16+4. (double rounding) */
14657 x = 1e16;
14660 if (z != 1e16+4.)
/external/llvm-project/clang/test/Modules/
Dodr_hash.cpp3305 E16 e16; variable
/external/llvm-project/clang/test/CodeGen/X86/
Davx512f-builtins.c10120 char e16, char e15, char e14, char e13, char e12, char e11, char e10, in test_mm512_set_epi8() argument
10192 e25, e24, e23, e22, e21, e20, e19, e18, e17, e16, e15, e14, e13, e12, in test_mm512_set_epi8()
10199 short e16, short e15, short e14, short e13, short e12, in test_mm512_set_epi16() argument
10236 e21, e20, e19, e18, e17, e16, e15, e14, e13, e12, e11, e10, e9, e8, e7, in test_mm512_set_epi16()

12