Rizin
unix-like reverse engineering framework and cli tools
micromips-multiply-instructions.s.cs
Go to the documentation of this file.
1 # CS_ARCH_MIPS, CS_MODE_MIPS32+CS_MODE_MICRO, None
2 0xa4,0x00,0x3c,0xcb = madd $4, $5
3 0xa4,0x00,0x3c,0xdb = maddu $4, $5
4 0xa4,0x00,0x3c,0xeb = msub $4, $5
5 0xa4,0x00,0x3c,0xfb = msubu $4, $5
static RzILOpEffect * madd(cs_insn *insn)
Definition: arm_il64.c:1591