Searched refs:OPC_OR (Results 1 – 7 of 7) sorted by relevance
/openbmc/qemu/tcg/mips/ |
H A D | tcg-target.c.inc | 299 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 D | micromips_translate.c.inc | 758 gen_logic(ctx, OPC_OR, rd, rd, rs); 918 gen_logic(ctx, OPC_OR, rt, rt, rs); 1715 mips32_op = OPC_OR;
|
H A D | mips16e_translate.c.inc | 998 gen_logic(ctx, OPC_OR, rx, rx, ry);
|
H A D | nanomips_translate.c.inc | 1244 gen_logic(ctx, OPC_OR, rt, rt, rs); 1318 gen_logic(ctx, OPC_OR, rd, rs, rt);
|
H A D | translate.c | 217 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 D | tcg-target.c.inc | 181 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 D | tcg-insn-defs.c.inc | 33 OPC_OR = 0x00150000, 1469 tcg_out32(s, encode_djk_insn(OPC_OR, d, j, k));
|