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.c63 OPC_ADDIU = (0x09 << 26), enumerator
2350 case OPC_ADDIU: in gen_arith_imm()
14554 case OPC_ADDIU: in decode_opc_legacy()
/qemu/tcg/mips/
H A Dtcg-target.c.inc222 OPC_ADDIU = 011 << 26,
362 ALIAS_PADDI = sizeof(void *) == 4 ? OPC_ADDIU : OPC_DADDIU,
522 tcg_out_opc_imm(s, OPC_ADDIU, ret, TCG_REG_ZERO, arg);
845 tcg_out_opc_imm(s, OPC_ADDIU, th, ah, (is_sub ? -bh : bh));
854 tcg_out_opc_imm(s, OPC_ADDIU, rl, al, -bl);
862 tcg_out_opc_imm(s, OPC_ADDIU, rl, al, bl);
1279 ? OPC_ADDIU : OPC_DADDIU),
1748 i1 = OPC_ADDU, i2 = OPC_ADDIU;
1770 i1 = OPC_SUBU, i2 = OPC_ADDIU;