/external/libvpx/vpx_dsp/arm/ |
D | fdct32x32_neon.h | 1419 int32x4_t bl[32], br[32]; in highbd_dct8x32_body_first_pass() local 1487 bl[0] = vaddq_s32(al[0], al[7]); in highbd_dct8x32_body_first_pass() 1489 bl[1] = vaddq_s32(al[1], al[6]); in highbd_dct8x32_body_first_pass() 1491 bl[2] = vaddq_s32(al[2], al[5]); in highbd_dct8x32_body_first_pass() 1493 bl[3] = vaddq_s32(al[3], al[4]); in highbd_dct8x32_body_first_pass() 1496 bl[4] = vsubq_s32(al[3], al[4]); in highbd_dct8x32_body_first_pass() 1498 bl[5] = vsubq_s32(al[2], al[5]); in highbd_dct8x32_body_first_pass() 1500 bl[6] = vsubq_s32(al[1], al[6]); in highbd_dct8x32_body_first_pass() 1502 bl[7] = vsubq_s32(al[0], al[7]); in highbd_dct8x32_body_first_pass() 1505 bl[8] = al[8]; in highbd_dct8x32_body_first_pass() [all …]
|
/external/llvm/test/CodeGen/ARM/ |
D | memfunc.ll | 15 ; CHECK-IOS: bl _memmove 16 ; CHECK-DARWIN: bl _memmove 17 ; CHECK-EABI: bl __aeabi_memmove 18 ; CHECK-GNUEABI: bl memmove 21 ; CHECK-IOS: bl _memcpy 22 ; CHECK-DARWIN: bl _memcpy 23 ; CHECK-EABI: bl __aeabi_memcpy 24 ; CHECK-GNUEABI: bl memcpy 29 ; CHECK-IOS: bl _memset 31 ; CHECK-DARWIN: bl _memset [all …]
|
D | fp16-promote.ll | 11 ; CHECK-LIBCALL: bl __aeabi_h2f 12 ; CHECK-LIBCALL: bl __aeabi_h2f 14 ; CHECK-NOVFP: bl __aeabi_fadd 16 ; CHECK-LIBCALL: bl __aeabi_f2h 28 ; CHECK-LIBCALL: bl __aeabi_h2f 29 ; CHECK-LIBCALL: bl __aeabi_h2f 31 ; CHECK-NOVFP: bl __aeabi_fsub 33 ; CHECK-LIBCALL: bl __aeabi_f2h 45 ; CHECK-LIBCALL: bl __aeabi_h2f 46 ; CHECK-LIBCALL: bl __aeabi_h2f [all …]
|
/external/libaom/av1/encoder/ |
D | sparse_linear_solver.c | 220 int bl, double *x) { in av1_bi_conjugate_gradient_sparse() argument 227 r = aom_calloc(bl, sizeof(*r)); in av1_bi_conjugate_gradient_sparse() 228 r_hat = aom_calloc(bl, sizeof(*r_hat)); in av1_bi_conjugate_gradient_sparse() 229 p = aom_calloc(bl, sizeof(*p)); in av1_bi_conjugate_gradient_sparse() 230 p_hat = aom_calloc(bl, sizeof(*p_hat)); in av1_bi_conjugate_gradient_sparse() 231 Ap = aom_calloc(bl, sizeof(*Ap)); in av1_bi_conjugate_gradient_sparse() 232 p_hatA = aom_calloc(bl, sizeof(*p_hatA)); in av1_bi_conjugate_gradient_sparse() 233 x_hat = aom_calloc(bl, sizeof(*x_hat)); in av1_bi_conjugate_gradient_sparse() 240 for (i = 0; i < bl; i++) { in av1_bi_conjugate_gradient_sparse() 248 r_norm_2 = av1_vect_vect_multi(r_hat, bl, r); in av1_bi_conjugate_gradient_sparse() [all …]
|
/external/arm-trusted-firmware/bl31/aarch64/ |
D | crash_reporting.S | 93 bl asm_print_str 98 bl print_alignment 100 bl asm_print_hex 101 bl asm_print_newline 212 bl asm_print_str 216 bl plat_crash_console_putc 217 bl asm_print_newline 230 bl asm_print_str 235 bl print_alignment 237 bl asm_print_hex [all …]
|
/external/arm-trusted-firmware/bl2/aarch64/ |
D | bl2_el3_exceptions.S | 27 bl plat_report_exception 33 bl plat_report_exception 39 bl plat_report_exception 45 bl plat_report_exception 55 bl plat_report_exception 61 bl plat_report_exception 67 bl plat_report_exception 73 bl plat_report_exception 83 bl plat_report_exception 89 bl plat_report_exception [all …]
|
/external/trusty/arm-trusted-firmware/bl2/aarch64/ |
D | bl2_el3_exceptions.S | 27 bl plat_report_exception 33 bl plat_report_exception 39 bl plat_report_exception 45 bl plat_report_exception 55 bl plat_report_exception 61 bl plat_report_exception 67 bl plat_report_exception 73 bl plat_report_exception 83 bl plat_report_exception 89 bl plat_report_exception [all …]
|
/external/arm-trusted-firmware/common/aarch64/ |
D | early_exceptions.S | 25 bl plat_report_exception 31 bl plat_report_exception 37 bl plat_report_exception 43 bl plat_report_exception 53 bl plat_report_exception 59 bl plat_report_exception 65 bl plat_report_exception 71 bl plat_report_exception 81 bl plat_report_exception 87 bl plat_report_exception [all …]
|
/external/trusty/arm-trusted-firmware/common/aarch64/ |
D | early_exceptions.S | 25 bl plat_report_exception 31 bl plat_report_exception 37 bl plat_report_exception 43 bl plat_report_exception 53 bl plat_report_exception 59 bl plat_report_exception 65 bl plat_report_exception 71 bl plat_report_exception 81 bl plat_report_exception 87 bl plat_report_exception [all …]
|
/external/arm-trusted-firmware/bl1/aarch64/ |
D | bl1_exceptions.S | 27 bl plat_report_exception 33 bl plat_report_exception 39 bl plat_report_exception 45 bl plat_report_exception 55 bl plat_report_exception 61 bl plat_report_exception 67 bl plat_report_exception 73 bl plat_report_exception 98 bl plat_report_exception 104 bl plat_report_exception [all …]
|
/external/trusty/arm-trusted-firmware/bl1/aarch64/ |
D | bl1_exceptions.S | 27 bl plat_report_exception 33 bl plat_report_exception 39 bl plat_report_exception 45 bl plat_report_exception 55 bl plat_report_exception 61 bl plat_report_exception 67 bl plat_report_exception 73 bl plat_report_exception 98 bl plat_report_exception 104 bl plat_report_exception [all …]
|
/external/trusty/arm-trusted-firmware/bl31/aarch64/ |
D | crash_reporting.S | 93 bl asm_print_str 98 bl print_alignment 100 bl asm_print_hex 101 bl asm_print_newline 209 bl asm_print_str 222 bl asm_print_str 227 bl print_alignment 229 bl asm_print_hex 230 bl asm_print_newline 235 bl asm_print_str [all …]
|
/external/llvm/test/CodeGen/AArch64/ |
D | sincospow-vector-expansion.ll | 6 ; CHECK: bl cos 7 ; CHECK: bl cos 15 ; CHECK: bl sin 16 ; CHECK: bl sin 24 ; CHECK: bl pow 25 ; CHECK: bl pow 37 ; CHECK: bl cos 38 ; CHECK: bl cos 45 ; CHECK: bl sin 46 ; CHECK: bl sin [all …]
|
/external/llvm/test/CodeGen/Thumb2/ |
D | float-cmp.ll | 17 ; NONE: bl __aeabi_fcmpeq 25 ; NONE: bl __aeabi_fcmpgt 33 ; NONE: bl __aeabi_fcmpge 41 ; NONE: bl __aeabi_fcmplt 49 ; NONE: bl __aeabi_fcmple 57 ; NONE: bl __aeabi_fcmpgt 58 ; NONE: bl __aeabi_fcmplt 67 ; NONE: bl __aeabi_fcmpun 74 ; NONE: bl __aeabi_fcmpeq 75 ; NONE: bl __aeabi_fcmpun [all …]
|
/external/arm-trusted-firmware/bl32/tsp/aarch64/ |
D | tsp_entrypoint.S | 66 bl fixup_gdt_reloc 125 bl inv_dcache_range 138 bl zeromem 146 bl zeromem 157 bl plat_set_my_stack 165 bl update_stack_protector_canary 172 bl tsp_setup 180 bl pauth_init_enable_el1 187 bl tsp_main 230 bl tsp_cpu_off_main [all …]
|
/external/trusty/arm-trusted-firmware/bl32/tsp/aarch64/ |
D | tsp_entrypoint.S | 70 bl fixup_gdt_reloc 129 bl inv_dcache_range 142 bl zeromem 150 bl zeromem 161 bl plat_set_my_stack 169 bl update_stack_protector_canary 176 bl tsp_setup 184 bl pauth_init_enable_el1 191 bl tsp_main 234 bl tsp_cpu_off_main [all …]
|
/external/clang/test/CodeGen/ |
D | zvector.c | 18 volatile vector bool long long bl, bl2; variable 357 sl = bl + sl2; in test_add() 369 ul = bl + ul2; in test_add() 545 sl = bl - sl2; in test_sub() 557 ul = bl - ul2; in test_sub() 951 bl = ~bl2; in test_not() 1056 sl = bl & sl2; in test_and() 1068 ul = bl & ul2; in test_and() 1072 bl = bl & bl2; in test_and() 1161 bl &= bl2; in test_and_assign() [all …]
|
/external/arm-trusted-firmware/lib/cpus/aarch64/ |
D | cortex_a57.S | 87 bl check_errata_806969 129 bl check_errata_813420 156 bl check_errata_814670 201 bl check_errata_disable_ldnp_overread 228 bl check_errata_826974 255 bl check_errata_826977 282 bl check_errata_828024 316 bl check_errata_829520 343 bl check_errata_833471 367 bl check_errata_859972 [all …]
|
/external/sdv/vsomeip/third_party/boost/numeric/interval/include/boost/numeric/interval/ |
D | limits.hpp | 27 typedef numeric_limits<T> bl; typedef in std::numeric_limits 29 …OST_PREVENT_MACRO_SUBSTITUTION () BOOST_NOEXCEPT_OR_NOTHROW { return I((bl::min)(), (bl::min)()); } in BOOST_PREVENT_MACRO_SUBSTITUTION() 30 …OST_PREVENT_MACRO_SUBSTITUTION () BOOST_NOEXCEPT_OR_NOTHROW { return I((bl::max)(), (bl::max)()); } in BOOST_PREVENT_MACRO_SUBSTITUTION() 31 static I epsilon() BOOST_NOEXCEPT_OR_NOTHROW { return I(bl::epsilon(), bl::epsilon()); } in epsilon() 39 { return I(bl::signaling_NaN(), bl::signaling_Nan()); } in signaling_NaN() 41 { return I(bl::denorm_min(), bl::denorm_min()); } in denorm_min()
|
/external/trusty/arm-trusted-firmware/common/aarch32/ |
D | debug.S | 53 bl plat_crash_console_putc 80 bl plat_crash_console_init 88 bl asm_print_str 90 bl asm_print_str 92 bl asm_print_str 105 bl asm_print_hex 109 bl plat_crash_console_flush 126 bl plat_crash_console_putc 155 bl plat_crash_console_putc 174 bl plat_crash_console_init [all …]
|
/external/llvm/test/CodeGen/PowerPC/ |
D | fmaxnum.ll | 15 ; CHECK: bl fmaxf 22 ; CHECK: bl fmax 29 ; CHECK: bl fmaxl 36 ; CHECK: bl fmaxf 43 ; CHECK: bl fmax 50 ; CHECK: bl fmaxl 57 ; CHECK: bl fmaxf 58 ; CHECK: bl fmaxf 65 ; CHECK: bl fmaxf 66 ; CHECK: bl fmaxf [all …]
|
D | fminnum.ll | 15 ; CHECK: bl fminf 22 ; CHECK: bl fmin 29 ; CHECK: bl fminl 36 ; CHECK: bl fminf 43 ; CHECK: bl fmin 50 ; CHECK: bl fminl 57 ; CHECK: bl fminf 58 ; CHECK: bl fminf 65 ; CHECK: bl fminf 66 ; CHECK: bl fminf [all …]
|
/external/linux-kselftest/tools/testing/selftests/arm64/fp/ |
D | sve-test.S | 115 bl pattern 119 bl memcpy 123 bl setz 136 bl pattern 140 bl memcpy 144 bl setp 174 bl memclr 178 bl setp 226 bl memfill_ae 230 bl getz [all …]
|
/external/arm-trusted-firmware/common/aarch32/ |
D | debug.S | 51 bl plat_crash_console_putc 78 bl plat_crash_console_init 86 bl asm_print_str 88 bl asm_print_str 90 bl asm_print_str 103 bl asm_print_hex 107 bl plat_crash_console_flush 124 bl plat_crash_console_putc 153 bl plat_crash_console_putc 172 bl plat_crash_console_init [all …]
|
/external/arm-trusted-firmware/plat/arm/board/fvp_r/ |
D | fvp_r_bl1_exceptions.S | 33 bl plat_report_exception 39 bl plat_report_exception 45 bl plat_report_exception 51 bl plat_report_exception 61 bl plat_report_exception 67 bl plat_report_exception 73 bl plat_report_exception 79 bl plat_report_exception 94 bl plat_report_exception 100 bl plat_report_exception [all …]
|