Searched refs:t_ctrl (Results 1 – 1 of 1) sorted by relevance
1550 TCGv_i32 t_id, t_ctrl; in do_get() local1563 t_ctrl = tcg_constant_i32(ctrl); in do_get()1564 gen_helper_get(reg_for_write(dc, rd), t_id, t_ctrl); in do_get()1580 TCGv_i32 t_id, t_ctrl; in do_put() local1593 t_ctrl = tcg_constant_i32(ctrl); in do_put()1594 gen_helper_put(t_id, t_ctrl, reg_for_read(dc, ra)); in do_put()