Rizin
unix-like reverse engineering framework and cli tools
ppc64-operands.s.cs
Go to the documentation of this file.
1 # CS_ARCH_PPC, CS_MODE_BIG_ENDIAN, CS_OPT_SYNTAX_NOREGNAME
2 0x7c,0x22,0x1a,0x14 = add 1, 2, 3
3 0x7c,0x22,0x1a,0x14 = add 1, 2, 3
4 0x7c,0x00,0x02,0x14 = add 0, 0, 0
5 0x7f,0xff,0xfa,0x14 = add 31, 31, 31
6 0x38,0x20,0x00,0x00 = addi 1, 0, 0
7 0x38,0x20,0x00,0x00 = addi 1, 0, 0
8 0x38,0x22,0x00,0x00 = addi 1, 2, 0
9 0x38,0x20,0x80,0x00 = addi 1, 0, -32768
10 0x38,0x20,0x7f,0xff = addi 1, 0, 32767
11 0x60,0x41,0x00,0x00 = ori 1, 2, 0
12 0x60,0x41,0xff,0xff = ori 1, 2, 65535
13 0x3c,0x20,0x00,0x00 = addis 1, 0, 0
14 0x3c,0x20,0xff,0xff = addis 1, 0, -1
15 0x80,0x20,0x00,0x00 = lwz 1, 0(0)
16 0x80,0x20,0x00,0x00 = lwz 1, 0(0)
17 0x80,0x3f,0x00,0x00 = lwz 1, 0(31)
18 0x80,0x3f,0x00,0x00 = lwz 1, 0(31)
19 0x80,0x22,0x80,0x00 = lwz 1, -32768(2)
20 0x80,0x22,0x7f,0xff = lwz 1, 32767(2)
21 0xe8,0x20,0x00,0x00 = ld 1, 0(0)
22 0xe8,0x20,0x00,0x00 = ld 1, 0(0)
23 0xe8,0x3f,0x00,0x00 = ld 1, 0(31)
24 0xe8,0x3f,0x00,0x00 = ld 1, 0(31)
25 0xe8,0x22,0x80,0x00 = ld 1, -32768(2)
26 0xe8,0x22,0x7f,0xfc = ld 1, 32764(2)
27 0xe8,0x22,0x00,0x04 = ld 1, 4(2)
28 0xe8,0x22,0xff,0xfc = ld 1, -4(2)
29 0x48,0x00,0x04,0x00 = b .+1024
30 0x48,0x00,0x04,0x02 = ba 1024
31 0x41,0x82,0x04,0x00 = beq 0, .+1024
32 0x41,0x82,0x04,0x02 = beqa 0, 1024
#define b(i)
Definition: sha256.c:42
static int add(char *argv[])
Definition: ziptool.c:84