| /openbmc/u-boot/lib/efi_loader/ |
| H A D | efi_gop.c | 66 struct efi_gop_pixel blt = { in efi_vid16_to_blt_col() local 70 blt.blue = (vid & 0x1f) << 3; in efi_vid16_to_blt_col() 72 blt.green = (vid & 0x3f) << 2; in efi_vid16_to_blt_col() 74 blt.red = (vid & 0x1f) << 3; in efi_vid16_to_blt_col() 75 return blt; in efi_vid16_to_blt_col() 78 static __always_inline u16 efi_blt_col_to_vid16(struct efi_gop_pixel *blt) in efi_blt_col_to_vid16() argument 80 return (u16)(blt->red >> 3) << 11 | in efi_blt_col_to_vid16() 81 (u16)(blt->green >> 2) << 5 | in efi_blt_col_to_vid16() 82 (u16)(blt->blue >> 3); in efi_blt_col_to_vid16() 460 gopobj->ops.blt = gop_blt; in efi_gop_register()
|
| /openbmc/qemu/tests/tcg/xtensa/ |
| H A D | test_b.S | 33 test blt 36 blt a2, a3, 1f 40 blt a2, a3, 1f 44 blt a2, a3, 1f
|
| /openbmc/u-boot/lib/efi_selftest/ |
| H A 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()
|
| /openbmc/u-boot/arch/arm/lib/ |
| H A D | memcpy.S | 67 blt 8f 76 blt 5f 89 PLD( blt 4f ) 162 blt 8b 176 blt 14f 189 PLD( blt 13f )
|
| H A D | memset.S | 31 blt 4f 118 blt 5b @ 1 bytes to align with?
|
| H A D | lib1funcs.S | 159 blt 2f 180 blt 4f
|
| /openbmc/u-boot/arch/powerpc/lib/ |
| H A D | ppcstring.S | 74 blt 7f 116 blt 3f 158 blt 3f
|
| /openbmc/u-boot/arch/powerpc/cpu/mpc8xx/ |
| H A D | start.S | 402 blt 5b 408 blt 6b 517 blt 2b 531 blt 3b 539 blt 4b
|
| /openbmc/u-boot/arch/powerpc/cpu/mpc86xx/ |
| H A D | start.S | 469 blt tlblp 715 blt 5b 721 blt 6b 830 blt 2b 844 blt 3b 852 blt 4b
|
| /openbmc/u-boot/arch/arm/mach-exynos/ |
| H A D | sec_boot.S | 19 blt 1b
|
| /openbmc/qemu/tests/qtest/migration/aarch64/ |
| H A D | a-b-kernel.S | 63 blt innerloop
|
| /openbmc/u-boot/arch/nds32/cpu/n1213/ae3xx/ |
| H A D | lowlevel_init.S | 120 blt $r5, $r6, 1b
|
| /openbmc/u-boot/arch/powerpc/cpu/mpc83xx/ |
| H A D | start.S | 729 blt 1b 911 blt 5b 917 blt 6b 1029 blt 2b 1043 blt 3b 1051 blt 4b
|
| /openbmc/u-boot/arch/arm/mach-aspeed/ast2500/ |
| H A D | platform.S | 1114 blt ddr_test_fail 1117 blt ddr_test_fail 1124 blt ddr_test_fail 1127 blt ddr_test_fail 1467 blt ddr_test_fail 1556 blt ddr_test_fail 1595 blt ddr_test_fail 1598 blt ddr_test_fail 1605 blt ddr_test_fail 1608 blt ddr_test_fail [all …]
|
| /openbmc/u-boot/arch/arm/cpu/armv7/ |
| H A D | cache_v7_asm.S | 38 blt skip @ skip if no cache, or just i-cache 108 blt inval_skip @ skip if no cache, or just i-cache
|
| H A D | start.S | 259 blt skip_errata_798870 @ skip if not affected rev 274 blt skip_errata_801819 @ skip if not affected rev
|
| /openbmc/qemu/target/loongarch/tcg/insn_trans/ |
| H A D | trans_branch.c.inc | 77 TRANS(blt, ALL, gen_rr_bc, TCG_COND_LT)
|
| /openbmc/u-boot/arch/arm/mach-aspeed/ast2400/ |
| H A D | platform.S | 1021 blt init_sram_start0 1101 blt cbrdll1_duty_cal_end 1117 blt cbrdll1_duty_start 1120 blt cbrdll1_duty_start 1410 blt init_sram_start 1419 blt init_sram_start2 1428 blt init_sram_start3 1691 blt cbr0_search_dll_margin_e @ if max(margin-P/N) + 2 < max_margin 1778 blt cbr0_search_dll_margin_s
|
| /openbmc/u-boot/arch/riscv/cpu/ |
| H A D | start.S | 113 blt t0, t2, copy_loop
|
| /openbmc/u-boot/arch/mips/cpu/ |
| H A D | start.S | 74 blt t0, t1, 1b
|
| /openbmc/u-boot/arch/nds32/cpu/n1213/ag101/ |
| H A D | lowlevel_init.S | 245 blt $r5, $r6, 1b
|
| /openbmc/u-boot/arch/nds32/cpu/n1213/ |
| H A D | start.S | 255 blt $r0, $r1, copy_loop 276 blt $r7, $r8, 1b
|
| /openbmc/u-boot/arch/powerpc/cpu/mpc85xx/ |
| H A D | start.S | 318 blt 1f 467 blt 1b 1630 blt 5b 1636 blt 6b 1717 blt 5b
|
| /openbmc/u-boot/common/ |
| H A D | bedbug.c | 660 static struct opcode blt = { B_OPCODE (16, 0, 0), B_MASK, {O_BD, 0}, in handle_bc() local 680 ctx->op = &blt; in handle_bc()
|
| /openbmc/qemu/tests/tcg/alpha/system/ |
| H A D | boot.S | 238 blt divisor, 2f
|