Home
last modified time | relevance | path

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

/openbmc/qemu/target/tricore/
H A Dtranslate.c2788 static void gen_calc_usb_mul_h(TCGv arg_low, TCGv arg_high) in gen_calc_usb_mul_h() argument
2792 tcg_gen_add_tl(temp, arg_low, arg_low); in gen_calc_usb_mul_h()
2793 tcg_gen_xor_tl(temp, temp, arg_low); in gen_calc_usb_mul_h()