Home
last modified time | relevance | path

Searched refs:OPC_ADDIU (Results 1 – 5 of 5) sorted by relevance

/qemu/target/mips/tcg/
H A Dmips16e_translate.c.inc476 gen_arith_imm(ctx, OPC_ADDIU, rx, 29, imm);
534 gen_arith_imm(ctx, OPC_ADDIU, ry, rx, imm);
538 gen_arith_imm(ctx, OPC_ADDIU, rx, rx, imm);
558 gen_arith_imm(ctx, OPC_ADDIU, 29, 29, imm);
676 gen_arith_imm(ctx, OPC_ADDIU, rx, 29, imm);
749 gen_arith_imm(ctx, OPC_ADDIU, ry, rx, imm);
757 gen_arith_imm(ctx, OPC_ADDIU, rx, rx, imm);
790 gen_arith_imm(ctx, OPC_ADDIU, 29, 29,
839 gen_arith_imm(ctx, OPC_ADDIU, rx, 0, imm);
H A Dmicromips_translate.c.inc643 gen_arith_imm(ctx, OPC_ADDIU, rd, 29, ((ctx->opcode >> 1) & 0x3f) << 2);
652 gen_arith_imm(ctx, OPC_ADDIU, rd, rs, decoded_imm[ZIMM(ctx->opcode, 1, 3)]);
670 gen_arith_imm(ctx, OPC_ADDIU, 29, 29, decoded << 2);
678 gen_arith_imm(ctx, OPC_ADDIU, rd, rd, imm);
841 gen_arith_imm(ctx, OPC_ADDIU, 29, 29, imm << 2);
892 gen_arith_imm(ctx, OPC_ADDIU, 29, 29, imm << 2);
2692 mips32_op = OPC_ADDIU;
H A Dnanomips_translate.c.inc3795 gen_arith_imm(ctx, OPC_ADDIU, rt, rs, -imm);
4554 gen_arith_imm(ctx, OPC_ADDIU, rt, 29, imm);
4565 gen_arith_imm(ctx, OPC_ADDIU, rt, rs, imm);
4573 gen_arith_imm(ctx, OPC_ADDIU, rt, rt, imm);
H A Dtranslate.c64 OPC_ADDIU = (0x09 << 26), enumerator
2351 case OPC_ADDIU: in gen_arith_imm()
14555 case OPC_ADDIU: in decode_opc_legacy()
/qemu/tcg/mips/
H A Dtcg-target.c.inc227 OPC_ADDIU = 011 << 26,
367 ALIAS_PADDI = sizeof(void *) == 4 ? OPC_ADDIU : OPC_DADDIU,
527 tcg_out_opc_imm(s, OPC_ADDIU, ret, TCG_REG_ZERO, arg);
862 tcg_out_opc_imm(s, OPC_ADDIU, ret, tmp, -1);
1231 ? OPC_ADDIU : OPC_DADDIU),
1675 MIPSInsn insn = type == TCG_TYPE_I32 ? OPC_ADDIU : OPC_DADDIU;