/openbmc/qemu/include/tcg/ |
H A D | tcg.h | 255 TCG_TYPE_REG = TCG_TYPE_I32, enumerator 257 TCG_TYPE_REG = TCG_TYPE_I64,
|
/openbmc/qemu/tcg/ |
H A D | tcg.c | 1695 ts->type = TCG_TYPE_REG; in tcg_temp_new_internal() 1702 ts2->type = TCG_TYPE_REG; in tcg_temp_new_internal() 5729 type = TCG_TYPE_REG; in tcg_out_helper_load_common_args() 5767 if (dst_type <= TCG_TYPE_REG) { in tcg_out_helper_add_mov() 5775 dst_type = TCG_TYPE_REG; in tcg_out_helper_add_mov() 5779 dst_type = TCG_TYPE_REG; in tcg_out_helper_add_mov() 5804 mov[0].dst_type = TCG_TYPE_REG; in tcg_out_helper_add_mov() 5805 mov[0].src_type = TCG_TYPE_REG; in tcg_out_helper_add_mov() 5810 mov[1].dst_type = TCG_TYPE_REG; in tcg_out_helper_add_mov() 5811 mov[1].src_type = TCG_TYPE_REG; in tcg_out_helper_add_mov() [all …]
|
/openbmc/qemu/tcg/riscv/ |
H A D | tcg-target.c.inc | 1161 tcg_out_ld(s, TCG_TYPE_REG, TCG_REG_TMP0, base, offset); 1253 tcg_out_movi(s, TCG_TYPE_REG, ret, !(flags & SETCOND_INV)); 1262 tcg_out_movi(s, TCG_TYPE_REG, TCG_REG_TMP0, arg2); 1385 tcg_out_movi(s, TCG_TYPE_REG, TCG_REG_TMP1, val2); 1394 tcg_out_movi(s, TCG_TYPE_REG, TCG_REG_TMP1, val1); 1403 tcg_out_movi(s, TCG_TYPE_REG, TCG_REG_TMP1, val1 - val2); 1468 tcg_out_movi(s, TCG_TYPE_REG, tmp, val1); 1470 tcg_out_mov(s, TCG_TYPE_REG, tmp, val1); 1473 tcg_out_mov(s, TCG_TYPE_REG, ret, tmp); 2806 tcg_out_st(s, TCG_TYPE_REG, tcg_target_callee_save_regs[i], [all …]
|
/openbmc/qemu/tcg/loongarch64/ |
H A D | tcg-target.c.inc | 595 tcg_out_movi(s, TCG_TYPE_REG, ret, !(flags & SETCOND_INV)); 626 tcg_out_addi(s, TCG_TYPE_REG, ret, arg1, -arg2); 641 tcg_out_movi(s, TCG_TYPE_REG, TCG_REG_TMP0, arg2); 1387 tcg_out_ext16s(s, TCG_TYPE_REG, a0, a0); 2426 tcg_out_st(s, TCG_TYPE_REG, tcg_target_callee_save_regs[i], 2441 tcg_out_mov(s, TCG_TYPE_REG, TCG_REG_A0, TCG_REG_ZERO); 2446 tcg_out_ld(s, TCG_TYPE_REG, tcg_target_callee_save_regs[i],
|
/openbmc/qemu/tcg/ppc/ |
H A D | tcg-target.c.inc | 1024 tcg_out_ext16s(s, TCG_TYPE_REG, dst, dst); 1043 tcg_out_ext16s(s, TCG_TYPE_REG, dst, tmp); 1045 tcg_out_mov(s, TCG_TYPE_REG, dst, tmp); 1080 tcg_out_mov(s, TCG_TYPE_REG, dst, tmp); 1119 tcg_out_mov(s, TCG_TYPE_REG, dst, t0); 2669 tcg_out_movext(s, TCG_TYPE_REG, datalo, 2670 TCG_TYPE_REG, opc & MO_SSIZE, datalo); 2848 tcg_out_st(s, TCG_TYPE_REG, tcg_target_callee_save_regs[i], 2867 tcg_out_ld(s, TCG_TYPE_REG, tcg_target_callee_save_regs[i], 2978 tcg_out_ext8s(s, TCG_TYPE_REG, args[0], args[0]); [all …]
|
/openbmc/qemu/tcg/mips/ |
H A D | tcg-target.c.inc | 1600 tcg_out_mov(s, TCG_TYPE_REG, a0, TCG_TMP0); 2413 tcg_out_st(s, TCG_TYPE_REG, tcg_target_callee_save_regs[i], 2445 tcg_out_mov(s, TCG_TYPE_REG, TCG_REG_V0, TCG_REG_ZERO); 2450 tcg_out_ld(s, TCG_TYPE_REG, tcg_target_callee_save_regs[i],
|
/openbmc/qemu/docs/devel/ |
H A D | tcg-ops.rst | 123 * ``TCG_TYPE_REG`` 132 of variables with ``type=TCG_TYPE_REG`` and ``base_type=TCG_TYPE_I128``.
|
/openbmc/qemu/tcg/aarch64/ |
H A D | tcg-target.c.inc | 1994 tcg_out_mov(s, TCG_TYPE_REG, TCG_REG_TMP2, base); 3255 tcg_out_movi(s, TCG_TYPE_REG, TCG_REG_X0, 0);
|
/openbmc/qemu/tcg/arm/ |
H A D | tcg-target.c.inc | 2080 tcg_out_movi(s, TCG_TYPE_REG, args[0], 0);
|
/openbmc/qemu/tcg/s390x/ |
H A D | tcg-target.c.inc | 1732 tcg_out_ext16s(s, TCG_TYPE_REG, data, data);
|
/openbmc/qemu/tcg/i386/ |
H A D | tcg-target.c.inc | 4396 tcg_out_movi(s, TCG_TYPE_REG, TCG_REG_EAX, 0);
|