Searched refs:s12 (Results 1 - 12 of 12) sorted by relevance

/external/llvm/test/MC/ARM/
H A Dvpush-vpop.s7 vpush {s8, s9, s10, s11, s12}
9 vpop {s8, s9, s10, s11, s12}
12 vpush.16 {s8, s9, s10, s11, s12}
14 vpop.64 {s8, s9, s10, s11, s12}
17 @ CHECK-THUMB: vpush {s8, s9, s10, s11, s12} @ encoding: [0x2d,0xed,0x05,0x4a]
19 @ CHECK-THUMB: vpop {s8, s9, s10, s11, s12} @ encoding: [0xbd,0xec,0x05,0x4a]
22 @ CHECK-ARM: vpush {s8, s9, s10, s11, s12} @ encoding: [0x05,0x4a,0x2d,0xed]
24 @ CHECK-ARM: vpop {s8, s9, s10, s11, s12} @ encoding: [0x05,0x4a,0xbd,0xec]
27 @ CHECK-THUMB: vpush {s8, s9, s10, s11, s12} @ encoding: [0x2d,0xed,0x05,0x4a]
29 @ CHECK-THUMB: vpop {s8, s9, s10, s11, s12}
[all...]
H A Dsimple-fp-encoding.s342 vcvt.u32.f32 s12, s12, #20
360 @ CHECK: vcvt.u32.f32 s12, s12, #20 @ encoding: [0xc6,0x6a,0xbf,0xee]
/external/clang/test/CodeGen/
H A Dregparm-struct.c150 struct s12 { struct
154 __attribute__((regparm(3))) void f16(struct s12 a, int b);
157 struct s12 x = { 41, 42 };
161 __attribute__((regparm(3))) struct s12 f17(int a, int b, int c);
162 // CHECK: declare void @f17(%struct.s12* inreg sret, i32 inreg, i32 inreg, i32)
H A Dx86_64-arguments.c67 struct s12 { int a __attribute__((aligned(16))); }; struct
68 struct s12 f12_0(void) { while (1) {} }
69 void f12_1(struct s12 a0) {}
/external/clang/test/CXX/except/except.spec/
H A Dp5-pointers.cpp38 void s12() noexcept(false);
/external/valgrind/main/none/tests/arm/
H A Dvfp.c1153 TESTINSN_bin_f32("vmla.f32 s0, s11, s12", s0, s11, i32, f2u(-INFINITY), s12, i32, f2u(NAN));
1160 TESTINSN_bin_f32("vmla.f32 s20, s31, s12", s20, s31, i32, f2u(48755), s12, i32, f2u(-45786.476));
1166 TESTINSN_bin_f32("vmla.f32 s30, s11, s12", s30, s11, i32, f2u(356047.56), s12, i32, f2u(5867.009));
1172 TESTINSN_bin_f32("vmla.f32 s0, s11, s12", s0, s11, i32, f2u(INFINITY), s12, i32, f2u(-5786.47));
1203 TESTINSN_bin_f32("vnmla.f32 s0, s11, s12", s0, s11, i32, f2u(-INFINITY), s12, i3
[all...]
H A Dvfp.stdout.exp142 vmla.f32 s0, s11, s12 :: Sd 0x7fc00000 Sm (i32)0xff800000 Sn (i32)0x7fc00000
149 vmla.f32 s20, s31, s12 :: Sd 0xcf050e7f Sm (i32)0x473e7300 Sn (i32)0xc732da7a
155 vmla.f32 s30, s11, s12 :: Sd 0x4ef90536 Sm (i32)0x48add9f2 Sn (i32)0x45b75812
161 vmla.f32 s0, s11, s12 :: Sd 0xff800000 Sm (i32)0x7f800000 Sn (i32)0xc5b4d3c3
191 vnmla.f32 s0, s11, s12 :: Sd 0xffc00000 Sm (i32)0xff800000 Sn (i32)0x7fc00000
198 vnmla.f32 s20, s31, s12 :: Sd 0x4f050e7f Sm (i32)0x473e7300 Sn (i32)0xc732da7a
204 vnmla.f32 s30, s11, s12 :: Sd 0xcef90536 Sm (i32)0x48add9f2 Sn (i32)0x45b75812
210 vnmla.f32 s0, s11, s12 :: Sd 0x7f800000 Sm (i32)0x7f800000 Sn (i32)0xc5b4d3c3
240 vmls.f32 s0, s11, s12 :: Sd 0x7fc00000 Sm (i32)0xff800000 Sn (i32)0x7fc00000
247 vmls.f32 s20, s31, s12
[all...]
/external/v8/src/arm/
H A Dsimulator-arm.h139 s8, s9, s10, s11, s12, s13, s14, s15, enumerator in enum:v8::internal::Simulator::Register
H A Dassembler-arm.h287 const SwVfpRegister s12 = { 12 }; member in namespace:v8::internal
/external/opencv/cv/src/
H A Dcvhistogram.cpp459 double s12 = 0; local
467 s12 += a*b;
474 num = s12 - s1*s2*scale;
556 double s12 = 0; local
568 s12 += v1*v2;
582 num = s12 - s1*s2*scale;
/external/v8/benchmarks/
H A Dregexp.js105 var s12 = computeInputVariants('CersreerqPhygher=ra-HF', 156);
154 re8.exec(s12[i]);
/external/webkit/Source/JavaScriptCore/assembler/
H A DARMv7Assembler.h72 s12, enumerator in enum:JSC::ARMRegisters::__anon14309

Completed in 102 milliseconds