HomeSort by relevance Sort by last modified time
    Searched full:s12 (Results 1 - 25 of 275) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/compiler-rt/test/asan/TestCases/Linux/
sized_delete_test.cc 22 struct S12 {
40 void Del12(S12 *x) {
44 void Del12NoThrow(S12 *x) {
48 void Del12Ar(S12 *x) {
52 void Del12ArNoThrow(S12 *x) {
61 Del12(new S12);
62 Del12NoThrow(new S12);
63 Del12Ar(new S12[100]);
64 Del12ArNoThrow(new S12[100]);
68 Del12Ar(reinterpret_cast<S12*>(new S20[100]))
    [all...]
  /external/llvm/test/MC/ARM/
vpush-vpop.s 7 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} @ encoding: [0xbd,0xec,0x05,0x4a
    [all...]
fp-armv8.s 83 vmaxnm.f32 s5, s12, s0
84 @ CHECK: vmaxnm.f32 s5, s12, s0 @ encoding: [0x00,0x2a,0xc6,0xfe]
87 vminnm.f32 s0, s0, s12
88 @ CHECK: vminnm.f32 s0, s0, s12 @ encoding: [0x46,0x0a,0x80,0xfe]
111 vrinta.f32 s12, s1
112 @ CHECK: vrinta.f32 s12, s1 @ encoding: [0x60,0x6a,0xb8,0xfe]
115 vrintn.f32 s12, s1
116 @ CHECK: vrintn.f32 s12, s1 @ encoding: [0x60,0x6a,0xb9,0xfe]
119 vrintp.f32 s12, s1
120 @ CHECK: vrintp.f32 s12, s1 @ encoding: [0x60,0x6a,0xba,0xfe
    [all...]
thumb-fp-armv8.s 86 vmaxnm.f32 s5, s12, s0
87 @ CHECK: vmaxnm.f32 s5, s12, s0 @ encoding: [0xc6,0xfe,0x00,0x2a]
90 vminnm.f32 s0, s0, s12
91 @ CHECK: vminnm.f32 s0, s0, s12 @ encoding: [0x80,0xfe,0x46,0x0a]
117 vrinta.f32 s12, s1
118 @ CHECK: vrinta.f32 s12, s1 @ encoding: [0xb8,0xfe,0x60,0x6a]
121 vrintn.f32 s12, s1
122 @ CHECK: vrintn.f32 s12, s1 @ encoding: [0xb9,0xfe,0x60,0x6a]
125 vrintp.f32 s12, s1
126 @ CHECK: vrintp.f32 s12, s1 @ encoding: [0xba,0xfe,0x60,0x6a
    [all...]
  /external/valgrind/none/tests/arm/
vfpv4_fma.c 106 TESTINSN_bin_f32("vfma.f32 s0, s11, s12", s0, s11, i32, f2u(-INFINITY), s12, i32, f2u(NAN));
113 TESTINSN_bin_f32("vfma.f32 s20, s31, s12", s20, s31, i32, f2u(48755), s12, i32, f2u(-45786.476));
119 TESTINSN_bin_f32("vfma.f32 s30, s11, s12", s30, s11, i32, f2u(356047.56), s12, i32, f2u(5867.009));
125 TESTINSN_bin_f32("vfma.f32 s0, s11, s12", s0, s11, i32, f2u(INFINITY), s12, i32, f2u(-5786.47));
156 TESTINSN_bin_f32("vfms.f32 s0, s11, s12", s0, s11, i32, f2u(-INFINITY), s12, i32, f2u(NAN))
    [all...]
  /external/clang/test/CodeGen/
x86_64-arguments-nacl.c 58 struct s12 { int a __attribute__((aligned(16))); }; struct
59 struct s12 f12_0(void) { while (1) {} }
60 void f12_1(struct s12 a0) {}
asm_arm.c 46 // CHECK: ~{s8},~{s9},~{s10},~{s11},~{s12},~{s13},~{s14},~{s15},
52 "s8", "s9", "s10", "s11", "s12", "s13", "s14", "s15",
regparm-struct.c 150 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)
  /external/clang/test/CodeGenCXX/
warn-padded-packed.cpp 65 struct S12 {
67 char c; // expected-warning {{padding struct 'S12' with 7 bits to align 'c'}}
76 void f(S1*, S2*, S3*, S4*, S5*, S6*, S7*, S8*, S9*, S10*, S11*, S12*, S13*) { }
  /external/lldb/test/arm_emulation/new-test-files/
test-vpop-3-thumb.dat 2 assembly_string="vpop {s11, s12, s13, s14}"
46 s12=0x00000000
99 s12=0x00002f80
test-vpush-3-thumb.dat 2 assembly_string="vpush {s11, s12, s13, s14}"
36 s12=0x00000000
89 s12=0x00000000
test-add-1-arm.dat 36 s12=0x0000000c
89 s12=0x0000000c
test-add-1-thumb.dat 36 s12=0x00000000
89 s12=0x00000000
test-add-10-thumb.dat 36 s12=0x00000000
89 s12=0x00000000
test-add-11-thumb.dat 36 s12=0x00000000
89 s12=0x00000000
test-add-12-thumb.dat 36 s12=0x00000000
89 s12=0x00000000
test-add-2-arm.dat 36 s12=0x0000000c
89 s12=0x0000000c
test-add-2-thumb.dat 36 s12=0x00000000
89 s12=0x00000000
test-add-3-arm.dat 36 s12=0x0000000c
89 s12=0x0000000c
  /external/llvm/test/CodeGen/AArch64/
remat-float0.ll 15 call void asm sideeffect "", "~{s0},~{s1},~{s2},~{s3},~{s4},~{s5},~{s6},~{s7},~{s8},~{s9},~{s10},~{s11},~{s12},~{s13},~{s14},~{s15},~{s16},~{s17},~{s18},~{s19},~{s20},~{s21},~{s22},~{s23},~{s24},~{s25},~{s26},~{s27},~{s28},~{s29},~{s30},~{s31}"()
  /external/llvm/test/MC/Disassembler/ARM/
fp-armv8.txt 103 # CHECK: vmaxnm.f32 s5, s12, s0
109 # CHECK: vminnm.f32 s0, s0, s12
137 # CHECK: vrinta.f32 s12, s1
143 # CHECK: vrintn.f32 s12, s1
149 # CHECK: vrintp.f32 s12, s1
155 # CHECK: vrintm.f32 s12, s1
thumb-fp-armv8.txt 107 # CHECK: vmaxnm.f32 s5, s12, s0
113 # CHECK: vminnm.f32 s0, s0, s12
145 # CHECK: vrinta.f32 s12, s1
151 # CHECK: vrintn.f32 s12, s1
157 # CHECK: vrintp.f32 s12, s1
163 # CHECK: vrintm.f32 s12, s1
  /external/llvm/test/MC/AArch64/
neon-scalar-mul.s 40 sqdmlal d19, s24, s12
43 // CHECK: sqdmlal d19, s24, s12 // encoding: [0x13,0x93,0xac,0x5e]
59 sqdmull s12, h22, h12
60 sqdmull d15, s22, s12
62 // CHECK: sqdmull s12, h22, h12 // encoding: [0xcc,0xd2,0x6c,0x5e]
63 // CHECK: sqdmull d15, s22, s12 // encoding: [0xcf,0xd2,0xac,0x5e]
  /art/test/004-StackWalk/src/
Main.java 33 String s12 = new String("12"); local
55 s += s12;
  /bionic/libm/upstream-freebsd/lib/msun/ld128/
k_sinl.c 46 S12 = 0.64038150078671872796678569586315881020659912139412e-25;
56 z*(S9+z*(S10+z*(S11+z*S12)))))))));

Completed in 431 milliseconds

1 2 3 4 5 6 7 8 91011