Searched refs:src_ext (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/target/loongarch/tcg/insn_trans/ |
H A D | trans_arith.c.inc | 21 DisasExtend src_ext, DisasExtend dst_ext, 25 TCGv src1 = gpr_src(ctx, a->rj, src_ext); 35 DisasExtend src_ext, DisasExtend dst_ext, 39 TCGv src1 = gpr_src(ctx, a->rj, src_ext); 48 DisasExtend src_ext, DisasExtend dst_ext, 52 TCGv src1 = gpr_src(ctx, a->rj, src_ext); 53 TCGv src2 = gpr_src(ctx, a->rk, src_ext);
|
H A D | trans_bit.c.inc | 7 DisasExtend src_ext, DisasExtend dst_ext, 11 TCGv src1 = gpr_src(ctx, a->rj, src_ext);
|
/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() argument 179 switch (src_ext) { in gpr_src()
|
/openbmc/qemu/tcg/ |
H A D | tcg.c | 444 MemOp src_ext; member 453 * @src_ext: extension to apply to source 456 * Move or extend @src into @dst, depending on @src_ext and the types. 459 TCGType src_type, MemOp src_ext, TCGReg src) in tcg_out_movext() argument 461 switch (src_ext) { in tcg_out_movext() 483 if (src_ext & MO_SIGN) { in tcg_out_movext() 489 if (src_ext & MO_SIGN) { in tcg_out_movext() 513 tcg_out_movext(s, i->dst_type, i->dst, i->src_type, i->src_ext, src); in tcg_out_movext1_new_src() 5614 if ((mov[i].src_ext & MO_SIZE) != dst_mo) { in tcg_out_helper_load_slots() 5702 .src_ext in tcg_out_helper_load_common_args() 5768 MemOp src_ext; tcg_out_helper_add_mov() local [all...] |