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.c8475 TCGv_i32 tcg_bytes; in handle_crc32()
8506 tcg_bytes = tcg_constant_i32(1 << sz); in handle_crc32()
8509 gen_helper_crc32c_64(cpu_reg(s, rd), tcg_acc, tcg_val, tcg_bytes); in handle_crc32()
8511 gen_helper_crc32_64(cpu_reg(s, rd), tcg_acc, tcg_val, tcg_bytes); in handle_crc32()
8474 TCGv_i32 tcg_bytes; handle_crc32() local