Home
last modified time | relevance | path

Searched refs:tcg_bytes (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/target/arm/tcg/
H A Dtranslate-a64.c8474 TCGv_i32 tcg_bytes; in handle_crc32() local
8505 tcg_bytes = tcg_constant_i32(1 << sz); in handle_crc32()
8508 gen_helper_crc32c_64(cpu_reg(s, rd), tcg_acc, tcg_val, tcg_bytes); in handle_crc32()
8510 gen_helper_crc32_64(cpu_reg(s, rd), tcg_acc, tcg_val, tcg_bytes); in handle_crc32()