Home
last modified time | relevance | path

Searched refs:vb (Results 1 – 11 of 11) sorted by relevance

/openbmc/qemu/target/alpha/
H A Dtranslate.c679 static void gen_cvtlq(TCGv vc, TCGv vb) in gen_cvtlq() argument
685 tcg_gen_shri_i64(tmp, vb, 29); in gen_cvtlq()
686 tcg_gen_sari_i64(vc, vb, 32); in gen_cvtlq()
694 TCGv vb; in gen_ieee_arith2() local
699 vb = gen_ieee_input(ctx, rb, fn11, 0); in gen_ieee_arith2()
700 helper(dest_fpr(ctx, rc), tcg_env, vb); in gen_ieee_arith2()
718 TCGv vb, vc; in IEEE_ARITH2() local
721 vb = gen_ieee_input(ctx, rb, fn11, 0); in IEEE_ARITH2()
727 gen_helper_cvttq_c(vc, tcg_env, vb); in IEEE_ARITH2()
730 gen_helper_cvttq(vc, tcg_env, vb); in IEEE_ARITH2()
[all …]
/openbmc/qemu/target/ppc/
H A Ddfp_helper.c64 ppc_vsr_t vt, va, vb; member
163 get_dfp64(&dfp->vb, b); in dfp_prepare_decimal64()
164 decimal64ToNumber((decimal64 *)&dfp->vb.VsrD(1), &dfp->b); in dfp_prepare_decimal64()
166 dfp->vb.VsrD(1) = 0; in dfp_prepare_decimal64()
187 get_dfp128(&dfp->vb, b); in dfp_prepare_decimal128()
188 decimal128ToNumber((decimal128 *)&dfp->vb, &dfp->b); in dfp_prepare_decimal128()
190 dfp->vb.VsrD(0) = dfp->vb.VsrD(1) = 0; in dfp_prepare_decimal128()
894 ppc_vsr_t vb; in helper_DCTDP() local
897 get_dfp64(&vb, b); in helper_DCTDP()
898 b_short = (uint32_t)vb.VsrD(1); in helper_DCTDP()
[all …]
H A Dfpu_helper.c3394 float64 psum, va, vb, vc, vd; in vsxger16() local
3405 vb = !(pmsk & 2) ? float64_zero : in vsxger16()
3411 psum = float64_mul(va, vb, excp_ptr); in vsxger16()
/openbmc/qemu/hw/display/
H A Dvirtio-gpu-rutabaga.c246 VirtIOGPUBase *vb = VIRTIO_GPU_BASE(g); in rutabaga_cmd_resource_flush() local
259 for (i = 0; i < vb->conf.max_outputs; i++) { in rutabaga_cmd_resource_flush()
260 scanout = &vb->scanout[i]; in rutabaga_cmd_resource_flush()
295 VirtIOGPUBase *vb = VIRTIO_GPU_BASE(g); in rutabaga_cmd_set_scanout() local
306 scanout = &vb->scanout[ss.scanout_id]; in rutabaga_cmd_set_scanout()
330 vb->enable = 1; in rutabaga_cmd_set_scanout()
656 VirtIOGPUBase *vb = VIRTIO_GPU_BASE(g); in rutabaga_cmd_resource_map_blob() local
697 memory_region_add_subregion(&vb->hostmem, mblob.offset, mr); in rutabaga_cmd_resource_map_blob()
723 VirtIOGPUBase *vb = VIRTIO_GPU_BASE(g); in rutabaga_cmd_resource_unmap_blob() local
739 memory_region_del_subregion(&vb->hostmem, mr); in rutabaga_cmd_resource_unmap_blob()
/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/files/
H A DAPI.pm2461 my($va, $vb) = @_;
2466 if ($vb !~ /^pre/ and $va =~ s/^pre(\d+.*)$/$1/) {
2467 if ($va eq $vb) { return -1; }
2468 } elsif ($va !~ /^pre/ and $vb =~ s/^pre(\d+.*)$/$1/) {
2469 if ($va eq $vb) { return 1; }
2473 @vb_dots = split(/\./, $vb);
2479 if ($b eq '' && $vb ne '') { $b = "0"; }
/openbmc/phosphor-host-ipmid/test/message/
H A Dpayload.cpp152 const auto& [vb, ve] = p.pop<uint8_t>(4); in TEST()
153 std::vector<uint8_t> v(vb, ve); in TEST()
/openbmc/u-boot/drivers/net/fsl-mc/dpio/
H A Dqbman_portal.c24 #define QBMAN_CENA_SWP_RR(vb) (0x700 + ((uint32_t)(vb) >> 1)) argument
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dutils.py109 vb = explode_version(b)
115 if vb == []:
118 (ob, cb) = vb.pop(0)
136 (eb, vb, rb) = tb
140 r = vercmp_part(va, vb)
/openbmc/u-boot/arch/arm/dts/
H A Dsun8i-a83t-tbs-a711.dts377 regulator-name = "vcc-vb";
/openbmc/rest-dbus/resources/
H A Djquery.min.js5vb=m.now(),wb=/\?/,xb=/(,)|(\[|{)|(}|])|"(?:[^"\\\r\n]|\\["\\\/bfnrt]|\\u[\da-fA-F]{4})*"\s*:?|tru…
/openbmc/qemu/tcg/ppc/
H A Dtcg-target.c.inc1517 TCGReg va, TCGReg vb, int shb)
1519 tcg_out32(s, VSLDOI | VRT(ret) | VRA(va) | VRB(vb) | (shb << 6));