Rizin
unix-like reverse engineering framework and cli tools
micromips-shift-instructions.s.cs
Go to the documentation of this file.
1 # CS_ARCH_MIPS, CS_MODE_MIPS32+CS_MODE_MICRO, None
2 0x83,0x00,0x00,0x38 = sll $4, $3, 7
3 0x65,0x00,0x10,0x10 = sllv $2, $3, $5
4 0x83,0x00,0x80,0x38 = sra $4, $3, 7
5 0x65,0x00,0x90,0x10 = srav $2, $3, $5
6 0x83,0x00,0x40,0x38 = srl $4, $3, 7
7 0x65,0x00,0x50,0x10 = srlv $2, $3, $5
8 0x26,0x01,0xc0,0x38 = rotr $9, $6, 7
9 0xc7,0x00,0xd0,0x48 = rotrv $9, $6, $7
static void rotr(ut32 *x, int s)