Rizin
unix-like reverse engineering framework and cli tools
mips-control-instructions-64.s.cs
Go to the documentation of this file.
1 # CS_ARCH_MIPS, CS_MODE_MIPS64+CS_MODE_BIG_ENDIAN, None
2 0x00,0x00,0x00,0x0d = break
3 0x00,0x07,0x00,0x0d = break 7, 0
4 0x00,0x07,0x01,0x4d = break 7, 5
5 0x00,0x00,0x00,0x0c = syscall
6 0x00,0x0d,0x15,0x0c = syscall 13396
7 0x42,0x00,0x00,0x18 = eret
8 0x42,0x00,0x00,0x1f = deret
9 0x41,0x60,0x60,0x00 = di
10 0x41,0x60,0x60,0x00 = di
11 0x41,0x6a,0x60,0x00 = di $10
12 0x41,0x60,0x60,0x20 = ei
13 0x41,0x60,0x60,0x20 = ei
14 0x41,0x6a,0x60,0x20 = ei $10
15 0x42,0x00,0x00,0x20 = wait
16 0x00,0x03,0x00,0x34 = teq $zero, $3
17 0x00,0x03,0x00,0x74 = teq $zero, $3, 1
18 0x04,0x6c,0x00,0x01 = teqi $3, 1
19 0x00,0x03,0x00,0x30 = tge $zero, $3
20 0x00,0x03,0x00,0xf0 = tge $zero, $3, 3
21 0x04,0x68,0x00,0x03 = tgei $3, 3
22 0x00,0x03,0x00,0x31 = tgeu $zero, $3
23 0x00,0x03,0x01,0xf1 = tgeu $zero, $3, 7
24 0x04,0x69,0x00,0x07 = tgeiu $3, 7
25 0x00,0x03,0x00,0x32 = tlt $zero, $3
26 0x00,0x03,0x07,0xf2 = tlt $zero, $3, 31
27 0x04,0x6a,0x00,0x1f = tlti $3, 31
28 0x00,0x03,0x00,0x33 = tltu $zero, $3
29 0x00,0x03,0x3f,0xf3 = tltu $zero, $3, 255
30 0x04,0x6b,0x00,0xff = tltiu $3, 255
31 0x00,0x03,0x00,0x36 = tne $zero, $3
32 0x00,0x03,0xff,0xf6 = tne $zero, $3, 1023
33 0x04,0x6e,0x03,0xff = tnei $3, 1023
const char * syscall
Definition: internal.h:270