Home
last modified time | relevance | path

Searched refs:blt (Results 1 – 25 of 46) sorted by relevance

12

/openbmc/u-boot/lib/efi_loader/
H A Defi_gop.c66 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 Dtest_b.S33 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 Defi_selftest_bitblt.c88 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 Dmemcpy.S67 blt 8f
76 blt 5f
89 PLD( blt 4f )
162 blt 8b
176 blt 14f
189 PLD( blt 13f )
H A Dmemset.S31 blt 4f
118 blt 5b @ 1 bytes to align with?
H A Dlib1funcs.S159 blt 2f
180 blt 4f
/openbmc/u-boot/arch/powerpc/lib/
H A Dppcstring.S74 blt 7f
116 blt 3f
158 blt 3f
/openbmc/u-boot/arch/powerpc/cpu/mpc8xx/
H A Dstart.S402 blt 5b
408 blt 6b
517 blt 2b
531 blt 3b
539 blt 4b
/openbmc/u-boot/arch/powerpc/cpu/mpc86xx/
H A Dstart.S469 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 Dsec_boot.S19 blt 1b
/openbmc/qemu/tests/qtest/migration/aarch64/
H A Da-b-kernel.S63 blt innerloop
/openbmc/u-boot/arch/nds32/cpu/n1213/ae3xx/
H A Dlowlevel_init.S120 blt $r5, $r6, 1b
/openbmc/u-boot/arch/powerpc/cpu/mpc83xx/
H A Dstart.S729 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 Dplatform.S1114 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 Dcache_v7_asm.S38 blt skip @ skip if no cache, or just i-cache
108 blt inval_skip @ skip if no cache, or just i-cache
H A Dstart.S259 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 Dtrans_branch.c.inc77 TRANS(blt, ALL, gen_rr_bc, TCG_COND_LT)
/openbmc/u-boot/arch/arm/mach-aspeed/ast2400/
H A Dplatform.S1021 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 Dstart.S113 blt t0, t2, copy_loop
/openbmc/u-boot/arch/mips/cpu/
H A Dstart.S74 blt t0, t1, 1b
/openbmc/u-boot/arch/nds32/cpu/n1213/ag101/
H A Dlowlevel_init.S245 blt $r5, $r6, 1b
/openbmc/u-boot/arch/nds32/cpu/n1213/
H A Dstart.S255 blt $r0, $r1, copy_loop
276 blt $r7, $r8, 1b
/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/
H A Dstart.S318 blt 1f
467 blt 1b
1630 blt 5b
1636 blt 6b
1717 blt 5b
/openbmc/u-boot/common/
H A Dbedbug.c660 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 Dboot.S238 blt divisor, 2f

12