Searched refs:DisasExtend (Results 1 – 7 of 7) sorted by relevance
/openbmc/qemu/target/loongarch/tcg/insn_trans/ |
H A D | trans_arith.c.inc | 7 DisasExtend src1_ext, DisasExtend src2_ext, 8 DisasExtend dst_ext, void (*func)(TCGv, TCGv, TCGv)) 21 DisasExtend src_ext, DisasExtend dst_ext, 35 DisasExtend src_ext, DisasExtend dst_ext, 48 DisasExtend src_ext, DisasExtend dst_ext,
|
H A D | trans_bit.c.inc | 7 DisasExtend src_ext, DisasExtend dst_ext, 31 DisasExtend dst_ext) 47 DisasExtend dst_ext)
|
/openbmc/qemu/target/riscv/ |
H A D | translate.c | 57 } DisasExtend; typedef 330 static TCGv get_gpr(DisasContext *ctx, int reg_num, DisasExtend ext) in get_gpr() 854 static bool gen_arith_imm_fn(DisasContext *ctx, arg_i *a, DisasExtend ext, in gen_arith_imm_fn() 878 static bool gen_arith_imm_tl(DisasContext *ctx, arg_i *a, DisasExtend ext, in gen_arith_imm_tl() 904 static bool gen_arith(DisasContext *ctx, arg_r *a, DisasExtend ext, in gen_arith() 930 static bool gen_arith_per_ol(DisasContext *ctx, arg_r *a, DisasExtend ext, in gen_arith_per_ol() 947 static bool gen_shift_imm_fn(DisasContext *ctx, arg_shift *a, DisasExtend ext, in gen_shift_imm_fn() 978 DisasExtend ext, in gen_shift_imm_fn_per_ol() 995 static bool gen_shift_imm_tl(DisasContext *ctx, arg_shift *a, DisasExtend ext, in gen_shift_imm_tl() 1015 static bool gen_shift(DisasContext *ctx, arg_r *a, DisasExtend ext, in gen_shift() [all …]
|
/openbmc/qemu/target/loongarch/tcg/ |
H A D | translate.c | 171 static TCGv gpr_src(DisasContext *ctx, int reg_num, DisasExtend src_ext) in gpr_src() 194 static TCGv gpr_dst(DisasContext *ctx, int reg_num, DisasExtend dst_ext) in gpr_dst() 202 static void gen_set_gpr(int reg_num, TCGv t, DisasExtend dst_ext) in gen_set_gpr()
|
/openbmc/qemu/target/riscv/insn_trans/ |
H A D | trans_rvk.c.inc | 145 static bool gen_sha256(DisasContext *ctx, arg_r2 *a, DisasExtend ext, 191 static bool gen_sha512_rv32(DisasContext *ctx, arg_r *a, DisasExtend ext, 247 static bool gen_sha512h_rv32(DisasContext *ctx, arg_r *a, DisasExtend ext, 285 static bool gen_sha512_rv64(DisasContext *ctx, arg_r2 *a, DisasExtend ext,
|
H A D | trans_xthead.c.inc | 184 static bool gen_th_ff0(DisasContext *ctx, arg_th_ff0 *a, DisasExtend ext)
|
/openbmc/qemu/target/loongarch/ |
H A D | translate.h | 38 } DisasExtend; typedef
|