Home
last modified time | relevance | path

Searched refs:TCG_REG_ZERO (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/tcg/riscv/
H A Dtcg-target.c.inc510 tcg_out_opc_imm(s, OPC_ADDI, rd, TCG_REG_ZERO, lo);
553 tcg_out_opc_imm(s, OPC_ADDI, rd, TCG_REG_ZERO, tmp);
656 if (addr != TCG_REG_ZERO) {
702 tcg_out_st(s, type, TCG_REG_ZERO, base, ofs);
1086 tcg_out_movcond_br2(s, cond, ret, t, TCG_REG_ZERO,
1109 TCGReg link = tail ? TCG_REG_ZERO : TCG_REG_RA;
1163 tcg_out_opc_jump(s, OPC_JAL, TCG_REG_ZERO, 0);
1470 insn = encode_uj(OPC_JAL, TCG_REG_ZERO, offset);
1489 tcg_out_opc_imm(s, OPC_JALR, TCG_REG_ZERO, a0, 0);
1494 tcg_out_opc_jump(s, OPC_JAL, TCG_REG_ZERO, 0);
[all …]
H A Dtcg-target.h35 TCG_REG_ZERO, enumerator
/openbmc/qemu/tcg/mips/
H A Dtcg-target.c.inc643 tcg_out_opc_reg(s, OPC_SEB, rd, TCG_REG_ZERO, rs);
654 tcg_out_opc_reg(s, OPC_SEH, rd, TCG_REG_ZERO, rs);
788 if (addr != TCG_REG_ZERO) {
820 tcg_out_st(s, type, TCG_REG_ZERO, base, ofs);
990 arg2 = TCG_REG_ZERO;
1042 tcg_out_opc_br(s, b_opc, tmp, TCG_REG_ZERO);
1152 tcg_out_opc_br(s, OPC_BEQ, TCG_REG_ZERO, TCG_REG_ZERO);
1179 tcg_out_opc_br(s, OPC_BEQ, TCG_REG_ZERO, TCG_REG_ZERO);
1607 TCGReg base = TCG_REG_ZERO;
1649 base = TCG_REG_ZERO;
[all …]
H A Dtcg-target.h36 TCG_REG_ZERO = 0, enumerator
/openbmc/qemu/tcg/loongarch64/
H A Dtcg-target.c.inc346 tcg_out_opc_ori(s, rd, TCG_REG_ZERO, val);
351 tcg_out_opc_addi_w(s, rd, TCG_REG_ZERO, val);
699 if (v1 == TCG_REG_ZERO) {
701 } else if (v2 == TCG_REG_ZERO) {
750 TCGReg link = tail ? TCG_REG_ZERO : TCG_REG_RA;
799 if (addr != TCG_REG_ZERO) {
1195 if (h.index != TCG_REG_ZERO) {
1290 tcg_out_opc_jirl(s, TCG_REG_ZERO, a0, 0);
1310 tcg_out_opc_nor(s, a0, a1, TCG_REG_ZERO);
1535 tcg_out_opc_sub_w(s, a0, TCG_REG_ZERO, a1);
[all …]
H A Dtcg-target.h40 TCG_REG_ZERO, enumerator