Home
last modified time | relevance | path

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

/qemu/target/arm/tcg/
H A Dtranslate.c7249 TCGv_i32 t_in, t_rd; in trans_BFCI() local
7264 t_in = tcg_constant_i32(0); in trans_BFCI()
7267 t_in = load_reg(s, a->rn); in trans_BFCI()
7270 tcg_gen_deposit_i32(t_rd, t_rd, t_in, lsb, width); in trans_BFCI()