Home
last modified time | relevance | path

Searched refs:ex (Results 1 – 23 of 23) sorted by relevance

/qemu/pc-bios/
H A Dcanyonlands.dts53 compatible = "ibm,uic-460ex","ibm,uic";
63 compatible = "ibm,uic-460ex","ibm,uic";
75 compatible = "ibm,uic-460ex","ibm,uic";
87 compatible = "ibm,uic-460ex","ibm,uic";
99 compatible = "ibm,sdr-460ex";
104 compatible = "ibm,cpr-460ex";
128 compatible = "ibm,plb-460ex", "ibm,plb4";
202 compatible = "amcc,sata-460ex";
211 compatible = "ibm,opb-460ex", "ibm,opb";
218 compatible = "ibm,ebc-460ex", "ibm,ebc";
[all …]
/qemu/tests/tcg/xtensa/
H A Dtest_fp0_div.S8 .macro divs_seq q, a, b, r, y, y0, an, bn, e, ex
14 mov.s \ex, \b
22 mkdadj.s \ex, \a
31 addexpm.s \q, \ex
32 addexp.s \y, \ex
/qemu/tests/qemu-iotests/
H A Dqcow2.py89 for ex in h.extensions:
90 if ex.magic == magic:
92 h.extensions.remove(ex)
H A Dqcow2_format.py437 for ex in extensions:
438 buf = struct.pack('>II', ex.magic, ex.length)
440 fd.write(ex.data)
465 for ex in self.extensions:
467 ex.dump()
/qemu/tests/lcitool/
H A Drefresh39 except Exception as ex:
212 except Exception as ex:
213 print(str(ex), file=sys.stderr)
/qemu/tests/tcg/s390x/
H A DMakefile.target36 TESTS+=ex-relative-long
37 TESTS+=ex-branch
H A Dex-odd.S10 ex 0,0(%r1)
H A Dpgm-specification.mak9 ex-odd \
H A Dex-relative-long.c119 REGISTER_EX_EXRL_TEST(ex, insn, exp_reg, exp_mem, exp_cc)
/qemu/target/arm/
H A Dsyndrome.h318 static inline uint32_t syn_swstep(int same_el, int isv, int ex) in syn_swstep() argument
321 | ARM_EL_IL | (isv << 24) | (ex << 6) | 0x22; in syn_swstep()
/qemu/pc-bios/s390-ccw/
H A Dstart.S39 ex %r3,0(%r2)
/qemu/hw/audio/
H A Dintel-hda.c348 uint32_t wp, ex; in intel_hda_response() local
365 ex = (solicited ? 0 : (1 << 4)) | dev->cad; in intel_hda_response()
369 res |= stl_le_pci_dma(&d->pci, addr + 8 * wp + 4, ex, attrs); in intel_hda_response()
377 __func__, wp, response, ex); in intel_hda_response()
/qemu/target/arm/tcg/
H A Dtranslate.h390 static inline void gen_swstep_exception(DisasContext *s, int isv, int ex) in gen_swstep_exception() argument
393 uint32_t syn = syn_swstep(false, isv, ex); in gen_swstep_exception()
/qemu/python/
H A Dsetup.cfg152 ex,
/qemu/linux-headers/linux/
H A Dkvm.h231 } ex; member
/qemu/target/s390x/
H A Dhelper.h25 DEF_HELPER_4(ex, void, env, i32, i64, i64)
/qemu/target/ppc/
H A Dfpu_helper.c3297 uint8_t ex = Rc(opcode); in helper_xsrqpi() local
3337 if (ex == 0 && (tstat.float_exception_flags & float_flag_inexact)) { in helper_xsrqpi()
/qemu/disas/
H A Dm68k.c5032 long double ex = *(long double *)exten; in ieee_test() local
5033 if (ex != n) in ieee_test()
/qemu/docs/devel/
H A Dstyle.rst813 it is obvious that numbers are in hex, ex.:
H A Dqapi-code-gen.rst1006 # laboris nisi ut aliquip ex ea commodo consequat.
/qemu/target/s390x/tcg/
H A Dinsn-data.h.inc381 C(0x4400, EX, RX_a, Z, 0, a2, 0, 0, ex, 0)
383 C(0xc600, EXRL, RIL_b, EE, 0, ri2, 0, 0, ex, 0)
H A Dmem_helper.c2397 void HELPER(ex)(CPUS390XState *env, uint32_t ilen, uint64_t r1, uint64_t addr) in HELPER() argument
/qemu/target/i386/kvm/
H A Dkvm.c5368 run->ex.exception, run->ex.error_code); in kvm_arch_handle_exit()