Home
last modified time | relevance | path

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

/openbmc/qemu/target/arm/tcg/
H A Dtranslate-a64.c8473 TCGv_i64 tcg_acc, tcg_val; in handle_crc32() local
8504 tcg_acc = cpu_reg(s, rn); 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()