Searched refs:OPC_OR (Results 1 – 7 of 7) sorted by relevance
/qemu/tcg/mips/ |
H A D | tcg-target.c.inc | 304 OPC_OR = OPC_SPECIAL | 045, 519 tcg_out_opc_reg(s, OPC_OR, ret, arg, TCG_REG_ZERO); 942 tcg_out_opc_reg(s, OPC_OR, ret, TCG_TMP0, TCG_TMP1); 951 tcg_out_opc_reg(s, OPC_OR, ret, TCG_TMP0, TCG_TMP1); 1022 tcg_out_opc_reg(s, OPC_OR, ret, ret, TCG_TMP1); 1039 tcg_out_opc_reg(s, OPC_OR, ret, v1, TCG_REG_ZERO); 1351 tcg_out_opc_reg(s, OPC_OR, lo, lo, TCG_TMP0); 1361 tcg_out_opc_reg(s, OPC_OR, lo, TCG_TMP0, TCG_TMP1); 1978 tcg_out_opc_reg(s, OPC_OR, a0, a1, a2); 2215 tcg_out_opc_reg(s, OPC_OR, ret, ret, TCG_TMP0); /* ssdc */ [all …]
|
/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 | 218 OPC_OR = 0x25 | OPC_SPECIAL, enumerator 2758 case OPC_OR: in gen_logic() 13271 case OPC_OR: in decode_opc_special()
|
/qemu/tcg/riscv/ |
H A D | tcg-target.c.inc | 185 OPC_OR = 0x6033, 1394 tcg_out_opc_reg(s, OPC_OR, ret, TCG_REG_TMP0, TCG_REG_TMP1); 2209 tcg_out_opc_reg(s, OPC_OR, a0, a1, a2);
|
/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));
|