Lines Matching refs:get_result_gpr
72 TCGv get_result_gpr(DisasContext *ctx, int rnum) in get_result_gpr() function
92 tcg_gen_concat_i32_i64(result, get_result_gpr(ctx, rnum), in get_result_gpr_pair()
93 get_result_gpr(ctx, rnum + 1)); in get_result_gpr_pair()
102 tcg_gen_mov_tl(get_result_gpr(ctx, rnum), val); in gen_log_reg_write()
267 TCGv result = get_result_gpr(ctx, reg_num + 1); in gen_write_ctrl_reg_pair()
515 TCGv usr = get_result_gpr(ctx, HEX_REG_USR); in gen_set_usr_field()
524 TCGv usr = get_result_gpr(ctx, HEX_REG_USR); in gen_set_usr_fieldi()
705 TCGv lr = get_result_gpr(ctx, HEX_REG_LR); in gen_call()
712 TCGv lr = get_result_gpr(ctx, HEX_REG_LR); in gen_callr()
720 TCGv lr = get_result_gpr(ctx, HEX_REG_LR); in gen_cond_call()
814 TCGv r29 = get_result_gpr(ctx, HEX_REG_SP); in gen_return()
890 TCGv lc0 = get_result_gpr(ctx, HEX_REG_LC0); in gen_endloop0()
909 TCGv lc1 = get_result_gpr(ctx, HEX_REG_LC1); in gen_endloop1()
960 TCGv lc0 = get_result_gpr(ctx, HEX_REG_LC0); in gen_endloop01()
968 TCGv lc1 = get_result_gpr(ctx, HEX_REG_LC1); in gen_endloop01()
995 TCGv usr = get_result_gpr(ctx, HEX_REG_USR); in gen_shl_sat()
1332 TCGv usr = get_result_gpr(ctx, HEX_REG_USR); in gen_set_usr_field_if()