Home
last modified time | relevance | path

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

/openbmc/qemu/target/arm/tcg/
H A Dtranslate.c6893 TCGv_i32 rn_shifted, masklen; in trans_VCTP() local
6908 rn_shifted = tcg_temp_new_i32(); in trans_VCTP()
6910 tcg_gen_shli_i32(rn_shifted, masklen, a->size); in trans_VCTP()
6913 rn_shifted, tcg_constant_i32(16)); in trans_VCTP()