Home
last modified time | relevance | path

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

/qemu/tcg/riscv/
H A Dtcg-target.c.inc524 tcg_out_opc_imm(s, OPC_ADDI, rd, TCG_REG_ZERO, lo);
567 tcg_out_opc_imm(s, OPC_ADDI, rd, TCG_REG_ZERO, tmp);
670 if (addr != TCG_REG_ZERO) {
716 tcg_out_st(s, type, TCG_REG_ZERO, base, ofs);
1100 tcg_out_movcond_br2(s, cond, ret, t, TCG_REG_ZERO,
1123 TCGReg link = tail ? TCG_REG_ZERO : TCG_REG_RA;
1177 tcg_out_opc_jump(s, OPC_JAL, TCG_REG_ZERO, 0);
1484 insn = encode_uj(OPC_JAL, TCG_REG_ZERO, offset);
1503 tcg_out_opc_imm(s, OPC_JALR, TCG_REG_ZERO, a0, 0);
1508 tcg_out_opc_jump(s, OPC_JAL, TCG_REG_ZERO, 0);
[all …]
H A Dtcg-target.h33 TCG_REG_ZERO, enumerator
/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
/qemu/tcg/loongarch64/
H A Dtcg-target.c.inc310 tcg_out_opc_or(s, ret, arg, TCG_REG_ZERO);
330 tcg_out_opc_ori(s, rd, TCG_REG_ZERO, val);
335 tcg_out_opc_addi_w(s, rd, TCG_REG_ZERO, val);
685 if (v1 == TCG_REG_ZERO) {
687 } else if (v2 == TCG_REG_ZERO) {
736 TCGReg link = tail ? TCG_REG_ZERO : TCG_REG_RA;
785 if (addr != TCG_REG_ZERO) {
1179 if (h.index != TCG_REG_ZERO) {
1274 tcg_out_opc_jirl(s, TCG_REG_ZERO, a0, 0);
1294 tcg_out_opc_nor(s, a0, a1, TCG_REG_ZERO);
[all …]
H A Dtcg-target.h40 TCG_REG_ZERO, enumerator