Searched refs:t_ctrl (Results 1 – 2 of 2) sorted by relevance
1538 TCGv_i32 t_id, t_ctrl; in do_get() local1551 t_ctrl = tcg_constant_i32(ctrl); in do_get()1552 gen_helper_get(reg_for_write(dc, rd), t_id, t_ctrl); in do_get()1568 TCGv_i32 t_id, t_ctrl; in do_put() local1581 t_ctrl = tcg_constant_i32(ctrl); in do_put()1582 gen_helper_put(t_id, t_ctrl, reg_for_read(dc, ra)); in do_put()
84 unsigned int t_ctrl; /* 0x80 */ member