Searched refs:s27 (Results 1 - 20 of 20) sorted by relevance

/external/bison/lib/
H A Dstreq.h55 streq7 (const char *s1, const char *s2, char s27, char s28) argument
57 if (s1[7] == s27)
59 if (s27 == 0)
69 streq6 (const char *s1, const char *s2, char s26, char s27, char s28) argument
76 return streq7 (s1, s2, s27, s28);
83 streq5 (const char *s1, const char *s2, char s25, char s26, char s27, char s28) argument
90 return streq6 (s1, s2, s26, s27, s28);
97 streq4 (const char *s1, const char *s2, char s24, char s25, char s26, char s27, char s28) argument
104 return streq5 (s1, s2, s25, s26, s27, s28);
111 streq3 (const char *s1, const char *s2, char s23, char s24, char s25, char s26, char s27, cha argument
125 streq2(const char *s1, const char *s2, char s22, char s23, char s24, char s25, char s26, char s27, char s28) argument
139 streq1(const char *s1, const char *s2, char s21, char s22, char s23, char s24, char s25, char s26, char s27, char s28) argument
153 streq0(const char *s1, const char *s2, char s20, char s21, char s22, char s23, char s24, char s25, char s26, char s27, char s28) argument
[all...]
H A Dc-strcaseeq.h65 strcaseeq7 (const char *s1, const char *s2, char s27, char s28) argument
67 if (CASEEQ (s1[7], s27))
69 if (s27 == 0)
79 strcaseeq6 (const char *s1, const char *s2, char s26, char s27, char s28) argument
86 return strcaseeq7 (s1, s2, s27, s28);
93 strcaseeq5 (const char *s1, const char *s2, char s25, char s26, char s27, char s28) argument
100 return strcaseeq6 (s1, s2, s26, s27, s28);
107 strcaseeq4 (const char *s1, const char *s2, char s24, char s25, char s26, char s27, char s28) argument
114 return strcaseeq5 (s1, s2, s25, s26, s27, s28);
121 strcaseeq3 (const char *s1, const char *s2, char s23, char s24, char s25, char s26, char s27, cha argument
135 strcaseeq2(const char *s1, const char *s2, char s22, char s23, char s24, char s25, char s26, char s27, char s28) argument
149 strcaseeq1(const char *s1, const char *s2, char s21, char s22, char s23, char s24, char s25, char s26, char s27, char s28) argument
163 strcaseeq0(const char *s1, const char *s2, char s20, char s21, char s22, char s23, char s24, char s25, char s26, char s27, char s28) argument
[all...]
/external/clang/test/CXX/lex/lex.charset/
H A Dp2-cxx98.cpp38 const char *s27 = "\u0027"; // ', expected-error {{character ''' cannot be specified by a universal character name}} variable
/external/valgrind/main/none/tests/arm/
H A Dvfpv4_fma.c114 TESTINSN_bin_f32("vfma.f32 s19, s25, s27", s19, s25, i32, f2u(95867.76), s27, i32, f2u(17065));
120 TESTINSN_bin_f32("vfma.f32 s27, s21, s6", s27, s21, i32, f2u(34.00046), s6, i32, f2u(0.0024575));
126 TESTINSN_bin_f32("vfma.f32 s27, s21, s16", s27, s21, i32, f2u(456.2489562), s16, i32, f2u(-7.2945676));
164 TESTINSN_bin_f32("vfms.f32 s19, s25, s27", s19, s25, i32, f2u(95867.76), s27, i32, f2u(17065));
170 TESTINSN_bin_f32("vfms.f32 s27, s21, s6", s27, s2
[all...]
H A Dvfpv4_fma.stdout.exp34 vfma.f32 s19, s25, s27 :: Qd 0x55555555 0x4ec3063f Sm (i32)0x47bb3de1 Sn (i32)0x46855200
40 vfma.f32 s27, s21, s6 :: Qd 0x55555555 0x3dab1f7a Sm (i32)0x42080079 Sn (i32)0x3b210e02
46 vfma.f32 s27, s21, s16 :: Qd 0x55555555 0xc5500239 Sm (i32)0x43e41fde Sn (i32)0xc0e96d19
83 vfms.f32 s19, s25, s27 :: Qd 0x55555555 0xcec3063f Sm (i32)0x47bb3de1 Sn (i32)0x46855200
89 vfms.f32 s27, s21, s6 :: Qd 0x55555555 0xbdab1f7a Sm (i32)0x42080079 Sn (i32)0x3b210e02
95 vfms.f32 s27, s21, s16 :: Qd 0x55555555 0x45500239 Sm (i32)0x43e41fde Sn (i32)0xc0e96d19
H A Dvfp.c1161 TESTINSN_bin_f32("vmla.f32 s19, s25, s27", s19, s25, i32, f2u(95867.76), s27, i32, f2u(17065));
1167 TESTINSN_bin_f32("vmla.f32 s27, s21, s6", s27, s21, i32, f2u(34.00046), s6, i32, f2u(0.0024575));
1173 TESTINSN_bin_f32("vmla.f32 s27, s21, s16", s27, s21, i32, f2u(456.2489562), s16, i32, f2u(-7.2945676));
1211 TESTINSN_bin_f32("vnmla.f32 s19, s25, s27", s19, s25, i32, f2u(95867.76), s27, i32, f2u(17065));
1217 TESTINSN_bin_f32("vnmla.f32 s27, s21, s6", s27, s2
[all...]
H A Dvfp.stdout.exp150 vmla.f32 s19, s25, s27 :: Sd 0x4ec3063f Sm (i32)0x47bb3de1 Sn (i32)0x46855200
156 vmla.f32 s27, s21, s6 :: Sd 0x3dab1f7a Sm (i32)0x42080079 Sn (i32)0x3b210e02
162 vmla.f32 s27, s21, s16 :: Sd 0xc5500239 Sm (i32)0x43e41fde Sn (i32)0xc0e96d19
199 vnmla.f32 s19, s25, s27 :: Sd 0xcec3063f Sm (i32)0x47bb3de1 Sn (i32)0x46855200
205 vnmla.f32 s27, s21, s6 :: Sd 0xbdab1f7a Sm (i32)0x42080079 Sn (i32)0x3b210e02
211 vnmla.f32 s27, s21, s16 :: Sd 0x45500239 Sm (i32)0x43e41fde Sn (i32)0xc0e96d19
248 vmls.f32 s19, s25, s27 :: Sd 0xcec3063f Sm (i32)0x47bb3de1 Sn (i32)0x46855200
254 vmls.f32 s27, s21, s6 :: Sd 0xbdab1f7a Sm (i32)0x42080079 Sn (i32)0x3b210e02
260 vmls.f32 s27, s21, s16 :: Sd 0x45500239 Sm (i32)0x43e41fde Sn (i32)0xc0e96d19
297 vnmls.f32 s19, s25, s27
[all...]
/external/clang/test/CodeGen/
H A Dx86_32-arguments-darwin.c119 // CHECK: void @f27(%struct.s27* noalias sret %agg.result)
121 struct s27 { struct { char a, b, c; } a; struct { char a; } b; } f27(void) { while (1) {} } struct
/external/chromium_org/v8/src/arm/
H A Dsimulator-arm.h115 s24, s25, s26, s27, s28, s29, s30, s31, enumerator in enum:v8::internal::Simulator::Register
H A Dassembler-arm.h356 const SwVfpRegister s27 = { 27 }; member in namespace:v8::internal
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/x86/
H A Dloopfilter_mmx.asm814 pmulhw mm1, [GLOBAL(s27)]
815 pmulhw mm2, [GLOBAL(s27)]
1215 pmulhw mm1, [GLOBAL(s27)]
1216 pmulhw mm2, [GLOBAL(s27)]
1743 s27: label
/external/libvpx/libvpx/vp8/common/x86/
H A Dloopfilter_mmx.asm814 pmulhw mm1, [GLOBAL(s27)]
815 pmulhw mm2, [GLOBAL(s27)]
1215 pmulhw mm1, [GLOBAL(s27)]
1216 pmulhw mm2, [GLOBAL(s27)]
1743 s27: label
/external/llvm/test/MC/AArch64/
H A Dbasic-a64-instructions.s3000 stp s27, s26, [sp, #-256]
3003 // CHECK: stp s27, s26, [sp, #-256] // encoding: [0xfb,0x6b,0x20,0x2d]
3048 stp s27, s26, [sp], #-256
3051 // CHECK: stp s27, s26, [sp], #-256 // encoding: [0xfb,0x6b,0xa0,0x2c]
3095 stp s27, s26, [sp, #-256]!
3098 // CHECK: stp s27, s26, [sp, #-256]! // encoding: [0xfb,0x6b,0xa0,0x2d]
3136 stnp s27, s26, [sp, #-256]
3139 // CHECK: stnp s27, s26, [sp, #-256] // encoding: [0xfb,0x6b,0x20,0x2c]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/x86/
H A Dvp9_loopfilter_mmx.asm616 s27: label
/external/libvpx/libvpx/vp9/common/x86/
H A Dvp9_loopfilter_mmx.asm616 s27: label
/external/chromium_org/v8/test/cctest/
H A Dtest-disasm-arm64.cc1162 COMPARE(ldp(s26, s27, MemOperand(jssp, 252, PreIndex)),
1163 "ldp s26, s27, [jssp, #252]!");
1210 COMPARE(stp(s26, s27, MemOperand(jssp, 252, PreIndex)),
1211 "stp s26, s27, [jssp, #252]!");
1435 COMPARE(fmin(s25, s26, s27), "fmin s25, s26, s27");
H A Dtest-assembler-arm64.cc6306 __ Fmov(s27, -0.2);
6319 __ Frinta(s11, s27);
6395 __ Fmov(s27, -0.2);
6408 __ Frintm(s11, s27);
6484 __ Fmov(s27, -0.2);
6497 __ Frintn(s11, s27);
6656 __ Fmov(s27, FLT_MAX);
6672 __ Fcvt(d11, s27);
10707 __ Fnmsub(s27, s0, s1, s2);
10739 CHECK_EQUAL_FP32(kFP32DefaultNaN, s27);
[all...]
/external/vixl/test/
H A Dtest-disasm-a64.cc1124 COMPARE(ldp(s26, s27, MemOperand(x28, 252, PreIndex)),
1125 "ldp s26, s27, [x28, #252]!");
1172 COMPARE(stp(s26, s27, MemOperand(x28, 252, PreIndex)),
1173 "stp s26, s27, [x28, #252]!");
1388 COMPARE(fmin(s25, s26, s27), "fmin s25, s26, s27");
H A Dtest-assembler-a64.cc5562 __ Fmov(s27, -0.2);
5575 __ Frinta(s11, s27);
5650 __ Fmov(s27, -0.2);
5663 __ Frintm(s11, s27);
5738 __ Fmov(s27, -0.2);
5751 __ Frintn(s11, s27);
5908 __ Fmov(s27, FLT_MAX);
5924 __ Fcvt(d11, s27);
9297 __ Fnmsub(s27, s0, s1, s2);
9329 ASSERT_EQUAL_FP32(kFP32DefaultNaN, s27);
[all...]
/external/chromium_org/v8/benchmarks/
H A Dregexp.js208 var s27 = computeInputVariants('9.0 e115', 78);
245 s27[i].replace(/(\s)+e/, '');

Completed in 1214 milliseconds