Searched refs:OPC_NOR (Results 1 – 6 of 6) sorted by relevance
/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 | 220 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 D | tcg-target.c.inc | 306 OPC_NOR = OPC_SPECIAL | 047, 1967 tcg_out_opc_reg(s, OPC_NOR, a0, a1, a2);
|
/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));
|