/external/libhevc/common/arm64/ |
D | ihevc_intra_pred_luma_vert.s | 223 bsl v18.8b, v24.8b , v16.8b //only select row values from q12(predpixel) 224 bsl v3.8b, v25.8b , v16.8b 239 bsl v1.8b, v24.8b , v16.8b 240 bsl v6.8b, v25.8b , v16.8b 264 bsl v18.8b, v24.8b , v16.8b //only select row values from q12(predpixel) 265 bsl v3.8b, v25.8b , v16.8b 277 bsl v1.8b, v24.8b , v16.8b 278 bsl v6.8b, v25.8b , v16.8b 294 bsl v18.8b, v24.8b , v16.8b //only select row values from q12(predpixel) 295 bsl v3.8b, v25.8b , v16.8b [all …]
|
D | ihevc_intra_pred_luma_dc.s | 251 bsl v19.8b, v29.8b , v2.8b //first row with dst[0] 263 bsl v20.8b, v3.8b , v16.8b //row 1 (prol) 272 bsl v21.8b, v3.8b , v16.8b //row 2 (prol) 280 bsl v20.8b, v3.8b , v16.8b //row 3 (prol) 288 bsl v21.8b, v3.8b , v16.8b //row 4 (prol) 296 bsl v20.8b, v3.8b , v16.8b //row 5 (prol) 305 bsl v21.8b, v3.8b , v16.8b //row 6 (prol) 314 bsl v20.8b, v3.8b , v16.8b //row 7 (prol) 342 bsl v20.8b, v3.8b , v16.8b //row 9 (prol) 485 bsl v19.8b, v29.8b , v2.8b //first row with dst[0] [all …]
|
D | ihevc_deblk_luma_horz.s | 542 bsl v18.8b,v24.8b,v14.8b 550 bsl v19.8b,v25.8b,v12.8b 572 bsl v18.8b,v27.8b,v14.8b 576 bsl v19.8b,v26.8b,v13.8b
|
D | ihevc_deblk_luma_vert.s | 549 bsl v3.8b,v30.8b,v16.8b 561 bsl v16.8b,v2.8b,v22.8b 607 bsl v5.8b,v30.8b,v3.8b 618 bsl v0.8b,v4.8b,v23.8b
|
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-neon-select_cc.ll | 10 ; CHECK: bsl [[DUPMASK]].8b, v0.8b, v1.8b 20 ; CHECK-NEXT: bsl [[DUPMASK]].8b, v2.8b, v3.8b 29 ; CHECK-NEXT: bsl v[[MASK]].8b, v2.8b, v3.8b 41 ; CHECK: bsl [[DUPMASK]].16b, v0.16b, v1.16b 51 ; CHECK-NEXT: bsl [[DUPMASK]].16b, v2.16b, v3.16b 61 ; CHECK-NEXT: bsl [[DUPMASK]].16b, v2.16b, v3.16b 73 ; CHECK: bsl [[DUPMASK]].8b, v0.8b, v1.8b 85 ; CHECK: bsl [[DUPMASK]].16b, v0.16b, v1.16b 97 ; CHECK: bsl [[DUPMASK]].8b, v0.8b, v1.8b 109 ; CHECK: bsl [[DUPMASK]].16b, v0.16b, v1.16b [all …]
|
D | neon-bitwise-instructions.ll | 49 ; CHECK: bsl {{v[0-9]+}}.8b, {{v[0-9]+}}.8b, {{v[0-9]+}}.8b 58 ; CHECK: bsl {{v[0-9]+}}.16b, {{v[0-9]+}}.16b, {{v[0-9]+}}.16b 520 ; CHECK: bsl {{v[0-9]+}}.8b, {{v[0-9]+}}.8b, {{v[0-9]+}}.8b 530 ; CHECK: bsl {{v[0-9]+}}.8b, {{v[0-9]+}}.8b, {{v[0-9]+}}.8b 539 ; CHECK: bsl {{v[0-9]+}}.8b, {{v[0-9]+}}.8b, {{v[0-9]+}}.8b 548 ; CHECK: bsl {{v[0-9]+}}.16b, {{v[0-9]+}}.16b, {{v[0-9]+}}.16b 557 ; CHECK: bsl {{v[0-9]+}}.16b, {{v[0-9]+}}.16b, {{v[0-9]+}}.16b 566 ; CHECK: bsl {{v[0-9]+}}.16b, {{v[0-9]+}}.16b, {{v[0-9]+}}.16b 576 ; CHECK: bsl {{v[0-9]+}}.8b, {{v[0-9]+}}.8b, {{v[0-9]+}}.8b 586 ; CHECK: bsl {{v[0-9]+}}.8b, {{v[0-9]+}}.8b, {{v[0-9]+}}.8b [all …]
|
D | arm64-vselect.ll | 13 ;CHECK: bsl.16b v0, v2, v3
|
D | fp16-vector-shuffle.ll | 6 ; CHECK: bsl 21 ; CHECK: bsl
|
/external/freetype/builds/cmake/ |
D | testbuild.sh | 45 bsl=-DBUILD_SHARED_LIBS=$BUILD_SHARED_LIBS 47 bsl=-UBUILD_SHARED_LIBS 54 $bsl \
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_onyxc_int.h | 395 const int bsl = mi_width_log2_lookup[bsize]; in partition_plane_context() local 396 int above = (*above_ctx >> bsl) & 1, left = (*left_ctx >> bsl) & 1; in partition_plane_context() 399 assert(bsl >= 0); in partition_plane_context() 401 return (left * 2 + above) + bsl * PARTITION_PLOFFSET; in partition_plane_context()
|
D | vp9_mfqe.c | 217 const int bsl = b_width_log2_lookup[bs]; in mfqe_partition() local 218 PARTITION_TYPE partition = partition_lookup[bsl][cur_bs]; in mfqe_partition()
|
/external/capstone/suite/MC/AArch64/ |
D | neon-bitwise-instructions.s.cs | 12 0x20,0x1c,0x62,0x2e = bsl v0.8b, v1.8b, v2.8b 13 0x20,0x1c,0x62,0x6e = bsl v0.16b, v1.16b, v2.16b
|
/external/llvm/test/MC/AArch64/ |
D | neon-bitwise-instructions.s | 43 bsl v0.8b, v1.8b, v2.8b 44 bsl v0.16b, v1.16b, v2.16b
|
D | neon-diagnostics.s | 74 bsl v0.8b, v1.16b, v2.8b 75 bsl v0.2s, v1.2s, v2.2s
|
D | arm64-advsimd.s | 545 bsl.8b v0, v0, v0 552 ; CHECK: bsl.8b v0, v0, v0 ; encoding: [0x00,0x1c,0x60,0x2e]
|
/external/libavc/common/armv8/ |
D | ih264_resi_trans_quant_av8.s | 204 bsl v4.8b, v20.8b, v24.8b //restore sign of row 1 and 2 205 bsl v5.8b, v21.8b, v25.8b //restore sign of row 3 and 4 206 bsl v6.8b, v22.8b, v26.8b //restore sign of row 1 and 2 207 bsl v7.8b, v23.8b, v27.8b //restore sign of row 3 and 4 406 bsl v4.8b, v20.8b, v24.8b //restore sign of row 1 and 2 407 bsl v5.8b, v21.8b, v25.8b //restore sign of row 3 and 4 408 bsl v6.8b, v22.8b, v26.8b //restore sign of row 1 and 2 409 bsl v7.8b, v23.8b, v27.8b //restore sign of row 3 and 4 556 bsl v4.16b, v14.16b, v15.16b 557 bsl v5.16b, v16.16b, v17.16b [all …]
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encodeframe.c | 863 const int bsl = b_width_log2_lookup[bsize]; in copy_partitioning_helper() local 864 const int bs = (1 << bsl) >> 2; in copy_partitioning_helper() 870 partition = partition_lookup[bsl][prev_part[start_pos]]; in copy_partitioning_helper() 989 const int bsl = b_width_log2_lookup[bsize]; in scale_partitioning_svc() local 990 const int bs = (1 << bsl) >> 2; in scale_partitioning_svc() 1035 const int bsl = b_width_log2_lookup[bsize]; in update_partition_svc() local 1036 const int bs = (1 << bsl) >> 2; in update_partition_svc() 1045 partition = partition_lookup[bsl][mi->sb_type]; in update_partition_svc() 1086 const int bsl = b_width_log2_lookup[bsize]; in update_prev_partition_helper() local 1087 const int bs = (1 << bsl) >> 2; in update_prev_partition_helper() [all …]
|
D | vp9_bitstream.c | 426 const int bsl = b_width_log2_lookup[bsize]; in write_modes_sb() local 427 const int bs = (1 << bsl) / 4; in write_modes_sb() 436 partition = partition_lookup[bsl][m->sb_type]; in write_modes_sb()
|
D | vp9_rdopt.c | 2502 int bsl = mi_width_log2_lookup[bsize]; in handle_inter_mode() local 2505 ? (((mi_row + mi_col) >> bsl) + in handle_inter_mode() 3270 const int bsl = mi_width_log2_lookup[bsize]; in vp9_rd_pick_inter_mode_sb() local 3272 (((mi_row + mi_col) >> bsl) + in vp9_rd_pick_inter_mode_sb()
|
D | vp9_pickmode.c | 1456 const int bsl = mi_width_log2_lookup[bsize]; in vp9_pick_inter_mode() local 1459 ? (((mi_row + mi_col) >> bsl) + in vp9_pick_inter_mode()
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodeframe.c | 848 int mi_col, int bsl) { in dec_partition_plane_context() argument 852 int above = (*above_ctx >> bsl) & 1, left = (*left_ctx >> bsl) & 1; in dec_partition_plane_context() 856 return (left * 2 + above) + bsl * PARTITION_PLOFFSET; in dec_partition_plane_context() 875 int bsl) { in read_partition() argument 876 const int ctx = dec_partition_plane_context(twd, mi_row, mi_col, bsl); in read_partition()
|
/external/vixl/src/aarch64/ |
D | simulator-aarch64.h | 2212 LogicVRegister bsl(VectorFormat vform,
|
D | assembler-aarch64.h | 1793 void bsl(const VRegister& vd, const VRegister& vn, const VRegister& vm);
|
D | macro-assembler-aarch64.h | 2167 V(bsl, Bsl) \
|
/external/valgrind/none/tests/arm64/ |
D | fp_and_simd.c | 2796 GEN_BINARY_TEST(bsl, 16b, 16b, 16b) 2797 GEN_BINARY_TEST(bsl, 8b, 8b, 8b)
|