Searched refs:OPC_AND (Results 1 – 7 of 7) sorted by relevance
/openbmc/qemu/tcg/mips/ |
H A D | tcg-target.c.inc | 298 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 D | tcg-target.c.inc | 156 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 D | micromips_translate.c.inc | 752 gen_logic(ctx, OPC_AND, rd, rd, rs); 878 gen_logic(ctx, OPC_AND, rt, rt, rs); 1712 mips32_op = OPC_AND;
|
H A D | mips16e_translate.c.inc | 995 gen_logic(ctx, OPC_AND, rx, rx, ry);
|
H A D | nanomips_translate.c.inc | 1238 gen_logic(ctx, OPC_AND, rt, rt, rs); 1315 gen_logic(ctx, OPC_AND, rd, rs, rt);
|
H A D | translate.c | 216 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 D | tcg-insn-defs.c.inc | 32 OPC_AND = 0x00148000, 1462 tcg_out32(s, encode_djk_insn(OPC_AND, d, j, k));
|