Home
last modified time | relevance | path

Searched refs:stringify (Results 1 – 25 of 66) sorted by relevance

123

/qemu/tests/tcg/i386/
H A Dtest-i386-muldiv.h11 stringify(OP)"b %b2\n\t" in glue()
17 stringify(OP) "b", s0, s1, res, flags & CC_MASK); in glue()
29 stringify(OP) "w %w3\n\t" in glue()
35 stringify(OP) "w", op0h, op0, s1, resh, res, flags & CC_MASK); in glue()
47 stringify(OP) "l %k3\n\t" in glue()
53 stringify(OP) "l", op0h, op0, s1, resh, res, flags & CC_MASK); in glue()
66 stringify(OP) "q %3\n\t" in glue()
72 stringify(OP) "q", op0h, op0, s1, resh, res, flags & CC_MASK); in glue()
H A Dtest-i386-shift.h14 stringify(OP) size " %" rsize "2, %" rsize "0\n\t" \
23 stringify(OP) size " %%cl, %" rsize "0\n\t" \
41 stringify(OP) "q", s0, s1, res, iflags, flags & CC_MASK); in exec_opq()
55 stringify(OP) "l", s0, s1, res, iflags, flags & CC_MASK); in exec_opl()
68 stringify(OP) "w", s0, s1, res, iflags, flags & CC_MASK); in exec_opw()
75 stringify(OP) size " %%cl, %" rsize "5, %" rsize "0\n\t" \
92 stringify(OP) "q", s0, s2, s1, res, iflags, flags & CC_MASK); in exec_opq()
106 stringify(OP) "l", s0, s2, s1, res, iflags, flags & CC_MASK); in exec_opl()
119 stringify(OP) "w", s0, s2, s1, res, iflags, flags & CC_MASK); in exec_opw()
135 stringify(OP) "b", s0, s1, res, iflags, flags & CC_MASK); in exec_opb()
H A Dtest-i386.h11 stringify(OP) size " %" rsize "2, %" rsize "0\n\t" \
17 stringify(OP) size, s0, s1, res, iflags, flags & CC_MASK);
22 stringify(OP) size " %" rsize "0\n\t" \
28 stringify(OP) size, s0, res, iflags, flags & CC_MASK);
/qemu/include/migration/
H A Dvmstate.h319 .name = (stringify(_field)), \
330 .name = (stringify(_field)), \
349 .name = (stringify(_field)), \
358 .name = (stringify(_field)), \
367 .name = (stringify(_field)), \
377 .name = (stringify(_field)), \
387 .name = (stringify(_field)), \
397 .name = (stringify(_field)), \
407 .name = (stringify(_field)), \
416 .name = (stringify(_field)), \
[all …]
/qemu/rust/qemu-api/src/
H A Dassertions.rs125 stringify!($a),
127 stringify!($b)
H A Dvmstate.rs205 name: ::core::concat!(::core::stringify!($field_name), "\0")
483 name: ::core::concat!(::core::stringify!($field_name), "\0")
512 name: ::core::concat!(::core::stringify!($field_name), "\0")
/qemu/include/hw/input/
H A Dhid.h65 .name = (stringify(_field)), \
75 .name = (stringify(_field)), \
/qemu/include/qemu/
H A Dmain-loop.h412 qemu_bh_new_full((cb), (opaque), (stringify(cb)), guard)
414 qemu_bh_new_full((cb), (opaque), (stringify(cb)), NULL)
H A Dfifo8.h219 .name = (stringify(_field)), \
H A Dmodule.h19 #define DSO_STAMP_FUN_STR stringify(DSO_STAMP_FUN)
/qemu/include/block/
H A Daio.h302 aio_bh_schedule_oneshot_full((ctx), (cb), (opaque), (stringify(cb)))
325 aio_bh_new_full((ctx), (cb), (opaque), (stringify(cb)), NULL)
335 aio_bh_new_full((ctx), (cb), (opaque), (stringify(cb)), guard)
/qemu/target/loongarch/
H A Dcsr.c12 .name = (stringify(NAME)), \
19 .name = (stringify(NAME##N)), \
/qemu/hw/audio/
H A Dintel-hda.c809 .name = _t stringify(_i) " CTL", \
817 .name = _t stringify(_i) " CTL(stnr)", \
826 .name = _t stringify(_i) " CTL(sts)", \
837 .name = _t stringify(_i) " LPIB", \
843 .name = _t stringify(_i) " CBL", \
850 .name = _t stringify(_i) " LVI", \
857 .name = _t stringify(_i) " FIFOS", \
863 .name = _t stringify(_i) " FMT", \
870 .name = _t stringify(_i) " BDLPL", \
877 .name = _t stringify(_i) " BDLPU", \
/qemu/tests/qtest/
H A Dvirtio-rng-test.c31 "{'addr': %s}", stringify(PCI_SLOT_HP)); in rng_hotplug()
/qemu/target/ppc/
H A Dcpu-qom.h49 .name = (stringify(_field)), \
/qemu/include/hw/i2c/
H A Dsmbus_slave.h82 .name = (stringify(_field)), \
H A Di2c.h219 .name = (stringify(_field)), \
/qemu/hw/usb/
H A Du2f.h79 .name = (stringify(_field)), \
/qemu/include/hw/pci/
H A Dpci_device.h357 .name = (stringify(_field)), \
365 .name = (stringify(_field)), \
H A Dmsix.h55 .name = (stringify(_field)), \
/qemu/include/hw/ssi/
H A Dssi.h75 .name = (stringify(_field)), \
/qemu/include/hw/
H A Dqdev-clock.h128 .name = (stringify(field)), \
H A Dboards.h652 "machines more than " stringify(MACHINE_VER_DEPRECATION_MAJOR) \
654 stringify(MACHINE_VER_DELETION_MAJOR) " years"
/qemu/rust/bits/src/
H A Dlib.rs245 write!(f, "{}({})", stringify!($struct_name), self)
256 Display::fmt(stringify!($const), f)?;
/qemu/scripts/
H A Dcocci-macro-file.h37 #define stringify(s) tostring(s) macro

123