Searched refs:s7 (Results 1 - 25 of 40) sorted by relevance

12

/external/clang/test/CodeGen/
H A Darm-arguments.c45 struct s7 { struct { int : 0; } f0; }; struct
46 struct s7 f7(void) {}
91 void f15(struct s7 a0) {}
H A Dregparm-struct.c94 struct s7 { struct
99 __attribute__((regparm(3))) void f11(struct s7 a, int b);
102 struct s7 x = {41, 42, 43};
H A Dbitfield-2.c289 // CHECK-RECORD: Record: struct s7
291 // CHECK-RECORD: LLVMType:%struct.s7 = type { i32, i32, i32, i8, [3 x i8], [4 x i8], [12 x i8] }
304 struct __attribute__((aligned(16))) s7 { struct
310 int f7_load(struct s7 *a0) {
/external/openssl/crypto/bn/asm/
H A Dmips3-mont.pl92 sd s7,56($fp)
130 sltu s7,$lo1,$hi1
132 daddu $hi1,$nhi,s7
142 sltu s7,$j,$num
146 bnez s7,.L1st
155 sltu s7,$lo1,$hi1
156 daddu $hi1,$nhi,s7
218 sltu s7,$lo1,$hi1
220 daddu $hi1,$nhi,s7
230 sltu s7,
[all...]
H A Dmips-mont.pl30 ($s0,$s1,$s2,$s3,$s4,$s5,$s6,$s7,$s8,$s9,$s10,$s11)=map("\$$_",(12..23));
46 # ($s0,$s1,$s2,$s3,$s4,$s5,$s6,$s7)=map("\$$_",(16..23));
108 $nhi=$s7;
153 $REG_S $s7,($FRAMESIZE-6)*$SZREG($sp)
405 $REG_L $s7,($FRAMESIZE-6)*$SZREG($sp)
/external/clang/test/CodeGenCXX/
H A Dx86_32-arguments.cpp103 struct s7 : s7_0, s7_1 { }; struct in inherits:s7_0,s7_1
104 s7 f7() { return s7(); }
/external/clang/test/Sema/
H A Dpragma-align-mac68k.c63 struct s7 { struct
67 extern int a7_0[sizeof(struct s7) == 2 ? 1 : -1];
68 extern int a7_1[__alignof(struct s7) == 2 ? 1 : -1];
/external/v8/test/mjsunit/
H A Duri.js46 var s7 = String.fromCharCode(cc7); variable
62 assertEquals('%EA%BB%AE', encodeURI(s7));
73 assertEquals(cc7, decodeURI(encodeURI(s7)).charCodeAt(0));
/external/clang/test/CXX/except/except.spec/
H A Dp5-pointers.cpp32 void s7() throw(int, float);
55 t5 = &s7; // valid
/external/kernel-headers/original/asm-mips/
H A Dregdef.h43 #define s7 $23 macro
86 #define s7 $23 macro
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/Unicode/
H A Duc-005.js99 var s7 = '\u02b6 in Z'; variable
108 var sEval = s0 + s1 + s2 + s3 + s4 + s5 + s6 + s7 + s8 + s9 + s10;
155 expect = s7.charAt(0);
/external/chromium/testing/gmock/test/
H A Dgmock-more-actions_test.cc157 const char* s7) {
158 return string(s1) + s2 + s3 + s4 + s5 + s6 + s7;
163 const char* s7, const char* s8) {
164 return string(s1) + s2 + s3 + s4 + s5 + s6 + s7 + s8;
169 const char* s7, const char* s8, const char* s9) {
170 return string(s1) + s2 + s3 + s4 + s5 + s6 + s7 + s8 + s9;
175 const char* s7, const char* s8, const char* s9,
177 return string(s1) + s2 + s3 + s4 + s5 + s6 + s7 + s8 + s9 + s10;
206 const char* s7) {
207 return string(s1) + s2 + s3 + s4 + s5 + s6 + s7;
155 Concat7(const char* s1, const char* s2, const char* s3, const char* s4, const char* s5, const char* s6, const char* s7) argument
161 Concat8(const char* s1, const char* s2, const char* s3, const char* s4, const char* s5, const char* s6, const char* s7, const char* s8) argument
167 Concat9(const char* s1, const char* s2, const char* s3, const char* s4, const char* s5, const char* s6, const char* s7, const char* s8, const char* s9) argument
173 Concat10(const char* s1, const char* s2, const char* s3, const char* s4, const char* s5, const char* s6, const char* s7, const char* s8, const char* s9, const char* s10) argument
204 Concat7(const char* s1, const char* s2, const char* s3, const char* s4, const char* s5, const char* s6, const char* s7) argument
210 Concat8(const char* s1, const char* s2, const char* s3, const char* s4, const char* s5, const char* s6, const char* s7, const char* s8) argument
216 Concat9(const char* s1, const char* s2, const char* s3, const char* s4, const char* s5, const char* s6, const char* s7, const char* s8, const char* s9) argument
222 Concat10(const char* s1, const char* s2, const char* s3, const char* s4, const char* s5, const char* s6, const char* s7, const char* s8, const char* s9, const char* s10) argument
[all...]
H A Dgmock-generated-actions_test.cc140 const char* s7) {
141 return string(s1) + s2 + s3 + s4 + s5 + s6 + s7;
146 const char* s7, const char* s8) {
147 return string(s1) + s2 + s3 + s4 + s5 + s6 + s7 + s8;
152 const char* s7, const char* s8, const char* s9) {
153 return string(s1) + s2 + s3 + s4 + s5 + s6 + s7 + s8 + s9;
158 const char* s7, const char* s8, const char* s9,
160 return string(s1) + s2 + s3 + s4 + s5 + s6 + s7 + s8 + s9 + s10;
138 Concat7(const char* s1, const char* s2, const char* s3, const char* s4, const char* s5, const char* s6, const char* s7) argument
144 Concat8(const char* s1, const char* s2, const char* s3, const char* s4, const char* s5, const char* s6, const char* s7, const char* s8) argument
150 Concat9(const char* s1, const char* s2, const char* s3, const char* s4, const char* s5, const char* s6, const char* s7, const char* s8, const char* s9) argument
156 Concat10(const char* s1, const char* s2, const char* s3, const char* s4, const char* s5, const char* s6, const char* s7, const char* s8, const char* s9, const char* s10) argument
/external/clang/test/CXX/class/class.union/
H A Dp1.cpp92 struct s7 : Okay { struct in union:U3
/external/valgrind/main/none/tests/arm/
H A Dvfp.c1154 TESTINSN_bin_f32("vmla.f32 s7, s1, s6", s7, s1, i32, f2u(INFINITY), s6, i32, f2u(NAN));
1165 TESTINSN_bin_f32("vmla.f32 s29, s15, s7", s29, s15, i32, f2u(214), s7, i32, f2u(1752065));
1171 TESTINSN_bin_f32("vmla.f32 s29, s25, s7", s29, s25, i32, f2u(-INFINITY), s7, i32, f2u(1752));
1204 TESTINSN_bin_f32("vnmla.f32 s7, s1, s6", s7, s1, i32, f2u(INFINITY), s6, i32, f2u(NAN));
1215 TESTINSN_bin_f32("vnmla.f32 s29, s15, s7", s29, s15, i32, f2u(214), s7, i3
[all...]
H A Dvfp.stdout.exp143 vmla.f32 s7, s1, s6 :: Sd 0x7fc00000 Sm (i32)0x7f800000 Sn (i32)0x7fc00000
154 vmla.f32 s29, s15, s7 :: Sd 0x4db2c947 Sm (i32)0x43560000 Sn (i32)0x49d5e008
160 vmla.f32 s29, s25, s7 :: Sd 0xff800000 Sm (i32)0xff800000 Sn (i32)0x44db0000
192 vnmla.f32 s7, s1, s6 :: Sd 0xffc00000 Sm (i32)0x7f800000 Sn (i32)0x7fc00000
203 vnmla.f32 s29, s15, s7 :: Sd 0xcdb2c947 Sm (i32)0x43560000 Sn (i32)0x49d5e008
209 vnmla.f32 s29, s25, s7 :: Sd 0x7f800000 Sm (i32)0xff800000 Sn (i32)0x44db0000
241 vmls.f32 s7, s1, s6 :: Sd 0x7fc00000 Sm (i32)0x7f800000 Sn (i32)0x7fc00000
252 vmls.f32 s29, s15, s7 :: Sd 0x4db2c947 Sm (i32)0x43560000 Sn (i32)0x49d5e008
258 vmls.f32 s29, s25, s7 :: Sd 0xff800000 Sm (i32)0xff800000 Sn (i32)0x44db0000
290 vnmls.f32 s7, s
[all...]
/external/openssl/crypto/sha/asm/
H A Dsha1-mips.pl26 ($s0,$s1,$s2,$s3,$s4,$s5,$s6,$s7,$s8,$s9,$s10,$s11)=map("\$$_",(12..23));
42 # ($s0,$s1,$s2,$s3,$s4,$s5,$s6,$s7)=map("\$$_",(16..23));
262 $REG_S $s7,($FRAMESIZE-7)*$SZREG($sp)
334 $REG_L $s7,($FRAMESIZE-7)*$SZREG($sp)
H A Dsha512-mips.pl28 ($s0,$s1,$s2,$s3,$s4,$s5,$s6,$s7,$s8,$s9,$s10,$s11)=map("\$$_",(12..23));
45 # ($s0,$s1,$s2,$s3,$s4,$s5,$s6,$s7)=map("\$$_",(16..23));
270 $REG_S $s7,$FRAMESIZE-7*$SZREG($sp)
363 $REG_L $s7,$FRAMESIZE-7*$SZREG($sp)
/external/v8/test/cctest/
H A Dtest-disasm-mips.cc419 COMPARE(clz(s6, s7),
420 "72f6b020 clz s6, s7");
428 COMPARE(ins_(s6, s7, 30, 2),
429 "7ef6ff84 ins s6, s7, 30, 2");
434 COMPARE(ext_(s6, s7, 30, 2),
435 "7ef60f80 ext s6, s7, 30, 2");
H A Dtest-assembler-arm.cc662 __ vldm(ia_w, r4, s4, s7);
665 __ vstm(ia_w, r4, s6, s7);
776 __ vldm(ia, r4, s4, s7);
779 __ vstm(ia, r4, s6, s7);
887 __ vldm(db_w, r4, s4, s7);
892 __ vstm(db_w, r4, s6, s7);
/external/llvm/test/MC/ARM/
H A Dsimple-fp-encoding.s15 vdiv.f32 s5, s7
20 @ CHECK: vdiv.f32 s5, s5, s7 @ encoding: [0xa3,0x2a,0xc2,0xee]
281 @ CHECK: vldmia r1, {s2, s3, s4, s5, s6, s7} @ encoding: [0x06,0x1a,0x91,0xec]
283 vldmia r1, {s2,s3-s6,s7}
286 @ CHECK: vstmia r1, {s2, s3, s4, s5, s6, s7} @ encoding: [0x06,0x1a,0x81,0xec]
289 vstmia r1, {s2,s3-s6,s7}
/external/tremolo/Tremolo/
H A Dmdct.c113 REG_TYPE s7 = x[6] - x[7]; local
116 x[1] = s7 - s1;
118 x[3] = s7 + s1;
H A DmdctLARM.s818 SUB r14,r12,r14,LSL #1 @ r14= s7 = x[6] - x[7]
822 SUB r3, r14,r7 @ r3 = x[1] = s7 - s1
823 ADD r5, r3, r7, LSL #1 @ r5 = x[3] = s7 + s1
847 SUB r14,r12,r14,LSL #1 @ r14= s7 = x[6] - x[7]
851 SUB r3, r14,r7 @ r3 = x[1] = s7 - s1
852 ADD r5, r3, r7, LSL #1 @ r5 = x[3] = s7 + s1
934 SUB r14,r12,r14,LSL #1 @ r14= s7 = x[6] - x[7]
938 SUB r3, r14,r7 @ r3 = x[1] = s7 - s1
939 ADD r5, r3, r7, LSL #1 @ r5 = x[3] = s7 + s1
963 SUB r14,r12,r14,LSL #1 @ r14= s7
[all...]
/external/v8/src/arm/
H A Dsimulator-arm.h138 s0 = 0, s1, s2, s3, s4, s5, s6, s7, enumerator in enum:v8::internal::Simulator::Register
/external/v8/src/mips/
H A Dsimulator-mips.h150 s0, s1, s2, s3, s4, s5, s6, s7, enumerator in enum:v8::internal::Simulator::Register

Completed in 641 milliseconds

12