Searched refs:d8 (Results 1 - 25 of 184) sorted by relevance

12345678

/external/llvm/test/MC/AArch64/
H A Dneon-scalar-rounding-shift.s7 srshl d17, d31, d8
9 // CHECK: srshl d17, d31, d8 // encoding: [0xf1,0x57,0xe8,0x5e]
14 urshl d17, d31, d8
16 // CHECK: urshl d17, d31, d8 // encoding: [0xf1,0x57,0xe8,0x7e]
H A Dneon-scalar-shift.s6 sshl d17, d31, d8
8 // CHECK: sshl d17, d31, d8 // encoding: [0xf1,0x47,0xe8,0x5e]
13 ushl d17, d31, d8
15 // CHECK: ushl d17, d31, d8 // encoding: [0xf1,0x47,0xe8,0x7e]
H A Dneon-scalar-add-sub.s13 sub d1, d7, d8
15 // CHECK: sub d1, d7, d8 // encoding: [0xe1,0x84,0xe8,0x7e]
H A Dneon-scalar-saturating-rounding-shift.s9 sqrshl d17, d31, d8
14 // CHECK: sqrshl d17, d31, d8 // encoding: [0xf1,0x5f,0xe8,0x5e]
22 uqrshl d17, d31, d8
27 // CHECK: uqrshl d17, d31, d8 // encoding: [0xf1,0x5f,0xe8,0x7e]
H A Dneon-scalar-saturating-shift.s9 sqshl d17, d31, d8
14 // CHECK: sqshl d17, d31, d8 // encoding: [0xf1,0x4f,0xe8,0x5e]
22 uqshl d17, d31, d8
27 // CHECK: uqshl d17, d31, d8 // encoding: [0xf1,0x4f,0xe8,0x7e]
H A Dneon-scalar-saturating-add-sub.s9 sqadd d17, d31, d8
14 // CHECK: sqadd d17, d31, d8 // encoding: [0xf1,0x0f,0xe8,0x5e]
22 uqadd d17, d31, d8
27 // CHECK: uqadd d17, d31, d8 // encoding: [0xf1,0x0f,0xe8,0x7e]
35 sqsub d17, d31, d8
40 // CHECK: sqsub d17, d31, d8 // encoding: [0xf1,0x2f,0xe8,0x5e]
48 uqsub d17, d31, d8
53 // CHECK: uqsub d17, d31, d8 // encoding: [0xf1,0x2f,0xe8,0x7e]
H A Dneon-scalar-recip.s20 frsqrts d8, d22, d18
23 // CHECK: frsqrts d8, d22, d18 // encoding: [0xc8,0xfe,0xf2,0x5e]
/external/v8/tools/
H A Dcheck-static-initializers.sh30 # initializer in d8 matches the one defined below.
40 d8="${v8_root}/$1"
42 d8="${v8_root}/d8"
45 if [ ! -f "$d8" ]; then
46 echo "d8 binary not found: $d8"
50 static_inits=$(nm "$d8" | grep _GLOBAL_ | grep _I_ | awk '{ print $NF; }')
H A Dfuzz-harness.sh29 # A simple harness that downloads and runs 'jsfunfuzz' against d8. This
41 d8="${v8_root}/$1"
43 d8="${v8_root}/d8"
46 if [ ! -f "$d8" ]; then
47 echo "Failed to find d8 binary: $d8"
85 "$d8" $flags "$jsfunfuzz_dir/jsfunfuzz/jsfunfuzz.js"
H A Dlinux-tick-processor14 d8_public=`which d8`
18 d8_exec=$D8_PATH/d8
22 d8_exec=$D8_PATH/d8
26 d8_exec=`grep -m 1 -o '".*/d8"' $log_file | sed 's/"//g'`
30 echo "d8 shell not found in $D8_PATH"
H A Dbash-completion.sh48 cat $v8_source/src/d8.cc \
55 complete -F _v8_flag -f d8
/external/compiler-rt/lib/builtins/arm/
H A Drestore_vfp_d8_d15_regs.S26 // Restore registers d8-d15 from stack
30 vldmia sp!, {d8-d15} // pop registers d8-d15 off stack
H A Dsave_vfp_d8_d15_regs.S26 // Save registers d8-d15 onto stack
30 vstmdb sp!, {d8-d15} // push registers d8-d15 onto stack
/external/libhevc/common/arm64/
H A Dihevc_neon_macros.s39 stp d8,d9,[sp,#-16]!
48 ldp d8,d9,[sp],#16
/external/v8/
H A DAndroid.d8.mk4 LOCAL_MODULE := d8
12 src/d8.cc \
13 src/d8-debug.cc \
14 src/d8-posix.cc
17 $(LOCAL_PATH)/src/d8.js \
27 # Generate d8-js.cc
28 D8_GEN := $(generated_sources)/d8-js.cc
31 @echo "Generating d8-js.cc"
/external/llvm/test/MC/ARM/
H A Dvpush-vpop.s6 vpush {d8, d9, d10, d11, d12}
8 vpop {d8, d9, d10, d11, d12}
11 vpush.s8 {d8, d9, d10, d11, d12}
13 vpop.f32 {d8, d9, d10, d11, d12}
16 @ CHECK-THUMB: vpush {d8, d9, d10, d11, d12} @ encoding: [0x2d,0xed,0x0a,0x8b]
18 @ CHECK-THUMB: vpop {d8, d9, d10, d11, d12} @ encoding: [0xbd,0xec,0x0a,0x8b]
21 @ CHECK-ARM: vpush {d8, d9, d10, d11, d12} @ encoding: [0x0a,0x8b,0x2d,0xed]
23 @ CHECK-ARM: vpop {d8, d9, d10, d11, d12} @ encoding: [0x0a,0x8b,0xbd,0xec]
26 @ CHECK-THUMB: vpush {d8, d9, d10, d11, d12} @ encoding: [0x2d,0xed,0x0a,0x8b]
28 @ CHECK-THUMB: vpop {d8, d
[all...]
H A Deh-directive-integrated-test.s40 .vsave {d8, d9, d10, d11, d12}
41 vpush {d8, d9, d10, d11, d12}
45 vpop {d8, d9, d10, d11, d12}
74 .vsave {d8, d9, d10, d11, d12}
75 vpush {d8, d9, d10, d11, d12}
79 vpop {d8, d9, d10, d11, d12}
H A Ddirective-fpu-instrs.s16 fstmfdd sp!, {d8, d9, d10, d11, d12, d13, d14, d15}
/external/libavc/common/armv8/
H A Dih264_neon_macros.s24 stp d8, d9, [sp, #-16]!
33 ldp d8, d9, [sp], #16
/external/libmpeg2/common/armv8/
H A Dimpeg2_neon_macros.s41 stp d8, d9, [sp, #-16]!
50 ldp d8, d9, [sp], #16
/external/libhevc/common/arm/
H A Dihevc_intra_pred_luma_mode_3_to_9.s190 vqmovn.s16 d8, q11
198 vsub.s8 d8, d8, d2 @ref_main_idx (sub row)
199 vsub.s8 d8, d26, d8 @ref_main_idx (row 0)
200 vadd.s8 d8, d8, d27 @t0 compensate the pu1_src idx incremented by 8
201 vsub.s8 d9, d8, d2 @ref_main_idx + 1 (row 0)
202 vtbl.8 d12, {d0,d1}, d8 @load from ref_main_idx (row 0)
206 vsub.s8 d4, d8, d
[all...]
H A Dihevc_itrans_recon_32x32.s207 vld1.16 d8,[r0],r6
211 vmull.s16 q12,d8,d0[1] @// y1 * cos1(part of b0)
212 vmull.s16 q13,d8,d0[3] @// y1 * cos3(part of b1)
213 vmull.s16 q14,d8,d1[1] @// y1 * sin3(part of b2)
214 vmull.s16 q15,d8,d1[3] @// y1 * sin1(part of b3)
276 vld1.16 d8,[r0],r6
281 vmlal.s16 q12,d8,d2[1] @// y1 * cos1(part of b0)
282 vmlal.s16 q13,d8,d6[3] @// y1 * cos3(part of b1)
283 vmlsl.s16 q14,d8,d4[3] @// y1 * sin3(part of b2)
284 vmlsl.s16 q15,d8,d
[all...]
H A Dihevc_intra_pred_chroma_mode_3_to_9.s181 vqmovn.s16 d8, q11
182 vshl.s8 d8, d8, #1 @ 2 * idx
193 vsub.s8 d8, d8, d27 @ref_main_idx (sub row)
194 vsub.s8 d8, d26, d8 @ref_main_idx (row 0)
195 vadd.s8 d8, d8, d9 @to compensate the pu1_src idx incremented by 8
196 vsub.s8 d9, d8, d2
[all...]
H A Dihevc_intra_pred_filters_luma_mode_11_to_17.s302 vqmovn.s16 d8, q11
309 vadd.s8 d8, d8, d27 @ref_main_idx (add row)
310 vsub.s8 d8, d8, d26 @ref_main_idx (row 0)
311 vadd.s8 d9, d8, d2 @ref_main_idx + 1 (row 0)
312 vtbl.8 d12, {d0,d1}, d8 @load from ref_main_idx (row 0)
316 vadd.s8 d4, d8, d2 @ref_main_idx (row 1)
324 vadd.s8 d8, d8, d
[all...]
/external/libhevc/decoder/arm/
H A Dihevcd_itrans_recon_dc_chroma.s95 vld2.8 {d8,d9},[r7],r2
108 vaddw.u8 q12,q0,d8
118 vqmovun.s16 d8,q12
130 vst2.8 {d8,d9},[r11],r3
162 vld2.8 {d8,d9},[r0]
170 vaddw.u8 q12,q0,d8
177 vqmovun.s16 d8,q12
183 vzip.8 d8,d9
188 vst1.u32 {d8},[r1]

Completed in 3305 milliseconds

12345678