Lines Matching refs:rs1
633 static TCGv get_address(DisasContext *ctx, int rs1, int imm) in get_address() argument
636 TCGv src1 = get_gpr(ctx, rs1, EXT_NONE); in get_address()
649 static TCGv get_address_indexed(DisasContext *ctx, int rs1, TCGv offs) in get_address_indexed() argument
652 TCGv src1 = get_gpr(ctx, rs1, EXT_NONE); in get_address_indexed()
854 TCGv src1 = get_gpr(ctx, a->rs1, EXT_NONE); in gen_logic_imm_fn()
859 TCGv src1h = get_gprh(ctx, a->rs1); in gen_logic_imm_fn()
875 TCGv src1 = get_gpr(ctx, a->rs1, EXT_NONE); in gen_logic()
881 TCGv src1h = get_gprh(ctx, a->rs1); in gen_logic()
899 TCGv src1 = get_gpr(ctx, a->rs1, ext); in gen_arith_imm_fn()
909 TCGv src1h = get_gprh(ctx, a->rs1); in gen_arith_imm_fn()
923 TCGv src1 = get_gpr(ctx, a->rs1, ext); in gen_arith_imm_tl()
934 TCGv src1h = get_gprh(ctx, a->rs1); in gen_arith_imm_tl()
949 TCGv src1 = get_gpr(ctx, a->rs1, ext); in gen_arith()
960 TCGv src1h = get_gprh(ctx, a->rs1); in gen_arith()
999 src1 = get_gpr(ctx, a->rs1, ext); in gen_shift_imm_fn()
1005 TCGv src1h = get_gprh(ctx, a->rs1); in gen_shift_imm_fn()
1046 src1 = get_gpr(ctx, a->rs1, ext); in gen_shift_imm_tl()
1066 TCGv src1 = get_gpr(ctx, a->rs1, ext); in gen_shift()
1072 TCGv src1h = get_gprh(ctx, a->rs1); in gen_shift()
1104 TCGv src1 = get_gpr(ctx, a->rs1, ext); in gen_unary()
1143 src1 = get_address(ctx, a->rs1, 0); in gen_amo()
1153 TCGv src1 = get_address(ctx, a->rs1, 0); in gen_cmpxchg()