Home
last modified time | relevance | path

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

/qemu/tcg/mips/
H A Dtcg-target.c.inc230 OPC_ANDI = 014 << 26,
653 tcg_out_opc_imm(s, OPC_ANDI, rd, rs, 0xff);
664 tcg_out_opc_imm(s, OPC_ANDI, rd, rs, 0xffff);
1260 tcg_out_opc_imm(s, OPC_ANDI, TCG_TMP0, addr, a_mask);
1714 tcg_out_opc_imm(s, OPC_ANDI, a0, a1, a2);
2197 tcg_out_opc_imm(s, OPC_ANDI, ret, ret, 0xffff); /* 00dc */
2204 tcg_out_opc_imm(s, OPC_ANDI, TCG_TMP0, TCG_TMP0, 0x00ff); /* 000c */
2212 tcg_out_opc_imm(s, OPC_ANDI, ret, ret, 0xff00); /* 00d0 */
2309 tcg_out_opc_imm(s, OPC_ANDI, a0, a1, (1 << len) - 1);
2639 tcg_out_opc_imm(s, OPC_ANDI, TCG_TMP2, TCG_TMP0, 0xff00);
[all …]
/qemu/tcg/riscv/
H A Dtcg-target.c.inc160 OPC_ANDI = 0x7013,
863 tcg_out_opc_imm(s, OPC_ANDI, ret, arg, 0xff);
1727 tcg_out_opc_imm(s, OPC_ANDI, TCG_REG_TMP1, addr_adj, compare_mask);
1770 tcg_out_opc_imm(s, OPC_ANDI, TCG_REG_TMP1, addr_reg, a_mask);
2005 tcg_out_opc_imm(s, OPC_ANDI, a0, a1, a2);
/qemu/target/mips/tcg/
H A Dmicromips_translate.c.inc689 gen_logic_imm(ctx, OPC_ANDI, rd, rs, decoded_imm[encoded]);
2705 mips32_op = OPC_ANDI;
H A Dnanomips_translate.c.inc3747 gen_logic_imm(ctx, OPC_ANDI, rt, rs, extract32(ctx->opcode, 0, 12));
4624 gen_logic_imm(ctx, OPC_ANDI, rt, rs, u);
H A Dtranslate.c68 OPC_ANDI = (0x0C << 26), enumerator
2403 case OPC_ANDI: in gen_logic_imm()
14562 case OPC_ANDI: /* Arithmetic with immediate opcode */ in decode_opc_legacy()
/qemu/tcg/loongarch64/
H A Dtcg-target.c.inc2665 p[i] = OPC_ANDI;
H A Dtcg-insn-defs.c.inc83 OPC_ANDI = 0x03400000,
1823 tcg_out32(s, encode_djuk12_insn(OPC_ANDI, d, j, uk12));