Home
last modified time | relevance | path

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

/openbmc/qemu/tcg/mips/
H A Dtcg-target.c.inc298 OPC_AND = OPC_SPECIAL | 044,
1019 tcg_out_opc_reg(s, OPC_AND, TCG_TMP1, TCG_TMP1, TCG_TMP0);
1252 tcg_out_opc_reg(s, OPC_AND, TCG_TMP3, TCG_TMP3, TCG_TMP0);
1281 tcg_out_opc_reg(s, OPC_AND, TCG_TMP1, TCG_TMP1, TCG_TMP2);
1283 tcg_out_opc_reg(s, OPC_AND, TCG_TMP1, TCG_TMP1, addrlo);
1788 i1 = OPC_AND, i2 = OPC_ANDI;
1798 i1 = OPC_AND, i2 = OPC_ANDI;
/openbmc/qemu/tcg/riscv/
H A Dtcg-target.c.inc156 OPC_AND = 0x7033,
1732 tcg_out_opc_reg(s, OPC_AND, TCG_REG_TMP2, TCG_REG_TMP2, TCG_REG_TMP0);
1752 tcg_out_opc_reg(s, OPC_AND, TCG_REG_TMP1, TCG_REG_TMP1, addr_adj);
2054 tcg_out_opc_reg(s, OPC_AND, a0, a1, a2);
/openbmc/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.c216 OPC_AND = 0x24 | OPC_SPECIAL, enumerator
2739 case OPC_AND: in gen_logic()
13269 case OPC_AND: /* Logic*/ in decode_opc_special()
/openbmc/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));