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 | 173 static TCGv gpr_src(DisasContext *ctx, int reg_num, DisasExtend src_ext) in gpr_src() argument 181 switch (src_ext) { in gpr_src()
|
| /openbmc/qemu/tcg/ |
| H A D | tcg.c | 453 MemOp src_ext; member 468 TCGType src_type, MemOp src_ext, TCGReg src) in tcg_out_movext() argument 470 switch (src_ext) { in tcg_out_movext() 492 if (src_ext & MO_SIGN) { in tcg_out_movext() 498 if (src_ext & MO_SIGN) { in tcg_out_movext() 522 tcg_out_movext(s, i->dst_type, i->dst, i->src_type, i->src_ext, src); in tcg_out_movext1_new_src() 6365 if ((mov[i].src_ext & MO_SIZE) != dst_mo) { in tcg_out_helper_load_slots() 6453 .src_ext = sizeof(void *) == 4 ? MO_32 : MO_64 in tcg_out_helper_load_common_args() 6519 MemOp src_ext; in tcg_out_helper_add_mov() local 6523 src_ext = src_type == TCG_TYPE_I32 ? MO_32 : MO_64; in tcg_out_helper_add_mov() [all …]
|