Searched refs:OPC_NOR (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/target/mips/tcg/ |
H A D | micromips_translate.c.inc | 740 gen_logic(ctx, OPC_NOR, rd, rs, 0); 875 gen_logic(ctx, OPC_NOR, rt, rs, 0); 1718 mips32_op = OPC_NOR;
|
H A D | mips16e_translate.c.inc | 1004 gen_logic(ctx, OPC_NOR, rx, ry, 0);
|
H A D | nanomips_translate.c.inc | 1235 gen_logic(ctx, OPC_NOR, rt, rs, 0); 1321 gen_logic(ctx, OPC_NOR, rd, rs, rt);
|
H A D | translate.c | 219 OPC_NOR = 0x27 | OPC_SPECIAL, enumerator 2746 case OPC_NOR: in gen_logic() 13271 case OPC_NOR: in decode_opc_special()
|
/openbmc/qemu/tcg/mips/ |
H A D | tcg-target.c.inc | 301 OPC_NOR = OPC_SPECIAL | 047, 1802 i1 = OPC_NOR; 1932 i1 = OPC_NOR;
|
/openbmc/qemu/tcg/loongarch64/ |
H A D | tcg-insn-defs.c.inc | 31 OPC_NOR = 0x00140000, 1455 tcg_out32(s, encode_djk_insn(OPC_NOR, d, j, k));
|