Home
last modified time | relevance | path

Searched refs:OPC_AND (Results 1 – 7 of 7) sorted by relevance

/qemu/tcg/mips/
H A Dtcg-target.c.inc303 OPC_AND = OPC_SPECIAL | 044,
949 tcg_out_opc_reg(s, OPC_AND, TCG_TMP1, TCG_TMP1, TCG_TMP0);
1206 tcg_out_opc_reg(s, OPC_AND, TCG_TMP3, TCG_TMP3, TCG_TMP0);
1233 tcg_out_opc_reg(s, OPC_AND, TCG_TMP1, TCG_TMP1, TCG_TMP2);
1235 tcg_out_opc_reg(s, OPC_AND, TCG_TMP1, TCG_TMP1, addr);
1705 tcg_out_opc_reg(s, OPC_AND, a0, a1, a2);
/qemu/tcg/riscv/
H A Dtcg-target.c.inc159 OPC_AND = 0x7033,
1710 tcg_out_opc_reg(s, OPC_AND, TCG_REG_TMP2, TCG_REG_TMP2, TCG_REG_TMP0);
1730 tcg_out_opc_reg(s, OPC_AND, TCG_REG_TMP1, TCG_REG_TMP1, addr_adj);
1999 tcg_out_opc_reg(s, OPC_AND, a0, a1, a2);
/qemu/target/mips/tcg/
H A Dmicromips_translate.c.inc752 gen_logic(ctx, OPC_AND, rd, rd, rs);
878 gen_logic(ctx, OPC_AND, rt, rt, rs);
1712 mips32_op = OPC_AND;
H A Dmips16e_translate.c.inc995 gen_logic(ctx, OPC_AND, rx, rx, ry);
H A Dnanomips_translate.c.inc1238 gen_logic(ctx, OPC_AND, rt, rt, rs);
1315 gen_logic(ctx, OPC_AND, rd, rs, rt);
H A Dtranslate.c217 OPC_AND = 0x24 | OPC_SPECIAL, enumerator
2740 case OPC_AND: in gen_logic()
13270 case OPC_AND: /* Logic*/ in decode_opc_special()
/qemu/tcg/loongarch64/
H A Dtcg-insn-defs.c.inc32 OPC_AND = 0x00148000,
1462 tcg_out32(s, encode_djk_insn(OPC_AND, d, j, k));