Home
last modified time | relevance | path

Searched refs:OPC_OR (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/tcg/mips/
H A Dtcg-target.c.inc299 OPC_OR = OPC_SPECIAL | 045,
514 tcg_out_opc_reg(s, OPC_OR, ret, arg, TCG_REG_ZERO);
727 tcg_out_opc_reg(s, OPC_OR, ret, ret, TCG_TMP0); /* ssdc */
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);
1013 tcg_out_opc_reg(s, OPC_OR, ret, TCG_TMP0, TCG_TMP1);
1021 tcg_out_opc_reg(s, OPC_OR, ret, TCG_TMP0, TCG_TMP1);
1072 tcg_out_opc_reg(s, OPC_OR, ret, ret, TCG_TMP1);
1089 tcg_out_opc_reg(s, OPC_OR, ret, v1, TCG_REG_ZERO);
1412 tcg_out_opc_reg(s, OPC_OR, lo, lo, TCG_TMP0);
[all …]
/openbmc/qemu/target/mips/tcg/
H A Dmicromips_translate.c.inc758 gen_logic(ctx, OPC_OR, rd, rd, rs);
918 gen_logic(ctx, OPC_OR, rt, rt, rs);
1715 mips32_op = OPC_OR;
H A Dmips16e_translate.c.inc998 gen_logic(ctx, OPC_OR, rx, rx, ry);
H A Dnanomips_translate.c.inc1244 gen_logic(ctx, OPC_OR, rt, rt, rs);
1318 gen_logic(ctx, OPC_OR, rd, rs, rt);
H A Dtranslate.c217 OPC_OR = 0x25 | OPC_SPECIAL, enumerator
2757 case OPC_OR: in gen_logic()
13270 case OPC_OR: in decode_opc_special()
/openbmc/qemu/tcg/riscv/
H A Dtcg-target.c.inc181 OPC_OR = 0x6033,
1421 tcg_out_opc_reg(s, OPC_OR, ret, TCG_REG_TMP0, TCG_REG_TMP1);
2063 tcg_out_opc_reg(s, OPC_OR, a0, a1, a2);
/openbmc/qemu/tcg/loongarch64/
H A Dtcg-insn-defs.c.inc33 OPC_OR = 0x00150000,
1469 tcg_out32(s, encode_djk_insn(OPC_OR, d, j, k));