Home
last modified time | relevance | path

Searched refs:s23 (Results 1 – 25 of 36) sorted by relevance

12

/external/bison/lib/
Dstreq.h111 streq3 (const char *s1, const char *s2, char s23, char s24, char s25, char s26, char s27, char s28) in streq3() argument
113 if (s1[3] == s23) in streq3()
115 if (s23 == 0) in streq3()
125 streq2 (const char *s1, const char *s2, char s22, char s23, char s24, char s25, char s26, char s27,… in streq2() argument
132 return streq3 (s1, s2, s23, s24, s25, s26, s27, s28); in streq2()
139 streq1 (const char *s1, const char *s2, char s21, char s22, char s23, char s24, char s25, char s26,… in streq1() argument
146 return streq2 (s1, s2, s22, s23, s24, s25, s26, s27, s28); in streq1()
153 streq0 (const char *s1, const char *s2, char s20, char s21, char s22, char s23, char s24, char s25,… in streq0() argument
160 return streq1 (s1, s2, s21, s22, s23, s24, s25, s26, s27, s28); in streq0()
166 #define STREQ_OPT(s1,s2,s20,s21,s22,s23,s24,s25,s26,s27,s28) \ argument
[all …]
Dc-strcaseeq.h121 strcaseeq3 (const char *s1, const char *s2, char s23, char s24, char s25, char s26, char s27, char … in strcaseeq3() argument
123 if (CASEEQ (s1[3], s23)) in strcaseeq3()
125 if (s23 == 0) in strcaseeq3()
135 strcaseeq2 (const char *s1, const char *s2, char s22, char s23, char s24, char s25, char s26, char … in strcaseeq2() argument
142 return strcaseeq3 (s1, s2, s23, s24, s25, s26, s27, s28); in strcaseeq2()
149 strcaseeq1 (const char *s1, const char *s2, char s21, char s22, char s23, char s24, char s25, char … in strcaseeq1() argument
156 return strcaseeq2 (s1, s2, s22, s23, s24, s25, s26, s27, s28); in strcaseeq1()
163 strcaseeq0 (const char *s1, const char *s2, char s20, char s21, char s22, char s23, char s24, char … in strcaseeq0() argument
170 return strcaseeq1 (s1, s2, s21, s22, s23, s24, s25, s26, s27, s28); in strcaseeq0()
176 #define STRCASEEQ(s1,s2,s20,s21,s22,s23,s24,s25,s26,s27,s28) \ argument
[all …]
/external/llvm/test/MC/ARM/
Dthumb-fp-armv8.s35 vcvtn.s32.f32 s6, s23
36 @ CHECK: vcvtn.s32.f32 s6, s23 @ encoding: [0xbd,0xfe,0xeb,0x3a]
52 vcvtn.u32.f32 s6, s23
53 @ CHECK: vcvtn.u32.f32 s6, s23 @ encoding: [0xbd,0xfe,0x6b,0x3a]
67 vselge.f32 s4, s1, s23
68 @ CHECK: vselge.f32 s4, s1, s23 @ encoding: [0x20,0xfe,0xab,0x2a]
75 vseleq.f32 s30, s28, s23
76 @ CHECK: vseleq.f32 s30, s28, s23 @ encoding: [0x0e,0xfe,0x2b,0xfa]
Dfp-armv8.s32 vcvtn.s32.f32 s6, s23
33 @ CHECK: vcvtn.s32.f32 s6, s23 @ encoding: [0xeb,0x3a,0xbd,0xfe]
49 vcvtn.u32.f32 s6, s23
50 @ CHECK: vcvtn.u32.f32 s6, s23 @ encoding: [0x6b,0x3a,0xbd,0xfe]
64 vselge.f32 s4, s1, s23
65 @ CHECK: vselge.f32 s4, s1, s23 @ encoding: [0xab,0x2a,0x20,0xfe]
72 vseleq.f32 s30, s28, s23
73 @ CHECK: vseleq.f32 s30, s28, s23 @ encoding: [0x2b,0xfa,0x0e,0xfe]
/external/valgrind/none/tests/arm/
Dvfpv4_fma.c112 … TESTINSN_bin_f32("vfma.f32 s23, s24, s25", s23, s24, i32, f2u(-347856.475), s25, i32, f2u(1346)); in main()
116 TESTINSN_bin_f32("vfma.f32 s23, s24, s5", s23, s24, i32, f2u(24), s5, i32, f2u(1346)); in main()
129 TESTINSN_bin_f32("vfma.f32 s10, s23, s15", s10, s23, i32, f2u(INFINITY), s15, i32, f2u(0.0)); in main()
162 … TESTINSN_bin_f32("vfms.f32 s23, s24, s25", s23, s24, i32, f2u(-347856.475), s25, i32, f2u(1346)); in main()
166 TESTINSN_bin_f32("vfms.f32 s23, s24, s5", s23, s24, i32, f2u(24), s5, i32, f2u(1346)); in main()
179 TESTINSN_bin_f32("vfms.f32 s10, s23, s15", s10, s23, i32, f2u(INFINITY), s15, i32, f2u(0.0)); in main()
212 … TESTINSN_bin_f32("vfnma.f32 s23, s24, s25", s23, s24, i32, f2u(-347856.475), s25, i32, f2u(1346)); in main()
216 TESTINSN_bin_f32("vfnma.f32 s23, s24, s5", s23, s24, i32, f2u(24), s5, i32, f2u(1346)); in main()
229 TESTINSN_bin_f32("vfnma.f32 s10, s23, s15", s10, s23, i32, f2u(INFINITY), s15, i32, f2u(0.0)); in main()
262 … TESTINSN_bin_f32("vfnms.f32 s23, s24, s25", s23, s24, i32, f2u(-347856.475), s25, i32, f2u(1346)); in main()
[all …]
Dvfp.c1159 … TESTINSN_bin_f32("vmla.f32 s23, s24, s25", s23, s24, i32, f2u(-347856.475), s25, i32, f2u(1346)); in main()
1163 TESTINSN_bin_f32("vmla.f32 s23, s24, s5", s23, s24, i32, f2u(24), s5, i32, f2u(1346)); in main()
1176 TESTINSN_bin_f32("vmla.f32 s10, s23, s15", s10, s23, i32, f2u(INFINITY), s15, i32, f2u(0.0)); in main()
1209 … TESTINSN_bin_f32("vnmla.f32 s23, s24, s25", s23, s24, i32, f2u(-347856.475), s25, i32, f2u(1346)); in main()
1213 TESTINSN_bin_f32("vnmla.f32 s23, s24, s5", s23, s24, i32, f2u(24), s5, i32, f2u(1346)); in main()
1226 TESTINSN_bin_f32("vnmla.f32 s10, s23, s15", s10, s23, i32, f2u(INFINITY), s15, i32, f2u(0.0)); in main()
1259 … TESTINSN_bin_f32("vmls.f32 s23, s24, s25", s23, s24, i32, f2u(-347856.475), s25, i32, f2u(1346)); in main()
1263 TESTINSN_bin_f32("vmls.f32 s23, s24, s5", s23, s24, i32, f2u(24), s5, i32, f2u(1346)); in main()
1276 TESTINSN_bin_f32("vmls.f32 s10, s23, s15", s10, s23, i32, f2u(INFINITY), s15, i32, f2u(0.0)); in main()
1309 … TESTINSN_bin_f32("vnmls.f32 s23, s24, s25", s23, s24, i32, f2u(-347856.475), s25, i32, f2u(1346)); in main()
[all …]
/external/llvm/test/MC/Disassembler/ARM/
Dfp-armv8.txt35 # CHECK: vcvtn.s32.f32 s6, s23
59 # CHECK: vcvtn.u32.f32 s6, s23
78 # CHECK: vselge.f32 s4, s1, s23
90 # CHECK: vseleq.f32 s30, s28, s23
Dthumb-fp-armv8.txt39 # CHECK: vcvtn.s32.f32 s6, s23
63 # CHECK: vcvtn.u32.f32 s6, s23
82 # CHECK: vselge.f32 s4, s1, s23
94 # CHECK: vseleq.f32 s30, s28, s23
Dfp-encoding.txt218 # CHECK: vstmiaeq r0, {s19, s20, s21, s22, s23}
220 # CHECK: vldmiaeq r3, {s18, s19, s20, s21, s22, s23}
229 # CHECK: vldmdbeq r5!, {s21, s22, s23}
252 # CHECK: vldmiaeq r8!, {s21, s22, s23}
Darm-tests.txt242 # CHECK: vldr s23, [r2, #660]
/external/llvm/test/MC/AArch64/
Dneon-scalar-mul.s52 sqdmlsl d12, s23, s13
Dbasic-a64-instructions.s1838 frintx s22, s23
1898 fnmul s22, s23, s24
2009 scvtf s23, w19, #1
2016 scvtf s23, x19, #1
2037 ucvtf s23, w19, #1
2044 ucvtf s23, x19, #1
2079 fcvtpu w30, s23
2107 scvtf s23, x24
2752 str s23, [x23], #1
2777 ldr s23, [x23], #1
[all …]
/external/clang/test/CXX/lex/lex.charset/
Dp2-cxx98.cpp35 const char *s23 = "\u0023"; // #, expected-error {{character '#' cannot be specified by a universal… variable
/external/llvm/test/CodeGen/AArch64/
Dremat-float0.ll15 …2},~{s13},~{s14},~{s15},~{s16},~{s17},~{s18},~{s19},~{s20},~{s21},~{s22},~{s23},~{s24},~{s25},~{s2…
/external/boringssl/src/crypto/curve25519/
Dcurve25519.c3802 int64_t s23 = (load_4(s + 60) >> 3); in sc_reduce() local
3821 s11 += s23 * 666643; in sc_reduce()
3822 s12 += s23 * 470296; in sc_reduce()
3823 s13 += s23 * 654183; in sc_reduce()
3824 s14 -= s23 * 997805; in sc_reduce()
3825 s15 += s23 * 136657; in sc_reduce()
3826 s16 -= s23 * 683901; in sc_reduce()
3827 s23 = 0; in sc_reduce()
4180 int64_t s23; in sc_muladd() local
4237 s23 = 0; in sc_muladd()
[all …]
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/
Dp3-0x.cpp35 S2 s23 { }; variable
/external/gemmlowp/internal/
Dpack_neon.h254 int32x4_t s23 = in Pack() local
256 int32x4_t s = vaddq_s32(s01, s23); in Pack()
/external/boringssl/src/ssl/test/runner/poly1305/
Dsum_ref.go139 s23 uint32
1458 s23 = uint32(s[11])
1479 s23 <<= 24
1491 f2 += uint64(s23)
/external/v8/test/cctest/
Dtest-assembler-arm64.cc6249 __ Fmov(s23, kFP32PositiveInfinity); in TEST()
6262 __ Frinta(s7, s23); in TEST()
6338 __ Fmov(s23, kFP32PositiveInfinity); in TEST()
6351 __ Frintm(s7, s23); in TEST()
6427 __ Fmov(s23, kFP32PositiveInfinity); in TEST()
6440 __ Frintn(s7, s23); in TEST()
6516 __ Fmov(s23, kFP32PositiveInfinity); in TEST()
6529 __ Frintp(s7, s23); in TEST()
6605 __ Fmov(s23, kFP32PositiveInfinity); in TEST()
6617 __ Frintz(s7, s23); in TEST()
[all …]
/external/v8/benchmarks/
Dregexp.js116 var s23 = computeInputVariants('uggc://cebsvyr.zlfcnpr.pbz/vaqrk.psz', 85);
186 s23[i].replace(re12, '');
190 re13.exec(s23[i]);
/external/llvm/test/CodeGen/MIR/ARM/
DARMLoadStoreDBG.mir95 '%s22', '%s23', '%s24', '%s25', '%s26', '%s27',
Dsched-it-debug-nodes.mir106 '%s22', '%s23', '%s24', '%s25', '%s26', '%s27',
/external/v8/src/arm/
Dsimulator-arm.h120 s16, s17, s18, s19, s20, s21, s22, s23, enumerator
/external/webp/src/dsp/
Ddec_neon.c1437 const uint16x8_t s23 = vaddq_u16(s2, s3); in DC8() local
1438 sum_left = vaddq_u16(s01, s23); in DC8()
1519 const uint16x8_t s23 = vaddq_u16(s2, s3); in DC16() local
1520 const uint16x8_t sum = vaddq_u16(s01, s23); in DC16()
/external/vixl/test/
Dtest-assembler-a64.cc10362 __ Fmov(s23, kFP32PositiveInfinity); in TEST()
10375 __ Frinta(s7, s23); in TEST()
10452 __ Fmov(s23, kFP32PositiveInfinity); in TEST()
10465 __ Frinti(s7, s23); in TEST()
10540 __ Fmov(s23, kFP32PositiveInfinity); in TEST()
10553 __ Frintm(s7, s23); in TEST()
10628 __ Fmov(s23, kFP32PositiveInfinity); in TEST()
10641 __ Frintn(s7, s23); in TEST()
10716 __ Fmov(s23, kFP32PositiveInfinity); in TEST()
10729 __ Frintp(s7, s23); in TEST()
[all …]

12