Home
last modified time | relevance | path

Searched defs:crc32c (Results 1 – 3 of 3) sorted by last modified time

/qemu/target/arm/tcg/
H A Dtranslate-a64.c5545 unsigned int sf, unsigned int sz, bool crc32c, in handle_crc32()
5688 bool crc32c = extract32(opcode, 2, 1); in disas_data_proc_2src() local
/qemu/target/arm/
H A Dhelper.c12405 uint32_t HELPER(crc32c)(uint32_t acc, uint32_t val, uint32_t bytes) in HELPER() argument
/qemu/util/
H A Dcrc32c.c108 uint32_t crc32c(uint32_t crc, const uint8_t *data, unsigned int length) in crc32c() function