| /openbmc/qemu/tests/tcg/tricore/c/ |
| H A D | crt0-tc2x.S | 59 movh %d0,hi:__ISTACK # load $isp 60 addi %d0,%d0,lo:__ISTACK 61 mtcr $isp,%d0 66 movh %d0,hi:first_trap_table #; load $btv 67 addi %d0,%d0,lo:first_trap_table 68 mtcr $btv,%d0 75 mfcr %d0,$psw 76 or %d0,%d0,0x7f # disable call depth counting 77 andn %d0,%d0,0x80 # clear CDE bit 78 mtcr $psw,%d0 [all …]
|
| /openbmc/u-boot/arch/m68k/cpu/mcf5445x/ |
| H A D | start.S | 23 moveml %d0-%d7/%a0-%a6,%sp@; 26 moveml %sp@,%d0-%d7/%a0-%a6; \ 128 move.l #(CONFIG_SYS_INIT_RAM_ADDR + CONFIG_SYS_INIT_RAM_CTRL), %d0 129 movec %d0, %RAMBAR1 136 move.l #CONFIG_SYS_INIT_RAM_ADDR, %d0 137 movec %d0, %VBR 139 move.l #(CONFIG_SYS_INIT_RAM_ADDR + CONFIG_SYS_INIT_RAM_CTRL), %d0 140 movec %d0, %RAMBAR1 143 move.l #0, %d0 146 move.l %d0, (%a1) [all …]
|
| /openbmc/u-boot/arch/m68k/cpu/mcf5227x/ |
| H A D | start.S | 18 moveml %d0-%d7/%a0-%a6,%sp@; 21 moveml %sp@,%d0-%d7/%a0-%a6; \ 108 move.l #(CONFIG_SYS_INIT_RAM_ADDR + CONFIG_SYS_INIT_RAM_CTRL), %d0 109 movec %d0, %RAMBAR1 /* init Rambar */ 177 move.l #1000, %d0 180 subq.l #1, %d0 188 move.l #(CONFIG_SYS_SDRAM_CTRL + 4), %d0 190 move.l %d0, (%a2) 191 move.l %d0, (%a2) 194 move.l #(CONFIG_SYS_SDRAM_CTRL), %d0 [all …]
|
| /openbmc/u-boot/arch/m68k/cpu/mcf52x2/ |
| H A D | start.S | 19 moveml %d0-%d7/%a0-%a6,%sp@; \ 22 moveml %sp@,%d0-%d7/%a0-%a6; \ 104 move.l #(CONFIG_SYS_INIT_RAM_ADDR + CONFIG_SYS_INIT_RAM_CTRL), %d0 105 movec %d0, %RAMBAR1 110 move.l #(CONFIG_SYS_MBAR + 1), %d0 111 move.c %d0, %MBAR 116 move.l #(CONFIG_SYS_MBAR2 + 1), %d0 118 movec %d0, #0xc0e 120 move.l #(CONFIG_SYS_INIT_RAM_ADDR + 1), %d0 121 movec %d0, %RAMBAR0 [all …]
|
| /openbmc/u-boot/arch/m68k/cpu/mcf547x_8x/ |
| H A D | start.S | 18 moveml %d0-%d7/%a0-%a6,%sp@; 21 moveml %sp@,%d0-%d7/%a0-%a6; \ 95 move.l #CONFIG_SYS_FLASH_BASE, %d0 96 movec %d0, %VBR 98 move.l #(CONFIG_SYS_INIT_RAM_ADDR + CONFIG_SYS_INIT_RAM_CTRL), %d0 99 movec %d0, %RAMBAR0 101 move.l #(CONFIG_SYS_INIT_RAM1_ADDR + CONFIG_SYS_INIT_RAM1_CTRL), %d0 102 movec %d0, %RAMBAR1 104 move.l #CONFIG_SYS_MBAR, %d0 /* set MBAR address */ 105 move.c %d0, %MBAR [all …]
|
| /openbmc/u-boot/arch/nios2/lib/ |
| H A D | libgcc.c | 152 UWtype d0, d1, n0, n1, n2; in __udivmoddi4() local 156 d0 = dd.s.low; in __udivmoddi4() 164 if (d0 > n1) in __udivmoddi4() 168 udiv_qrnnd (q0, n0, n1, n0, d0); in __udivmoddi4() 177 if (d0 == 0) in __udivmoddi4() 178 d0 = 1 / d0; /* Divide intentionally by zero. */ in __udivmoddi4() 180 udiv_qrnnd (q1, n1, 0, n1, d0); in __udivmoddi4() 181 udiv_qrnnd (q0, n0, n1, n0, d0); in __udivmoddi4() 198 if (d0 > n1) in __udivmoddi4() 202 count_leading_zeros (bm, d0); in __udivmoddi4() [all …]
|
| /openbmc/u-boot/arch/m68k/cpu/mcf530x/ |
| H A D | start.S | 19 moveml %d0-%d7/%a0-%a6,%sp@ 23 moveml %sp@,%d0-%d7/%a0-%a6; 96 move.l #(CONFIG_SYS_MBAR + 1), %d0 97 move.c %d0, %MBAR 99 move.l #(CONFIG_SYS_INIT_RAM_ADDR + 1), %d0 100 move.c %d0, %RAMBAR 103 move.l #CF_CACR_CINVA, %d0 104 movec %d0, %CACR 105 move.l #0, %d0 106 movec %d0, %ACR0 [all …]
|
| /openbmc/u-boot/fs/yaffs2/ |
| H A D | yaffs_ecc.c | 138 unsigned char d0, d1, d2; /* deltas */ in yaffs_ecc_correct() local 140 d0 = read_ecc[0] ^ test_ecc[0]; in yaffs_ecc_correct() 144 if ((d0 | d1 | d2) == 0) in yaffs_ecc_correct() 147 if (((d0 ^ (d0 >> 1)) & 0x55) == 0x55 && in yaffs_ecc_correct() 165 if (d0 & 0x80) in yaffs_ecc_correct() 167 if (d0 & 0x20) in yaffs_ecc_correct() 169 if (d0 & 0x08) in yaffs_ecc_correct() 171 if (d0 & 0x02) in yaffs_ecc_correct() 186 if ((hweight8(d0) + hweight8(d1) + hweight8(d2)) == 1) { in yaffs_ecc_correct()
|
| /openbmc/u-boot/arch/m68k/cpu/mcf532x/ |
| H A D | start.S | 21 moveml %d0-%d7/%a0-%a6,%sp@; 24 moveml %sp@,%d0-%d7/%a0-%a6; \ 102 move.l #CONFIG_SYS_FLASH_BASE, %d0 103 movec %d0, %VBR 106 move.l #(CONFIG_SYS_INIT_RAM_ADDR + CONFIG_SYS_INIT_RAM_CTRL), %d0 107 movec %d0, %RAMBAR1 110 move.l #CF_CACR_CINVA, %d0 /* Invalidate cache cmd */ 111 movec %d0, %CACR /* Invalidate cache */ 112 move.l #0, %d0 113 movec %d0, %ACR0 [all …]
|
| /openbmc/u-boot/arch/m68k/cpu/mcf523x/ |
| H A D | start.S | 18 moveml %d0-%d7/%a0-%a6,%sp@; 21 moveml %sp@,%d0-%d7/%a0-%a6; \ 95 move.l #CONFIG_SYS_FLASH_BASE, %d0 96 movec %d0, %VBR 98 move.l #(CONFIG_SYS_INIT_RAM_ADDR + CONFIG_SYS_INIT_RAM_CTRL), %d0 99 movec %d0, %RAMBAR1 102 move.l #CF_CACR_CINV, %d0 /* Invalidate cache cmd */ 103 movec %d0, %CACR /* Invalidate cache */ 105 move.l #0, %d0 106 movec %d0, %ACR0 [all …]
|
| /openbmc/u-boot/arch/x86/lib/ |
| H A D | string.c | 18 int d0; in memset() local 47 "=D" (dstp), "=c" (d0) : in memset() 55 "=D" (dstp), "=c" (d0) : in memset() 65 "=D" (dstp), "=c" (d0) : in memset() 135 int d0, d1, d2, d3, d4, d5; in memmove() local 284 : "=&c" (d0), "=&S" (d1), "=&D" (d2), in memmove()
|
| /openbmc/qemu/hw/audio/ |
| H A D | sb16.c | 301 static void dma_cmd (SB16State *s, uint8_t cmd, uint8_t d0, int dma_len) in dma_cmd() argument 306 s->fmt_signed = (d0 >> 4) & 1; in dma_cmd() 307 s->fmt_stereo = (d0 >> 5) & 1; in dma_cmd() 689 int d0, d1, d2; in complete() local 696 d0 = dsp_get_data (s); in complete() 700 s->cmd, d0, d1, d2); in complete() 704 s->cmd, d0, d1, d2); in complete() 705 dma_cmd (s, s->cmd, d0, d1 + (d2 << 8)); in complete() 726 d0 = dsp_get_data (s); in complete() 728 ldebug ("write CSP register %d <- %#x\n", d1, d0); in complete() [all …]
|
| /openbmc/u-boot/board/freescale/m54451evb/ |
| H A D | sbf_dram_init.S | 71 move.l #(CONFIG_SYS_SDRAM_CTRL + 4), %d0 73 move.l %d0, (%a2) 74 move.l %d0, (%a2)
|
| /openbmc/u-boot/board/freescale/m54455evb/ |
| H A D | sbf_dram_init.S | 77 move.l #(CONFIG_SYS_SDRAM_CTRL + 4), %d0 79 move.l %d0, (%a2) 80 move.l %d0, (%a2)
|
| /openbmc/u-boot/lib/ |
| H A D | vsprintf.c | 53 unsigned d3, d2, d1, d0; in put_dec_trunc() local 58 d0 = 6*(d3 + d2 + d1) + (q & 0xf); in put_dec_trunc() 59 q = (d0 * 0xcd) >> 11; in put_dec_trunc() 60 d0 = d0 - 10*q; in put_dec_trunc() 61 *buf++ = d0 + '0'; /* least significant digit */ in put_dec_trunc() 91 unsigned d3, d2, d1, d0; in put_dec_full() local 106 d0 = 6*(d3 + d2 + d1) + (q & 0xf); in put_dec_full() 107 q = (d0 * 0xcd) >> 11; in put_dec_full() 108 d0 = d0 - 10*q; in put_dec_full() 109 *buf++ = d0 + '0'; in put_dec_full()
|
| H A D | tiny-printf.c | 90 unsigned int d3, d2, d1, d0; in put_dec_trunc() local 95 d0 = 6 * (d3 + d2 + d1) + (q & 0xf); in put_dec_trunc() 96 q = (d0 * 0xcd) >> 11; in put_dec_trunc() 97 d0 = d0 - 10 * q; in put_dec_trunc() 98 *buf++ = d0 + '0'; /* least significant digit */ in put_dec_trunc()
|
| /openbmc/qemu/tests/unit/ |
| H A D | check-qobject.c | 85 g_autoptr(QNum) d0 = qnum_from_double(0.0); in qobject_is_equal_num_test() 96 check_unequal(u0, d0); in qobject_is_equal_num_test() 97 check_unequal(i0, d0); in qobject_is_equal_num_test() 248 g_autoptr(QNum) d0 = qnum_from_double(0.0); in qobject_is_equal_conversion_test() 256 check_unequal(d0, s0, s_empty, bfalse, qnull(), NULL); in qobject_is_equal_conversion_test()
|
| /openbmc/u-boot/arch/arm/dts/ |
| H A D | stih407-clock.dtsi | 200 clk_s_d0_quadfs: clk-s-d0-quadfs@9104000 { 207 clock-output-names = "clk-s-d0-fs0-ch0", 208 "clk-s-d0-fs0-ch1", 209 "clk-s-d0-fs0-ch2", 210 "clk-s-d0-fs0-ch3"; 213 clockgen-d0@09104000 { 217 clk_s_d0_flexgen: clk-s-d0-flexgen {
|
| H A D | stih410-clock.dtsi | 219 clk_s_d0_quadfs: clk-s-d0-quadfs@9104000 { 226 clock-output-names = "clk-s-d0-fs0-ch0", 227 "clk-s-d0-fs0-ch1", 228 "clk-s-d0-fs0-ch2", 229 "clk-s-d0-fs0-ch3"; 232 clockgen-d0@09104000 { 236 clk_s_d0_flexgen: clk-s-d0-flexgen {
|
| /openbmc/u-boot/drivers/clk/ |
| H A D | clk_zynq.c | 293 u32 d0, d1; in zynq_clk_calc_peripheral_two_divs() local 295 for (d0 = 1; d0 <= ZYNQ_CLK_MAXDIV; d0++) { in zynq_clk_calc_peripheral_two_divs() 298 DIV_ROUND_CLOSEST(pll_rate, d0), d1); in zynq_clk_calc_peripheral_two_divs() 302 *div0 = d0; in zynq_clk_calc_peripheral_two_divs()
|
| /openbmc/u-boot/doc/SPI/ |
| H A D | README.ti_qspi_am43x_test | 40 820000d0: dededede dededede dededede dededede ................ 57 820100d0: dededede dededede dededede dededede ................ 74 820300d0: dededede dededede dededede dededede ................
|
| /openbmc/qemu/target/arm/tcg/ |
| H A D | crypto_helper.c | 174 uint64_t d0, d1; in HELPER() local 176 d0 = d[1] ^ d[0] ^ m[0]; in HELPER() 178 d[0] = d0; in HELPER() 438 uint64_t d0 = rd[0]; in HELPER() local 442 d0 += S1_512(d1 + rm[0]) + cho512(d1 + rm[0], rm[1], rn[0]); in HELPER() 444 rd[0] = d0; in HELPER() 455 uint64_t d0 = rd[0]; in HELPER() local 459 d0 += S0_512(d1) + maj512(d1, rm[0], rm[1]); in HELPER() 461 rd[0] = d0; in HELPER() 471 uint64_t d0 = rd[0]; in HELPER() local [all …]
|
| H A D | neon_helper.c | 1264 uint64_t d0 = ELEM(zd0, 0, 8) | (ELEM(zd0, 2, 8) << 8) in HELPER() local 1283 rd[0] = d0; in HELPER() 1293 uint64_t d0 = ELEM(zd0, 0, 16) | (ELEM(zd0, 2, 16) << 16) in HELPER() local 1304 rd[0] = d0; in HELPER() 1314 uint64_t d0 = ELEM(zd0, 0, 32) | (ELEM(zd1, 0, 32) << 32); in HELPER() local 1321 rd[0] = d0; in HELPER() 1330 uint64_t d0 = ELEM(zd, 0, 8) | (ELEM(zd, 2, 8) << 8) in HELPER() local 1340 rd[0] = d0; in HELPER() 1348 uint64_t d0 = ELEM(zd, 0, 16) | (ELEM(zd, 2, 16) << 16) in HELPER() local 1354 rd[0] = d0; in HELPER() [all …]
|
| /openbmc/u-boot/lib/rsa/ |
| H A D | rsa-mod-exp.c | 84 uint32_t d0; in montgomery_mul_add_step() local 88 d0 = (uint32_t)acc_a * key->n0inv; in montgomery_mul_add_step() 89 acc_b = (uint64_t)d0 * key->modulus[0] + (uint32_t)acc_a; in montgomery_mul_add_step() 92 acc_b = (acc_b >> 32) + (uint64_t)d0 * key->modulus[i] + in montgomery_mul_add_step()
|
| /openbmc/qemu/tests/decode/ |
| H A D | err_argset2.decode | 5 &args a b c d0 0e
|