Home
last modified time | relevance | path

Searched refs:b0 (Results 1 – 25 of 61) sorted by relevance

123

/openbmc/qemu/include/fpu/
H A Dsoftfloat-macros.h438 static inline void add128(uint64_t a0, uint64_t a1, uint64_t b0, uint64_t b1, in add128() argument
443 *z0Ptr = uadd64_carry(a0, b0, &c); in add128()
455 uint64_t b0, uint64_t b1, uint64_t b2, in add192() argument
461 *z0Ptr = uadd64_carry(a0, b0, &c); in add192()
472 static inline void sub128(uint64_t a0, uint64_t a1, uint64_t b0, uint64_t b1, in sub128() argument
477 *z0Ptr = usub64_borrow(a0, b0, &c); in sub128()
489 uint64_t b0, uint64_t b1, uint64_t b2, in sub192() argument
495 *z0Ptr = usub64_borrow(a0, b0, &c); in sub192()
536 uint64_t b0, uint64_t b1, in mul128To256() argument
543 mul64To128(a1, b0, &m1, &m2); in mul128To256()
[all …]
/openbmc/qemu/tests/tcg/xtensa/
H A Dtest_boolean.S10 all4 b0, b0
13 all4 b0, b4
16 all4 b0, b8
19 all4 b0, b12
H A Dtest_fp1.S42 test_ord \op b0, f0, f1, 0x3f800000, 0x3f800000, \aa, FSR__ /* ord == ord */
132 olt.s b0, f0, f0
133 test_cond movf.s, f0, f1, b0, 0, 0x3f800000, 0x3f800000
134 ueq.s b0, f0, f0
135 test_cond movf.s, f0, f1, b0, 0, 0x3f800000, 0
139 ueq.s b0, f0, f0
140 test_cond movt.s, f0, f1, b0, 0, 0x3f800000, 0x3f800000
141 olt.s b0, f0, f0
142 test_cond movt.s, f0, f1, b0, 0, 0x3f800000, 0
/openbmc/u-boot/fs/zfs/
H A Dzfs_fletcher.c40 uint64_t a0, b0, a1, b1; in fletcher_2_endian() local
42 for (a0 = b0 = a1 = b1 = 0; ip < ipend; ip += 2) { in fletcher_2_endian()
45 b0 += a0; in fletcher_2_endian()
51 zcp->zc_word[2] = cpu_to_zfs64(b0, endian); in fletcher_2_endian()
/openbmc/qemu/tests/qemu-iotests/tests/
H A Dqemu-img-bitmaps62 $QEMU_IMG bitmap --add -f $IMGFMT "$TEST_IMG.base" b0
97 $QEMU_IMG bitmap --add --disable -f $IMGFMT "$TEST_IMG" b0
98 $QEMU_IMG bitmap --add --merge b0 -b "$TEST_IMG.base" -F $IMGFMT \
100 $QEMU_IMG bitmap --merge tmp -f $IMGFMT "$TEST_IMG" b0
122 -B b0 -B b1 -B b2 -B b3 "$TEST_IMG"
158 $QEMU_IMG bitmap --remove "$TEST_IMG" b0
H A Dqemu-img-bitmaps.out57 name: b0
82 name: b0
95 name: b0
138 name: b0
147 qemu-img: Cannot copy inconsistent bitmap 'b0'
151 qemu-img: warning: Skipping inconsistent bitmap 'b0'
/openbmc/u-boot/include/linux/
H A Dmath64.h194 } rl, rm, rn, rh, a0, b0; in mul_u64_u64_shr() local
198 b0.ll = b; in mul_u64_u64_shr()
200 rl.ll = mul_u32_u32(a0.l.low, b0.l.low); in mul_u64_u64_shr()
201 rm.ll = mul_u32_u32(a0.l.low, b0.l.high); in mul_u64_u64_shr()
202 rn.ll = mul_u32_u32(a0.l.high, b0.l.low); in mul_u64_u64_shr()
203 rh.ll = mul_u32_u32(a0.l.high, b0.l.high); in mul_u64_u64_shr()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/gphoto2/libgphoto2/
H A D40-libgphoto2.rules1088 ATTRS{idVendor}=="04b0", ATTRS{idProduct}=="0302", MODE="l36"
1089 ATTRS{idVendor}=="04b0", ATTRS{idProduct}=="0117", MODE="l36"
1090 ATTRS{idVendor}=="04b0", ATTRS{idProduct}=="0122", MODE="l36"
1091 ATTRS{idVendor}=="04b0", ATTRS{idProduct}=="0123", MODE="l36"
1092 ATTRS{idVendor}=="04b0", ATTRS{idProduct}=="0109", MODE="l36"
1093 ATTRS{idVendor}=="04b0", ATTRS{idProduct}=="0115", MODE="l36"
1094 ATTRS{idVendor}=="04b0", ATTRS{idProduct}=="0121", MODE="l36"
1095 ATTRS{idVendor}=="04b0", ATTRS{idProduct}=="0111", MODE="l36"
1096 ATTRS{idVendor}=="04b0", ATTRS{idProduct}=="011d", MODE="l36"
1097 ATTRS{idVendor}=="04b0", ATTRS{idProduct}=="012d", MODE="l36"
[all …]
/openbmc/qemu/target/s390x/tcg/
H A Dvec_string_helper.c83 uint64_t a0, a1, b0, b1, e0, e1, t0, t1, z0, z1; in vfae() local
90 b0 = s390_vec_read_element64(v3, 0); in vfae()
96 t0 = rol64(b0, i); in vfae()
167 uint64_t a0, a1, b0, b1, e0, e1, z0, z1; in vfee() local
173 b0 = s390_vec_read_element64(v3, 0); in vfee()
175 e0 = zero_search(a0 ^ b0, mask); in vfee()
224 uint64_t a0, a1, b0, b1, e0, e1, z0, z1; in vfene() local
231 b0 = s390_vec_read_element64(v3, 0); in vfene()
233 e0 = nonzero_search(a0 ^ b0, mask); in vfene()
/openbmc/qemu/util/
H A Dhost-utils.c44 LL rl, rm, rn, rh, a0, b0; in mul64() local
48 b0.ll = b; in mul64()
50 rl.ll = (uint64_t)a0.l.low * b0.l.low; in mul64()
51 rm.ll = (uint64_t)a0.l.low * b0.l.high; in mul64()
52 rn.ll = (uint64_t)a0.l.high * b0.l.low; in mul64()
53 rh.ll = (uint64_t)a0.l.high * b0.l.high; in mul64()
/openbmc/u-boot/doc/SPI/
H A DREADME.ti_qspi_am43x_test38 820000b0: dededede dededede dededede dededede ................
55 820100b0: dededede dededede dededede dededede ................
72 820300b0: dededede dededede dededede dededede ................
H A DREADME.ftssp010_spi_test37 108000b0: e1a00000 e1a00000 e1a00000 e1a00000 ................
/openbmc/openbmc-tools/dbus-vis/
H A Dipmi_capture.js43 let b0 = sp[j].slice(2);
45 b0 = parseInt(b0, 16);
47 ret.push(b0);
/openbmc/qemu/pc-bios/s390-ccw/
H A Dscsi.h46 uint8_t b0; /* b0 & 7f = resp code (0x70 or 0x71) */ member
59 return ((const ScsiSense70 *)p)->b0 & SCSI_SENSE_CODE_MASK; in scsi_sense_response()
/openbmc/qemu/hw/tpm/
H A Dtpm_crb.c56 #define CRB_INTF_CAP_LOCALITY_0_ONLY 0b0
57 #define CRB_INTF_CAP_IDLE_FAST 0b0
59 #define CRB_INTF_CAP_FIFO_NOT_SUPPORTED 0b0
/openbmc/openbmc/poky/scripts/
H A Drpm2cpio.sh27 local i b b0 b1 b2 b3 b4 b5 b6 b7
/openbmc/qemu/target/mips/tcg/
H A Dtx79_translate.c419 TCGv_i64 a0, b0, t0; in trans_PPACW() local
427 b0 = tcg_temp_new_i64(); in trans_PPACW()
431 gen_load_gpr(b0, a->rt); in trans_PPACW()
434 tcg_gen_deposit_i64(cpu_gpr[a->rd], b0, t0, 32, 32); in trans_PPACW()
/openbmc/qemu/fpu/
H A Dsoftfloat.c1063 uint64_t q0, q1, a0, a1, b0, b1; in frac128_div() local
1068 b0 = b->frac_hi, b1 = b->frac_lo; in frac128_div()
1070 ret = lt128(a0, a1, b0, b1); in frac128_div()
1077 q0 = estimateDiv128To64(a0, a1, b0); in frac128_div()
1084 mul128By64To192(b0, b1, q0, &t0, &t1, &t2); in frac128_div()
1088 add192(r0, r1, r2, 0, b0, b1, &r0, &r1, &r2); in frac128_div()
1092 q1 = estimateDiv128To64(r1, r2, b0); in frac128_div()
1093 mul128By64To192(b0, b1, q1, &t1, &t2, &t3); in frac128_div()
1097 add192(r1, r2, r3, 0, b0, b1, &r1, &r2, &r3); in frac128_div()
1235 uint64_t a0, a1, b0, t0, t1, q, quot; in frac64_modrem() local
[all …]
/openbmc/qemu/python/tests/
H A Dminreqs.txt70 pytz==2011b0
/openbmc/qemu/io/
H A Dchannel-websock.c129 unsigned char b0; member
628 header.ws.b0 = QIO_CHANNEL_WEBSOCK_HEADER_FIELD_FIN | in qio_channel_websock_encode()
708 fin = header->b0 & QIO_CHANNEL_WEBSOCK_HEADER_FIELD_FIN; in qio_channel_websock_decode_header()
709 opcode = header->b0 & QIO_CHANNEL_WEBSOCK_HEADER_FIELD_OPCODE; in qio_channel_websock_decode_header()
/openbmc/openbmc-test-automation/oem/nuvoton/
H A Dtest_ipmi_flash.robot111 ${b0}= Convert To Hex ${output} length=2
125 Set Global Variable ${lpcshm_address} ${b3}${b2}${b1}${b0}
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/dlt-daemon/dlt-daemon/
H A D0002-Don-t-execute-processes-as-a-specific-user.patch46 index b665742..35009b0 100644
/openbmc/qemu/target/xtensa/core-de212/
H A Dgdb-config.c.inc135 …5:11:03:52:c5:b0:03:52:d5:04:03:60:65:40:03:62:64:00:03:52:24:01:03:62:24:02","03:52:64:01:03:62:6…
/openbmc/qemu/hw/ide/
H A Dtrace-events103 handle_reg_h2d_fis_pmp(void *s, int port, char b0, char b1, char b2) "ahci(%p)[%d]: Port Multiplier…
104 handle_reg_h2d_fis_res(void *s, int port, char b0, char b1, char b2) "ahci(%p)[%d]: Reserved flags …
110 handle_cmd_unhandled_fis(void *s, int port, uint8_t b0, uint8_t b1, uint8_t b2) "ahci(%p)[%d]: unha…
/openbmc/qemu/libdecnumber/
H A DdecNumber.c8275 uByte *b, *b0; /* .. */ local
8279 b0=(uByte *)alloc; /* as bytes */
8284 for (b=b0+4; b<b0+8; b++) *b=DECFENCE;
8285 for (b=b0+n+8; b<b0+n+12; b++) *b=DECFENCE;
8286 return b0+8; /* -> play area */
8303 uByte *b, *b0; /* work */ local
8306 b0=(uByte *)alloc; /* as bytes */
8307 b0-=8; /* -> true start of storage */
8308 j=(uInt *)b0; /* -> first four bytes */
8310 for (b=b0+4; b<b0+8; b++) if (*b!=DECFENCE)
[all …]

123