Home
last modified time | relevance | path

Searched refs:TCG_REG_TMP0 (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/tcg/loongarch64/
H A Dtcg-target.c.inc469 tcg_out_movi(s, type, TCG_REG_TMP0, imm);
471 tcg_out_opc_add_w(s, rd, rs, TCG_REG_TMP0);
473 tcg_out_opc_add_d(s, rd, rs, TCG_REG_TMP0);
552 tcg_out32(s, encode_dj_insn(opc, TCG_REG_TMP0, a1));
554 tcg_out_opc_maskeqz(s, TCG_REG_TMP0, TCG_REG_TMP0, a1);
556 tcg_out_opc_or(s, a0, TCG_REG_TMP0, a0);
641 tcg_out_movi(s, TCG_TYPE_REG, TCG_REG_TMP0, arg2);
642 arg2 = TCG_REG_TMP0;
689 int tmpflags = tcg_out_setcond_int(s, cond, TCG_REG_TMP0, c1, c2, const2);
764 tcg_out_opc_pcaddu18i(s, TCG_REG_TMP0, hi >> 18);
[all …]
H A Dtcg-target.h84 TCG_REG_TMP0 = TCG_REG_T8, enumerator
/openbmc/qemu/tcg/riscv/
H A Dtcg-target.c.inc991 tcg_out_opc_imm(s, OPC_ADDI, TCG_REG_TMP0, addr, offset);
993 tcg_out_movi(s, TCG_TYPE_PTR, TCG_REG_TMP0, offset);
994 tcg_out_opc_reg(s, OPC_ADD, TCG_REG_TMP0, TCG_REG_TMP0, addr);
996 addr = TCG_REG_TMP0;
1121 tcg_out_opc_imm(s, OPC_SLTIU, TCG_REG_TMP0, al, bl);
1124 tcg_out_opc_reg(s, OPC_SLTU, TCG_REG_TMP0, al, bl);
1127 tcg_out_opc_reg(s, opc_sub, rh, th, TCG_REG_TMP0);
1131 tcg_out_opc_imm(s, OPC_SLTIU, TCG_REG_TMP0, rl, bl);
1139 tcg_out_opc_imm(s, OPC_SLTI, TCG_REG_TMP0, al, 0);
1143 tcg_out_opc_reg(s, OPC_SLTU, TCG_REG_TMP0,
[all …]
H A Dtcg-target.h57 TCG_REG_TMP0 = TCG_REG_T6, enumerator
/openbmc/qemu/tcg/aarch64/
H A Dtcg-target.c.inc75 #define TCG_REG_TMP0 TCG_REG_X16
1056 TCGReg temp = TCG_REG_TMP0;
1208 tcg_out_movi(s, TCG_TYPE_I64, TCG_REG_TMP0, offset);
1209 tcg_out_ldst_r(s, insn, rd, rn, TCG_TYPE_I64, TCG_REG_TMP0);
1419 tcg_out_movi(s, TCG_TYPE_I64, TCG_REG_TMP0, (intptr_t)target);
1420 tcg_out_insn(s, 3207, BLR, TCG_REG_TMP0);
1603 rl = TCG_REG_TMP0;
1620 al = TCG_REG_TMP0;
1661 a1 = TCG_REG_TMP0;
1670 tcg_out_insn(s, 3507, CLZ, ext, TCG_REG_TMP0, a1);
[all …]