/qemu/fsdev/ |
H A D | 9p-iov-marshal.c | 73 int bswap, const char *fmt, va_list ap) in v9fs_iov_vunmarshal() argument 93 if (bswap) { in v9fs_iov_vunmarshal() 107 if (bswap) { in v9fs_iov_vunmarshal() 121 if (bswap) { in v9fs_iov_vunmarshal() 130 copied = v9fs_iov_unmarshal(out_sg, out_num, offset, bswap, in v9fs_iov_vunmarshal() 147 copied = v9fs_iov_unmarshal(out_sg, out_num, offset, bswap, in v9fs_iov_vunmarshal() 154 copied = v9fs_iov_unmarshal(out_sg, out_num, offset, bswap, in v9fs_iov_vunmarshal() 169 copied = v9fs_iov_unmarshal(out_sg, out_num, offset, bswap, in v9fs_iov_vunmarshal() 192 int bswap, const char *fmt, ...) in v9fs_iov_unmarshal() argument 198 ret = v9fs_iov_vunmarshal(out_sg, out_num, offset, bswap, fmt, ap); in v9fs_iov_unmarshal() [all …]
|
H A D | 9p-iov-marshal.h | 10 int bswap, const char *fmt, ...); 12 int bswap, const char *fmt, ...); 15 int bswap, const char *fmt, va_list ap); 17 int bswap, const char *fmt, va_list ap);
|
/qemu/tests/qtest/ |
H A D | endianness-test.c | 24 bool bswap; member 30 { "mips", "malta", 0x10000000, .bswap = true }, 32 { "mips64", "magnum", 0x90000000, .bswap = true }, 33 { "mips64", "pica61", 0x90000000, .bswap = true }, 34 { "mips64", "malta", 0x10000000, .bswap = true }, 36 { "ppc", "g3beige", 0xfe000000, .bswap = true, .superio = "i82378" }, 37 { "ppc", "40p", 0x80000000, .bswap = true }, 38 { "ppc", "bamboo", 0xe8000000, .bswap = true, .superio = "i82378" }, 39 { "ppc64", "mac99", 0xf2000000, .bswap = true, .superio = "i82378" }, 40 { "ppc64", "pseries", (1ULL << 45), .bswap = true, .superio = "i82378" }, [all …]
|
/qemu/hw/dma/ |
H A D | xlnx_csu_dma.c | 153 uint32_t bswap; in xlnx_csu_dma_data_process() local 156 bswap = s->regs[R_CTRL] & R_CTRL_ENDIANNESS_MASK; in xlnx_csu_dma_data_process() 157 if (s->is_dst && !bswap) { in xlnx_csu_dma_data_process() 174 if (bswap) { in xlnx_csu_dma_data_process()
|
/qemu/scripts/ |
H A D | analyze-inclusions | 58 echo $(grep_include -F 'qemu/bswap.h') files include qemu/bswap.h
|
/qemu/pc-bios/optionrom/ |
H A D | optionrom.h | 73 bswap %eax
|
/qemu/hw/pci-host/ |
H A D | gt64120.c | 994 static bool bswap(const GT64120State *s) in bswap() function 1009 if (bswap(s)) { in gt64120_pci_data_read() 1020 if (bswap(s)) { in gt64120_pci_data_write()
|
/qemu/ui/ |
H A D | vnc-enc-tight.c | 238 pix = bswap##bpp(pix); \ 247 pix = bswap##bpp(pix); \ 638 pix = bswap##bpp(pix); \ 658 diff = bswap##bpp(diff); \
|
/qemu/target/s390x/tcg/ |
H A D | translate_vx.c.inc | 526 * For 16 and 32-bit elements, the doubleword bswap also reversed 529 * bswap by swapping the doublewords. 1117 * For 16 and 32-bit elements, the doubleword bswap below will 1120 * finish the bswap by swapping the doublewords.
|
/qemu/docs/devel/ |
H A D | tcg-ops.rst | 437 for consistency with the other bswap opcodes. For future
|
/qemu/tests/tcg/i386/ |
H A D | x86.csv | 332 "BSWAP r32op","BSWAPL r32op","bswap r32op","0F C8+rd","V","V","486","operand32","rw","Y","32" 333 "BSWAP r64op","BSWAPQ r64op","bswap r64op","REX.W 0F C8+ro","N.S.","V","486","","rw","Y","64" 334 "BSWAP r16op","BSWAPW r16op","bswap r16op","0F C8+rw","V","V","486","operand16","rw","Y","16"
|