Home
last modified time | relevance | path

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

/openbmc/qemu/target/arm/tcg/
H A Dtranslate-a64.c1393 static void ext_and_shift_reg(TCGv_i64 tcg_out, TCGv_i64 tcg_in, in ext_and_shift_reg() argument
1399 tcg_gen_ext_i64(tcg_out, tcg_in, extsize | (is_signed ? MO_SIGN : 0)); in ext_and_shift_reg()
1400 tcg_gen_shli_i64(tcg_out, tcg_out, shift); in ext_and_shift_reg()