Searched refs:t_rd (Results 1 – 1 of 1) sorted by relevance
5664 TCGv_i32 t_in, t_rd; in trans_BFCI() local5684 t_rd = load_reg(s, a->rd); in trans_BFCI()5685 tcg_gen_deposit_i32(t_rd, t_rd, t_in, lsb, width); in trans_BFCI()5686 store_reg(s, a->rd, t_rd); in trans_BFCI()