Home
last modified time | relevance | path

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

/qemu/target/mips/tcg/
H A Dmicromips_translate.c.inc740 gen_logic(ctx, OPC_NOR, rd, rs, 0);
875 gen_logic(ctx, OPC_NOR, rt, rs, 0);
1718 mips32_op = OPC_NOR;
H A Dmips16e_translate.c.inc1004 gen_logic(ctx, OPC_NOR, rx, ry, 0);
H A Dnanomips_translate.c.inc1235 gen_logic(ctx, OPC_NOR, rt, rs, 0);
1321 gen_logic(ctx, OPC_NOR, rd, rs, rt);
H A Dtranslate.c220 OPC_NOR = 0x27 | OPC_SPECIAL, enumerator
2747 case OPC_NOR: in gen_logic()
13272 case OPC_NOR: in decode_opc_special()
/qemu/tcg/mips/
H A Dtcg-target.c.inc306 OPC_NOR = OPC_SPECIAL | 047,
1967 tcg_out_opc_reg(s, OPC_NOR, a0, a1, a2);
/qemu/tcg/loongarch64/
H A Dtcg-insn-defs.c.inc31 OPC_NOR = 0x00140000,
1455 tcg_out32(s, encode_djk_insn(OPC_NOR, d, j, k));