Searched refs:OPC_DADDIU (Results 1 – 3 of 3) sorted by relevance
/qemu/target/mips/tcg/ |
H A D | mips16e_translate.c.inc | 420 gen_arith_imm(ctx, OPC_DADDIU, 29, 29, offset); 436 gen_arith_imm(ctx, OPC_DADDIU, ry, ry, offset); 448 gen_arith_imm(ctx, OPC_DADDIU, ry, 29, offset); 529 gen_arith_imm(ctx, OPC_DADDIU, ry, rx, imm); 744 gen_arith_imm(ctx, OPC_DADDIU, ry, rx, imm);
|
H A D | translate.c | 74 OPC_DADDIU = (0x19 << 26), enumerator 2380 case OPC_DADDIU: in gen_arith_imm() 14953 case OPC_DADDIU: in decode_opc_legacy()
|
/qemu/tcg/mips/ |
H A D | tcg-target.c.inc | 236 OPC_DADDIU = 031 << 26, 367 ALIAS_PADDI = sizeof(void *) == 4 ? OPC_ADDIU : OPC_DADDIU, 583 tcg_out_opc_imm(s, OPC_DADDIU, ret, tbreg, tmp); 629 tcg_out_opc_imm(s, lo < 0 ? OPC_DADDIU : OPC_ORI, ret, ret, lo); 1231 ? OPC_ADDIU : OPC_DADDIU), 1675 MIPSInsn insn = type == TCG_TYPE_I32 ? OPC_ADDIU : OPC_DADDIU;
|