Searched refs:R6_OPC_MUL (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/target/mips/tcg/ |
H A D | nanomips_translate.c.inc | 1375 gen_r6_muldiv(ctx, R6_OPC_MUL, rd, rs, rt); 4603 gen_r6_muldiv(ctx, R6_OPC_MUL, rt, rs, rt);
|
H A D | micromips_translate.c.inc | 1745 gen_r6_muldiv(ctx, R6_OPC_MUL, rd, rs, rt);
|
H A D | translate.c | 270 R6_OPC_MUL = OPC_MULT | (2 << 6), enumerator 3077 case R6_OPC_MUL: in gen_r6_muldiv() 12989 case R6_OPC_MUL: in decode_opc_special_r6()
|