Home
last modified time | relevance | path

Searched refs:bytes (Results 476 – 482 of 482) sorted by relevance

1...<<11121314151617181920

/qemu/tcg/aarch64/
H A Dtcg-target.c.inc948 /* Test all bytes equal first. */
956 * Test all bytes 0x00 or 0xff second. This can match cases that
/qemu/ui/
H A Dcocoa.m1996 [text length], [text bytes], true);
/qemu/target/arm/
H A Dhelper.c12395 uint32_t HELPER(crc32)(uint32_t acc, uint32_t val, uint32_t bytes) in HELPER()
12402 return crc32(acc ^ 0xffffffff, buf, bytes) ^ 0xffffffff; in HELPER()
12405 uint32_t HELPER(crc32c)(uint32_t acc, uint32_t val, uint32_t bytes) in HELPER()
12412 return crc32c(acc, buf, bytes) ^ 0xffffffff; in HELPER()
/qemu/tcg/loongarch64/
H A Dtcg-target.c.inc1181 * If address is aligned to 16-bytes, the 128-bit load/store is atomic.
/qemu/tcg/s390x/
H A Dtcg-target.c.inc2824 /* Look for all bytes 0x00 or 0xff. */
/qemu/tcg/ppc/
H A Dtcg-target.c.inc3919 /* Splat w/bytes for xxspltib when 2.07 allows MO_64. */
/qemu/tests/tcg/i386/
H A Dx86.csv96 # For example, the Intel manual sometimes omits the modrm /r indicator or other trailing bytes,
109 # For example, the manual lists many instruction forms using REX bytes

1...<<11121314151617181920