Searched refs:gen_muldiv (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/target/mips/tcg/ |
H A D | mips16e_translate.c.inc | 1067 gen_muldiv(ctx, OPC_MULT, 0, rx, ry); 1070 gen_muldiv(ctx, OPC_MULTU, 0, rx, ry); 1073 gen_muldiv(ctx, OPC_DIV, 0, rx, ry); 1076 gen_muldiv(ctx, OPC_DIVU, 0, rx, ry); 1082 gen_muldiv(ctx, OPC_DMULT, 0, rx, ry); 1087 gen_muldiv(ctx, OPC_DMULTU, 0, rx, ry); 1092 gen_muldiv(ctx, OPC_DDIV, 0, rx, ry); 1097 gen_muldiv(ctx, OPC_DDIVU, 0, rx, ry);
|
H A D | micromips_translate.c.inc | 1075 gen_muldiv(ctx, OPC_MADD, (ctx->opcode >> 14) & 3, rs, rt); 1078 gen_muldiv(ctx, OPC_MADDU, (ctx->opcode >> 14) & 3, rs, rt); 1081 gen_muldiv(ctx, OPC_MSUB, (ctx->opcode >> 14) & 3, rs, rt); 1084 gen_muldiv(ctx, OPC_MSUBU, (ctx->opcode >> 14) & 3, rs, rt); 1093 gen_muldiv(ctx, OPC_MULT, (ctx->opcode >> 14) & 3, rs, rt); 1096 gen_muldiv(ctx, OPC_MULTU, (ctx->opcode >> 14) & 3, rs, rt); 1148 gen_muldiv(ctx, mips32_op, 0, rs, rt); 1167 gen_muldiv(ctx, mips32_op, 0, rs, rt);
|
H A D | translate.c | 3235 static void gen_muldiv(DisasContext *ctx, uint32_t opc, in gen_muldiv() function 13104 gen_muldiv(ctx, op1, 0, rs, rt); in decode_opc_special_tx79() 13112 gen_muldiv(ctx, op1, 0, rs, rt); in decode_opc_special_tx79() 13162 gen_muldiv(ctx, op1, rd & 3, rs, rt); in decode_opc_special_legacy() 13166 gen_muldiv(ctx, op1, 0, rs, rt); in decode_opc_special_legacy() 13175 gen_muldiv(ctx, op1, 0, rs, rt); in decode_opc_special_legacy() 13414 gen_muldiv(ctx, op1, rd & 3, rs, rt); in decode_opc_special2_legacy()
|