Home
last modified time | relevance | path

Searched refs:st2 (Results 1 – 25 of 92) sorted by relevance

1234

/external/valgrind/none/tests/x86/
Dinsn_fpu.def13 fadd st0.ps[1234.5678] st2.ps[8765.4321] => st2.ps[9999.9999]
14 fadd st0.ps[-1234.5678] st2.ps[8765.4321] => st2.ps[7530.8643]
15 fadd st0.ps[1234.5678] st2.ps[-8765.4321] => st2.ps[-7530.8643]
16 fadd st0.ps[-1234.5678] st2.ps[-8765.4321] => st2.ps[-9999.9999]
17 fadd st0.pd[1234567.7654321] st2.pd[7654321.1234567] => st2.pd[8888888.8888888]
18 fadd st0.pd[-1234567.7654321] st2.pd[7654321.1234567] => st2.pd[6419753.3580246]
19 fadd st0.pd[1234567.7654321] st2.pd[-7654321.1234567] => st2.pd[-6419753.3580246]
20 fadd st0.pd[-1234567.7654321] st2.pd[-7654321.1234567] => st2.pd[-8888888.8888888]
21 fadd st2.ps[1234.5678] st0.ps[8765.4321] => st0.ps[9999.9999]
22 fadd st2.ps[-1234.5678] st0.ps[8765.4321] => st0.ps[7530.8643]
[all …]
/external/valgrind/none/tests/amd64/
Dinsn_fpu.def13 fadd st0.ps[1234.5678] st2.ps[8765.4321] => st2.ps[9999.9999]
14 fadd st0.ps[-1234.5678] st2.ps[8765.4321] => st2.ps[7530.8643]
15 fadd st0.ps[1234.5678] st2.ps[-8765.4321] => st2.ps[-7530.8643]
16 fadd st0.ps[-1234.5678] st2.ps[-8765.4321] => st2.ps[-9999.9999]
17 fadd st0.pd[1234567.7654321] st2.pd[7654321.1234567] => st2.pd[8888888.8888888]
18 fadd st0.pd[-1234567.7654321] st2.pd[7654321.1234567] => st2.pd[6419753.3580246]
19 fadd st0.pd[1234567.7654321] st2.pd[-7654321.1234567] => st2.pd[-6419753.3580246]
20 fadd st0.pd[-1234567.7654321] st2.pd[-7654321.1234567] => st2.pd[-8888888.8888888]
21 fadd st2.ps[1234.5678] st0.ps[8765.4321] => st0.ps[9999.9999]
22 fadd st2.ps[-1234.5678] st0.ps[8765.4321] => st0.ps[7530.8643]
[all …]
/external/libhevc/common/arm64/
Dihevc_intra_pred_chroma_ver.s127 st2 {v20.8b, v21.8b}, [x2],#16
128 st2 {v20.8b, v21.8b}, [x5],#16
129 st2 {v20.8b, v21.8b}, [x8],#16
130 st2 {v20.8b, v21.8b}, [x10],#16
132 st2 {v22.8b, v23.8b}, [x2], x11
133 st2 {v22.8b, v23.8b}, [x5], x11
134 st2 {v22.8b, v23.8b}, [x8], x11
135 st2 {v22.8b, v23.8b}, [x10], x11
140 st2 {v20.8b, v21.8b}, [x2],#16
141 st2 {v20.8b, v21.8b}, [x5],#16
[all …]
Dihevc_intra_pred_chroma_dc.s206 st2 {v16.8b, v17.8b}, [x2],#16
209 st2 {v16.8b, v17.8b}, [x5],#16
210 st2 {v16.8b, v17.8b}, [x8],#16
213 st2 {v16.8b, v17.8b}, [x10],#16
216 st2 {v16.8b, v17.8b}, [x2], x6
217 st2 {v16.8b, v17.8b}, [x5], x6
218 st2 {v16.8b, v17.8b}, [x8], x6
219 st2 {v16.8b, v17.8b}, [x10], x6
222 st2 {v16.8b, v17.8b}, [x2],#16
223 st2 {v16.8b, v17.8b}, [x5],#16
[all …]
Dihevc_intra_pred_chroma_mode2.s176 st2 {v16.8b, v17.8b},[x6],x5
177 st2 {v18.8b, v19.8b},[x7],x5
179 st2 {v20.8b, v21.8b},[x9],x5
180 st2 {v22.8b, v23.8b},[x14],x5
181 st2 {v24.8b, v25.8b},[x6],x5
184 st2 {v26.8b, v27.8b},[x7],x5
185 st2 {v28.8b, v29.8b},[x9],x5
186 st2 {v30.8b, v31.8b},[x14],x5
244 st2 {v16.8b, v17.8b},[x6],x5
245 st2 {v18.8b, v19.8b},[x7],x5
[all …]
/external/python/cpython2/Lib/distutils/tests/
Dtest_file_util.py88 st2 = os.stat(self.source)
90 self.assertTrue(os.path.samestat(st, st2), (st, st2))
91 self.assertTrue(os.path.samestat(st2, st3), (st2, st3))
111 st2 = os.stat(self.source)
113 self.assertTrue(os.path.samestat(st, st2), (st, st2))
114 self.assertFalse(os.path.samestat(st2, st3), (st2, st3))
/external/toybox/toys/posix/
Dpwd.c30 struct stat st1, st2; in pwd_main() local
44 if (stat(pwd, &st1) || stat(PWD, &st2) || st1.st_ino != st2.st_ino || in pwd_main()
45 st1.st_dev != st2.st_dev) s = NULL; in pwd_main()
/external/toybox/toys/other/
Dmountpoint.c32 struct stat st1, st2; in mountpoint_main() local
52 xstat(arg, &st2); in mountpoint_main()
59 toys.exitval = !(st1.st_dev != st2.st_dev || st1.st_ino == st2.st_ino); in mountpoint_main()
Dswitch_root.c47 struct stat st1, st2; in switch_root_main() local
62 if (chdir(newroot) || stat(".", &st1) || stat("/", &st2) || in switch_root_main()
63 st1.st_dev == st2.st_dev) in switch_root_main()
68 TT.rootdev=st2.st_dev; in switch_root_main()
/external/libhevc/decoder/arm64/
Dihevcd_itrans_recon_dc_chroma.s152 st2 {v2.8b, v3.8b},[x11],x3
153 st2 {v4.8b, v5.8b},[x11],x3
154 st2 {v6.8b, v7.8b},[x11],x3
155 st2 {v8.8b, v9.8b},[x11],x3
157 st2 {v10.8b, v11.8b},[x11],x3
158 st2 {v12.8b, v13.8b},[x11],x3
159 st2 {v14.8b, v15.8b},[x11],x3
160 st2 {v16.8b, v17.8b},[x11]
/external/llvm/test/MC/AArch64/
Dneon-simd-ldst-multi-elem.s139 st2 { v0.16b, v1.16b }, [x0]
140 st2 { v15.8h, v16.8h }, [x15]
141 st2 { v31.4s, v0.4s }, [sp]
142 st2 { v0.2d, v1.2d }, [x0]
143 st2 { v0.8b, v1.8b }, [x0]
144 st2 { v15.4h, v16.4h }, [x15]
145 st2 { v31.2s, v0.2s }, [sp]
154 st2 { v0.16b-v1.16b }, [x0]
155 st2 { v15.8h-v16.8h }, [x15]
156 st2 { v31.4s-v0.4s }, [sp]
[all …]
Darm64-simd-ldst.s195 st2.8b {v4, v5}, [x19]
196 st2.16b {v4, v5}, [x19]
197 st2.4h {v4, v5}, [x19]
198 st2.8h {v4, v5}, [x19]
199 st2.2s {v4, v5}, [x19]
200 st2.4s {v4, v5}, [x19]
201 st2.2d {v4, v5}, [x19]
213 ; CHECK: st2.8b { v4, v5 }, [x19] ; encoding: [0x64,0x82,0x00,0x0c]
214 ; CHECK: st2.16b { v4, v5 }, [x19] ; encoding: [0x64,0x82,0x00,0x4c]
215 ; CHECK: st2.4h { v4, v5 }, [x19] ; encoding: [0x64,0x86,0x00,0x0c]
[all …]
Dneon-simd-ldst-one-elem.s139 st2 { v0.b, v1.b }[9], [x0]
140 st2 { v15.h, v16.h }[7], [x15]
141 st2 { v31.s, v0.s }[3], [sp]
142 st2 { v0.d, v1.d }[1], [x0]
300 st2 { v0.b, v1.b }[9], [x0], x3
301 st2 { v15.h, v16.h }[7], [x15], #4
302 st2 { v31.s, v0.s }[3], [sp], #8
303 st2 { v0.d, v1.d }[1], [x0], x0
Dneon-simd-post-ldst-multi-elem.s317 st2 { v0.16b, v1.16b }, [x0], x1
318 st2 { v15.8h, v16.8h }, [x15], x2
319 st2 { v31.4s, v0.4s }, [sp], #32
320 st2 { v0.2d, v1.2d }, [x0], #32
321 st2 { v0.8b, v1.8b }, [x0], x2
322 st2 { v15.4h, v16.4h }, [x15], x3
323 st2 { v31.2s, v0.2s }, [sp], #16
/external/valgrind/coregrind/
Dm_stacks.c117 Stack *st0, *st1, *st2; in move_Stack_one_step_forward() local
123 st2 = NULL; in move_Stack_one_step_forward()
126 st2 = st1; in move_Stack_one_step_forward()
131 if (st0 != NULL && st1 != NULL && st2 != NULL) { in move_Stack_one_step_forward()
136 vg_assert(st2->next == st1); in move_Stack_one_step_forward()
139 st2->next = st0; in move_Stack_one_step_forward()
144 if (st0 != NULL && st1 != NULL && st2 == NULL) { in move_Stack_one_step_forward()
/external/linux-kselftest/tools/testing/selftests/nsfs/
Dpidns.c45 struct stat st1, st2; in main() local
64 if (stat(path, &st2)) in main()
68 if (st1.st_ino != st2.st_ino) in main()
Downer.c28 struct stat st1, st2; in main() local
67 if (stat(path, &st2)) in main()
70 if (st1.st_ino != st2.st_ino) in main()
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/
DStatementEventTest.java47 StatementEvent st2 = new StatementEvent(pc, null, e); in testStatementEventPooledConnectionPreparedStatementSQLException() local
48 assertNotNull(st2); in testStatementEventPooledConnectionPreparedStatementSQLException()
50 assertEquals(e, st2.getSQLException()); in testStatementEventPooledConnectionPreparedStatementSQLException()
/external/llvm/test/CodeGen/XCore/
DbyVal.ll52 %struct.st2 = type { i32 }
53 declare void @f2(i32, %struct.st2*) nounwind
54 define void @f2Test(%struct.st2* byval %s2, i32 %i, ...) nounwind {
56 call void @f2(i32 %i, %struct.st2* %s2)
/external/libvpx/libvpx/vpx_dsp/mips/
Dconvolve2_horiz_dspr2.c231 uint32_t st1, st2, st3; in convolve_bi_horiz_16_dspr2() local
406 [qload3] "=&r"(qload3), [st1] "=&r"(st1), [st2] "=&r"(st2), in convolve_bi_horiz_16_dspr2()
435 uint32_t st1, st2, st3; in convolve_bi_horiz_64_dspr2() local
612 [qload3] "=&r"(qload3), [st1] "=&r"(st1), [st2] "=&r"(st2), in convolve_bi_horiz_64_dspr2()
Dconvolve2_avg_horiz_dspr2.c269 uint32_t st1, st2, st3; in convolve_bi_avg_horiz_16_dspr2() local
486 [st2] "=&r"(st2), [st3] "=&r"(st3), [p1] "=&r"(p1), [p2] "=&r"(p2), in convolve_bi_avg_horiz_16_dspr2()
516 uint32_t st1, st2, st3; in convolve_bi_avg_horiz_64_dspr2() local
735 [st2] "=&r"(st2), [st3] "=&r"(st3), [p1] "=&r"(p1), [p2] "=&r"(p2), in convolve_bi_avg_horiz_64_dspr2()
Dconvolve2_dspr2.c250 uint32_t st1, st2, st3; in convolve_bi_horiz_16_transposed_dspr2() local
586 [st1] "=&r"(st1), [st2] "=&r"(st2), [st3] "=&r"(st3), in convolve_bi_horiz_16_transposed_dspr2()
615 uint32_t st1, st2, st3; in convolve_bi_horiz_64_transposed_dspr2() local
952 [st1] "=&r"(st1), [st2] "=&r"(st2), [st3] "=&r"(st3), in convolve_bi_horiz_64_transposed_dspr2()
Dconvolve8_horiz_dspr2.c299 uint32_t st1, st2, st3; in convolve_horiz_16_dspr2() local
533 [qload3] "=&r"(qload3), [st1] "=&r"(st1), [st2] "=&r"(st2), in convolve_horiz_16_dspr2()
564 uint32_t st1, st2, st3; in convolve_horiz_64_dspr2() local
800 [qload3] "=&r"(qload3), [st1] "=&r"(st1), [st2] "=&r"(st2), in convolve_horiz_64_dspr2()
Dconvolve8_avg_horiz_dspr2.c334 uint32_t st1, st2, st3; in convolve_avg_horiz_16_dspr2() local
610 [st2] "=&r"(st2), [st3] "=&r"(st3), [p1] "=&r"(p1), [p2] "=&r"(p2), in convolve_avg_horiz_16_dspr2()
642 uint32_t st1, st2, st3; in convolve_avg_horiz_64_dspr2() local
920 [st2] "=&r"(st2), [st3] "=&r"(st3), [p1] "=&r"(p1), [p2] "=&r"(p2), in convolve_avg_horiz_64_dspr2()
/external/llvm/test/Transforms/EarlyCSE/AArch64/
Dintrinsics.ll25 call void @llvm.aarch64.neon.st2.v4i32.p0i8(<4 x i32> %3, <4 x i32> %4, i8* %0)
40 ; Check that the first @llvm.aarch64.neon.st2 is optimized away by Early CSE.
42 ; CHECK-NOT: call void @llvm.aarch64.neon.st2.v4i32.p0i8(<4 x i32> %3, <4 x i32> %3, i8* %0)
43 ; CHECK: call void @llvm.aarch64.neon.st2.v4i32.p0i8(<4 x i32> %3, <4 x i32> %4, i8* %0)
60 call void @llvm.aarch64.neon.st2.v4i32.p0i8(<4 x i32> %3, <4 x i32> %3, i8* %0)
61 call void @llvm.aarch64.neon.st2.v4i32.p0i8(<4 x i32> %3, <4 x i32> %4, i8* %0)
130 call void @llvm.aarch64.neon.st2.v4i32.p0i8(<4 x i32> %3, <4 x i32> %4, i8* %0)
147 ; to mismatch between st2 and ld3.
166 call void @llvm.aarch64.neon.st2.v4i32.p0i8(<4 x i32> %3, <4 x i32> %4, i8* %0)
182 ; mismatch between st2 and st3.
[all …]

1234