Searched refs:get_gprh (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/target/riscv/ |
H A D | translate.c | 364 static TCGv get_gprh(DisasContext *ctx, int reg_num) in get_gprh() function 819 TCGv src1h = get_gprh(ctx, a->rs1); in gen_logic_imm_fn() 841 TCGv src1h = get_gprh(ctx, a->rs1); in gen_logic() 842 TCGv src2h = get_gprh(ctx, a->rs2); in gen_logic() 869 TCGv src1h = get_gprh(ctx, a->rs1); in gen_arith_imm_fn() 894 TCGv src1h = get_gprh(ctx, a->rs1); in gen_arith_imm_tl() 920 TCGv src1h = get_gprh(ctx, a->rs1); in gen_arith() 921 TCGv src2h = get_gprh(ctx, a->rs2); in gen_arith() 965 TCGv src1h = get_gprh(ctx, a->rs1); in gen_shift_imm_fn() 1032 TCGv src1h = get_gprh(ctx, a->rs1); in gen_shift()
|
/openbmc/qemu/target/riscv/insn_trans/ |
H A D | trans_rvi.c.inc | 224 TCGv src1h = get_gprh(ctx, a->rs1); 225 TCGv src2h = get_gprh(ctx, a->rs2); 409 TCGv src2h = get_gprh(ctx, a->rs2); 986 TCGv srch = get_gprh(ctx, a->rs1); 1025 TCGv maskh = get_gprh(ctx, a->rs1); 1052 TCGv maskh = get_gprh(ctx, a->rs1);
|