Searched refs:TCG_REG_ZERO (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/tcg/mips/ |
H A D | tcg-target.c.inc | 85 #define TCG_REG_TB ({ qemu_build_not_reached(); TCG_REG_ZERO; }) 514 tcg_out_opc_reg(s, OPC_OR, ret, arg, TCG_REG_ZERO); 522 tcg_out_opc_imm(s, OPC_ADDIU, ret, TCG_REG_ZERO, arg); 526 tcg_out_opc_imm(s, OPC_ORI, ret, TCG_REG_ZERO, arg); 530 tcg_out_opc_imm(s, OPC_LUI, ret, TCG_REG_ZERO, arg >> 16); 544 tcg_out_opc_imm(s, OPC_LUI, ret, TCG_REG_ZERO, arg >> 16); 643 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); 753 tcg_out_opc_reg(s, OPC_OR, TCG_TMP0, arg, TCG_REG_ZERO); 766 tcg_out_opc_reg(s, OPC_OR, TCG_TMP0, arg, TCG_REG_ZERO); [all …]
|
H A D | tcg-target.h | 36 TCG_REG_ZERO = 0, enumerator
|
/openbmc/qemu/tcg/loongarch64/ |
H A D | tcg-target.c.inc | 312 tcg_out_opc_or(s, ret, arg, TCG_REG_ZERO); 346 tcg_out_opc_ori(s, rd, TCG_REG_ZERO, val); 351 tcg_out_opc_addi_w(s, rd, TCG_REG_ZERO, val); 422 tcg_out_opc_cu52i_d(s, rd, TCG_REG_ZERO, hi52); 673 tcg_out_opc_sltu(s, ret, TCG_REG_ZERO, tmp); 698 if (v1 == TCG_REG_ZERO) { 700 } else if (v2 == TCG_REG_ZERO) { 749 TCGReg link = tail ? TCG_REG_ZERO : TCG_REG_RA; 793 if (addr == TCG_REG_ZERO && diff == (int32_t)diff) { 798 if (addr != TCG_REG_ZERO) { [all …]
|
H A D | tcg-target.h | 40 TCG_REG_ZERO, enumerator
|
/openbmc/qemu/tcg/riscv/ |
H A D | tcg-target.c.inc | 808 tcg_out_opc_imm(s, OPC_ADDI, rd, TCG_REG_ZERO, lo); 851 tcg_out_opc_imm(s, OPC_ADDI, rd, TCG_REG_ZERO, tmp); 882 tcg_out_opc_reg(s, OPC_ZEXT_H, ret, arg, TCG_REG_ZERO); 892 tcg_out_opc_reg(s, OPC_ADD_UW, ret, arg, TCG_REG_ZERO); 949 if (addr == TCG_REG_ZERO && diff == (int32_t)diff) { 954 if (addr != TCG_REG_ZERO) { 989 tcg_debug_assert(addr != TCG_REG_ZERO); 1083 tcg_out_st(s, type, TCG_REG_ZERO, base, ofs); 1329 tcg_out_opc_reg(s, OPC_SLTU, ret, TCG_REG_ZERO, tmp); 1367 tcg_out_opc_reg(s, OPC_SLTU, ret, TCG_REG_ZERO, tmp); [all …]
|
H A D | tcg-target.h | 35 TCG_REG_ZERO, TCG_REG_RA, TCG_REG_SP, TCG_REG_GP, enumerator
|