Searched refs:OPC_AND (Results 1 – 7 of 7) sorted by relevance
/qemu/tcg/mips/ |
H A D | tcg-target.c.inc | 303 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 D | tcg-target.c.inc | 159 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 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 | 217 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 D | tcg-insn-defs.c.inc | 32 OPC_AND = 0x00148000, 1462 tcg_out32(s, encode_djk_insn(OPC_AND, d, j, k));
|