Home
last modified time | relevance | path

Searched refs:dword (Results 1 – 25 of 29) sorted by relevance

12

/qemu/replay/
H A Dreplay-internal.c69 void replay_put_dword(uint32_t dword) in replay_put_dword() argument
71 replay_put_word(dword >> 16); in replay_put_dword()
72 replay_put_word(dword); in replay_put_dword()
117 uint32_t dword = 0; in replay_get_dword() local
119 dword = replay_get_word(); in replay_get_dword()
120 dword = (dword << 16) + replay_get_word(); in replay_get_dword()
123 return dword; in replay_get_dword()
H A Dreplay-internal.h112 void replay_put_dword(uint32_t dword);
/qemu/tests/tcg/cris/bare/
H A Dcheck_bas.s33 .dword 0x12124243
50 .dword 0xefb37832
77 .dword 0x7634aeba
88 .dword 0xfb349abc
100 .dword 0xeab5baad
H A Dcheck_addiv32.s7 .dword 0x55aa77ff
8 .dword 0xccff2244
9 .dword 0x88ccee19
H A Dcheck_movpmv32.s10 .dword 0x11223344
11 .dword 0x77665544
H A Dcheck_moverm.s9 .dword 0x12345678
14 .dword 0x76543210
H A Dcheck_addcv17.s14 .dword 0x0
16 .dword 0x12345678
H A Dcheck_movemr.s9 .dword 0x12345678
14 .dword 0x76543210
H A Dcheck_movemrv32.s7 .dword 8,9,10,11
9 .dword -12,13,-14,15,16
H A Dcheck_movscr.s4 ; Move constant byte, word, dword to register. Check that sign-extension
H A Dcheck_movucr.s4 ; Move constant byte, word, dword to register. Check that zero-extension
H A Dcheck_movecr.s4 ; Move constant byte, word, dword to register. Check that no extension is
H A Dcheck_clrjmp1.s36 .dword 1b
H A Dcheck_movei.s50 .dword 42424242
H A Dcheck_orm.s7 .dword 2,1,0xff0f,-1,0x5432f789
H A Dcheck_andm.s7 .dword 2,-1,0xffff,-1,0x5432f789
H A Dcheck_subm.s7 .dword -2,1,-0xffff,1,-0x5432f789
H A Dcheck_addm.s7 .dword 2,-1,0xffff,-1,0x5432f789
H A Dcheck_cmpm.s7 .dword -2,1,-0xffff,1,-0x5432f789
H A Dcheck_movmp.s14 .dword 0x55778866
/qemu/tests/tcg/riscv64/
H A Dtest-noc.S30 .dword pass
/qemu/hw/vfio/
H A Dhelpers.c159 uint32_t dword; in vfio_region_write() member
171 buf.dword = cpu_to_le32(data); in vfio_region_write()
209 uint32_t dword; in vfio_region_read() member
228 data = le32_to_cpu(buf.dword); in vfio_region_read()
/qemu/contrib/elf2dmp/
H A Dpdb.h214 uint32_t dword[8]; member
H A Dpdb.c72 uint32_t sect_rva = segment->dword[1]; in pdb_find_public_v3_symbol()
/qemu/docs/
H A Digd-assign.txt107 to it. The dword based address of this reserved memory region must also
119 reserved region must be written to the dword BDSM register in PCI config

12