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