Home
last modified time | relevance | path

Searched refs:ll (Results 1 – 25 of 63) sorted by relevance

123

/qemu/target/sparc/
H A Dvis_helper.c69 uint64_t ll; member
87 d.ll = 0; in helper_fpmerge()
98 return d.ll; in helper_fpmerge()
112 d.ll = src2; in helper_fmul8x16()
119 return d.ll; in helper_fmul8x16()
128 d.ll = 0; in helper_fmul8x16a()
135 return d.ll; in helper_fmul8x16a()
142 s.ll = src1; in helper_fmul8sux16()
143 d.ll = src2; in helper_fmul8sux16()
150 return d.ll; in helper_fmul8sux16()
[all …]
H A Dgdbstub.c83 return gdb_get_reg64(mem_buf, env->fpr[(n - 32) / 2].ll); in sparc_cpu_gdb_read_register()
177 env->fpr[(n - 32) / 2].ll = tmp; in sparc_cpu_gdb_write_register()
/qemu/util/
H A Dhost-utils.c35 uint64_t ll; in mul64() member
47 a0.ll = a; in mul64()
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()
62 *plow = rl.ll; in mul64()
63 *phigh = rh.ll; in mul64()
/qemu/include/qemu/
H A Dcpu-float.h26 uint64_t ll; member
49 } ll; member
60 } ll; member
H A Dhost-utils.h95 uint64_t ll; in muldiv64_rounding() member
106 u.ll = a; in muldiv64_rounding()
115 return res.ll; in muldiv64_rounding()
/qemu/po/
H A Dhu.po22 msgstr " [Megállítva]"
25 msgstr "_Megállítás"
31 msgstr "_Leállítás"
/qemu/target/alpha/
H A Dgdbstub.c36 val = d.ll; in alpha_cpu_gdb_read_register()
70 d.ll = tmp; in alpha_cpu_gdb_write_register()
H A Dvax_helper.c167 sig = a.ll & 0x8000000000000000ull; in float64_to_g()
168 exp = (a.ll >> 52) & 0x7ff; in float64_to_g()
169 mant = a.ll & 0x000fffffffffffffull; in float64_to_g()
209 r.ll = 0; in g_to_float64()
211 r.ll = ((exp - 2) << 52) | mant_sig; in g_to_float64()
/qemu/target/ppc/
H A Dfpu_helper.c896 fa.ll = a; in helper_FSEL()
1382 return u.ll; in helper_efdcfsi()
1391 return u.ll; in helper_efdcfsid()
1416 u.ll = val; in helper_efdctsi()
1429 u.ll = val; in helper_efdctui()
1442 u.ll = val; in helper_efdctsiz()
1455 u.ll = val; in helper_efdctsidz()
1468 u.ll = val; in helper_efdctuiz()
1481 u.ll = val; in helper_efdctuidz()
1519 u.ll = val; in helper_efdctsf()
[all …]
/qemu/hw/scsi/
H A Dmptconfig.c40 uint64_t ll; member
61 val.ll = va_arg(ap, int); in vfill()
64 val.ll = va_arg(ap, int64_t); in vfill()
73 stb_p(data + ofs, val.ll); in vfill()
79 stw_le_p(data + ofs, val.ll); in vfill()
85 stl_le_p(data + ofs, val.ll); in vfill()
91 stq_le_p(data + ofs, val.ll); in vfill()
/qemu/linux-user/sparc/
H A Dsignal.c200 __put_user(env->fpr[i].ll, &fpu->si_double_regs[i]); in save_fpu()
207 __put_user(env->fpr[i].ll, &fpu->si_double_regs[i]); in save_fpu()
226 __get_user(env->fpr[i].ll, &fpu->si_double_regs[i]); in restore_fpu()
231 __get_user(env->fpr[i].ll, &fpu->si_double_regs[i]); in restore_fpu()
238 __get_user(env->fpr[i].ll, &fpu->si_double_regs[i]); in restore_fpu()
688 __get_user(env->fpr[i].ll, &(fpup->mcfpu_fregs.dregs[i])); in sparc64_set_context()
693 __get_user(env->fpr[i].ll, &(fpup->mcfpu_fregs.dregs[i])); in sparc64_set_context()
/qemu/target/riscv/insn_trans/
H A Dtrans_rvi.c.inc567 TCGv ll = tcg_temp_new();
578 tcg_gen_shl_tl(ll, src1l, ls);
585 tcg_gen_movcond_tl(TCG_COND_NE, desth, hs, zero, ll, h1);
609 TCGv ll = tcg_temp_new();
622 tcg_gen_shl_tl(ll, src1h, ls);
623 tcg_gen_movcond_tl(TCG_COND_NE, ll, shamt, zero, ll, zero);
624 tcg_gen_or_tl(h0, ll, lr);
641 TCGv ll = tcg_temp_new();
654 tcg_gen_shl_tl(ll, src1h, ls);
655 tcg_gen_movcond_tl(TCG_COND_NE, ll, shamt, zero, ll, zero);
[all …]
/qemu/tests/tcg/xtensa/
H A Dtest_mac16.S33 \mulop\().ll \s, \t
75 \mulop\().ll \s, \t
171 \mulop\().ll.\ldop \w, \x, \s, \t
/qemu/.gitlab-ci.d/cirrus/
H A DREADME.rst44 general you'll want to be able to trigger Cirrus CI builds from non-protected
48 repository as usual and you'll automatically get the additional CI coverage.
/qemu/linux-user/ppc/
H A Dvdso-64.ld37 * writable for the relocation; we'll force them read-only after.
H A Dvdso-32.ld39 * writable for the relocation; we'll force them read-only after.
/qemu/linux-user/i386/
H A Dvdso.ld45 * writable for the relocation; we'll force them read-only after.
/qemu/linux-user/arm/
H A Dvdso.ld36 * writable for the relocation; we'll force them read-only after.
/qemu/linux-user/x86_64/
H A Dvdso.ld42 * writable for the relocation; we'll force them read-only after.
/qemu/linux-user/s390x/
H A Dvdso.ld41 * writable for the relocation; we'll force them read-only after.
/qemu/linux-user/riscv/
H A Dvdso.ld43 * writable for the relocation; we'll force them read-only after.
/qemu/linux-user/loongarch64/
H A Dvdso.ld42 * writable for the relocation; we'll force them read-only after.
/qemu/linux-user/aarch64/
H A Dvdso.ld41 * writable for the relocation; we'll force them read-only after.
/qemu/tests/qemu-iotests/
H A Dpylintrc23 # If we really care to make it statically knowable, we'll use mypy.
/qemu/docs/
H A Dmultiseat.txt64 We'll create two vnc server instances, and bind the second one to the
90 Now we'll have to configure the guest. Boot and login. "lspci -vt"

123