/third_party/FreeBSD/lib/libc/arm/string/ |
D | hw_user_copy.S | 47 blt .Lmemcpy_l4 /* less than 4 bytes */ 56 blt .Lmemcpy_l12 /* less than 12 bytes (4 from above) */ 58 blt .Lmemcpy_l32 /* less than 32 bytes (12 from above) */ 89 blt .Lmemcpy_l4 129 blt .Lmemcpy_l4 /* less the 4 bytes */ 143 blt .Lmemcpy_srcul1loop4 162 blt .Lmemcpy_srcul1l4 178 blt .Lmemcpy_srcul2loop4 197 blt .Lmemcpy_srcul2l4 213 blt .Lmemcpy_srcul3loop4 [all …]
|
/third_party/uboot/u-boot-2020.01/lib/efi_loader/ |
D | efi_gop.c | 67 struct efi_gop_pixel blt = { in efi_vid16_to_blt_col() local 71 blt.blue = (vid & 0x1f) << 3; in efi_vid16_to_blt_col() 73 blt.green = (vid & 0x3f) << 2; in efi_vid16_to_blt_col() 75 blt.red = (vid & 0x1f) << 3; in efi_vid16_to_blt_col() 76 return blt; in efi_vid16_to_blt_col() 79 static __always_inline u16 efi_blt_col_to_vid16(struct efi_gop_pixel *blt) in efi_blt_col_to_vid16() argument 81 return (u16)(blt->red >> 3) << 11 | in efi_blt_col_to_vid16() 82 (u16)(blt->green >> 2) << 5 | in efi_blt_col_to_vid16() 83 (u16)(blt->blue >> 3); in efi_blt_col_to_vid16() 499 gopobj->ops.blt = gop_blt; in efi_gop_register()
|
/third_party/ffmpeg/libavresample/arm/ |
D | resample_neon.S | 44 blt 5f 54 blt 4f 68 blt 2f 75 blt 1f 245 blt 5f 255 blt 4f 269 blt 2f 276 blt 1f
|
/third_party/FreeBSD/sys/arm/arm/ |
D | in_cksum_arm.S | 146 blt .Lcksumdata_endgame 172 blt .Lcksumdata_endgame /* Yup */ 179 blt .Lcksumdata_bigloop_end /* Note: C flag clear if branch taken */ 228 blt .Lcksumdata_bigloop_end 263 blt .Lcksumdata_less_than_32 277 blt .Lcksumdata_less_than_32 324 blt .Lcksumdata_lessthan4
|
/third_party/uboot/u-boot-2020.01/lib/efi_selftest/ |
D | efi_selftest_bitblt.c | 88 gop->blt(gop, bitmap, EFI_BLT_BUFFER_TO_VIDEO, sx, 0, dx, DEPTH, in notify() 251 ret = gop->blt(gop, bitmap, EFI_BLT_VIDEO_FILL, 0, 0, 0, 0, in execute() 259 ret = gop->blt(gop, bitmap, EFI_BLT_BUFFER_TO_VIDEO, 0, 0, 0, DEPTH, in execute() 267 ret = gop->blt(gop, bitmap, EFI_BLT_VIDEO_TO_VIDEO, in execute() 276 ret = gop->blt(gop, bitmap, EFI_BLT_VIDEO_TO_BLT_BUFFER, in execute()
|
/third_party/uboot/u-boot-2020.01/arch/arm/lib/ |
D | memcpy.S | 67 blt 8f 76 blt 5f 89 PLD( blt 4f ) 162 blt 8b 176 blt 14f 189 PLD( blt 13f )
|
D | memset.S | 31 blt 4f 118 blt 5b @ 1 bytes to align with?
|
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv7/hi3520dv500/ |
D | mmu.S | 52 blt 1b 83 blt 1b 202 blt way_loop /* if not, continue the way_loop */ 244 blt way_lp /* if not, continue the way_loop */
|
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv7/hi3521dv200/ |
D | mmu.S | 52 blt 1b 83 blt 1b 202 blt way_loop /* if not, continue the way_loop */ 244 blt way_lp /* if not, continue the way_loop */
|
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv7/hi3516dv300/ |
D | mmu.S | 52 blt 1b 83 blt 1b 207 blt way_loop /* if not, continue the way_loop */ 249 blt way_lp /* if not, continue the way_loop */
|
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv7/hi3516ev200/ |
D | mmu.S | 52 blt 1b 83 blt 1b 207 blt way_loop /* if not, continue the way_loop */ 249 blt way_lp /* if not, continue the way_loop */
|
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv7/hi3556av100/ |
D | mmu.S | 52 blt 1b 83 blt 1b 207 blt way_loop /* if not, continue the way_loop */ 249 blt way_lp /* if not, continue the way_loop */
|
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv7/hi3516ev300/ |
D | mmu.S | 52 blt 1b 83 blt 1b 207 blt way_loop /* if not, continue the way_loop */ 249 blt way_lp /* if not, continue the way_loop */
|
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv7/hi3516dv200/ |
D | mmu.S | 52 blt 1b 83 blt 1b 207 blt way_loop /* if not, continue the way_loop */ 249 blt way_lp /* if not, continue the way_loop */
|
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv7/hi3516cv500/ |
D | mmu.S | 52 blt 1b 83 blt 1b 207 blt way_loop /* if not, continue the way_loop */ 249 blt way_lp /* if not, continue the way_loop */
|
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv7/hi3518ev300/ |
D | mmu.S | 52 blt 1b 83 blt 1b 207 blt way_loop /* if not, continue the way_loop */ 249 blt way_lp /* if not, continue the way_loop */
|
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv7/hi3516av300/ |
D | mmu.S | 52 blt 1b 83 blt 1b 207 blt way_loop /* if not, continue the way_loop */ 249 blt way_lp /* if not, continue the way_loop */
|
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv7/hi3519av100/ |
D | mmu.S | 52 blt 1b 83 blt 1b 207 blt way_loop /* if not, continue the way_loop */ 249 blt way_lp /* if not, continue the way_loop */
|
/third_party/boringssl/linux-ppc64le/crypto/fipsmodule/ |
D | aesp8-ppc.S | 51 blt- .Lenc_key_abort 86 blt .Loop128 1027 blt .Lcbc_dec8x_one 1031 blt .Lcbc_dec8x_three 1035 blt .Lcbc_dec8x_five 1635 blt .Lctr32_enc8x_one 1639 blt .Lctr32_enc8x_three 1643 blt .Lctr32_enc8x_five 1647 blt .Lctr32_enc8x_seven 2185 blt .Ltail_xts_dec [all …]
|
/third_party/uboot/u-boot-2020.01/arch/powerpc/lib/ |
D | ppcstring.S | 74 blt 7f 116 blt 3f 158 blt 3f
|
/third_party/uboot/u-boot-2020.01/arch/powerpc/cpu/mpc8xx/ |
D | start.S | 402 blt 5b 408 blt 6b 517 blt 2b 531 blt 3b 539 blt 4b
|
/third_party/pixman/pixman/ |
D | pixman-arm-simd-asm-scaled.S | 105 blt 2f 120 blt 2f
|
/third_party/uboot/u-boot-2020.01/arch/riscv/cpu/ |
D | start.S | 177 blt t0, t1, spl_clear_bss_loop 258 blt t0, t2, copy_loop 328 blt t0, t1, clbss_l
|
/third_party/ffmpeg/libavcodec/arm/ |
D | flacdsp_arm.S | 86 blt flac_lpc_16_1_arm 114 blt 6f
|
/third_party/pixman/test/ |
D | Makefile.sources | 40 lowlevel-blt-bench \
|