Rizin
unix-like reverse engineering framework and cli tools
arm-arithmetic-aliases.s.cs
Go to the documentation of this file.
1 # CS_ARCH_ARM, CS_MODE_ARM, None
2 0x06,0x20,0x42,0xe2 = sub r2, r2, #6
3 0x06,0x20,0x42,0xe2 = sub r2, r2, #6
4 0x03,0x20,0x42,0xe0 = sub r2, r2, r3
5 0x03,0x20,0x42,0xe0 = sub r2, r2, r3
6 0x06,0x20,0x82,0xe2 = add r2, r2, #6
7 0x06,0x20,0x82,0xe2 = add r2, r2, #6
8 0x03,0x20,0x82,0xe0 = add r2, r2, r3
9 0x03,0x20,0x82,0xe0 = add r2, r2, r3
10 0x06,0x20,0x02,0xe2 = and r2, r2, #6
11 0x06,0x20,0x02,0xe2 = and r2, r2, #6
12 0x03,0x20,0x02,0xe0 = and r2, r2, r3
13 0x03,0x20,0x02,0xe0 = and r2, r2, r3
14 0x06,0x20,0x82,0xe3 = orr r2, r2, #6
15 0x06,0x20,0x82,0xe3 = orr r2, r2, #6
16 0x03,0x20,0x82,0xe1 = orr r2, r2, r3
17 0x03,0x20,0x82,0xe1 = orr r2, r2, r3
18 0x06,0x20,0x22,0xe2 = eor r2, r2, #6
19 0x06,0x20,0x22,0xe2 = eor r2, r2, #6
20 0x03,0x20,0x22,0xe0 = eor r2, r2, r3
21 0x03,0x20,0x22,0xe0 = eor r2, r2, r3
22 0x06,0x20,0xc2,0xe3 = bic r2, r2, #6
23 0x06,0x20,0xc2,0xe3 = bic r2, r2, #6
24 0x03,0x20,0xc2,0xe1 = bic r2, r2, r3
25 0x03,0x20,0xc2,0xe1 = bic r2, r2, r3
26 0x06,0x20,0x52,0x02 = subseq r2, r2, #6
27 0x06,0x20,0x52,0x02 = subseq r2, r2, #6
28 0x03,0x20,0x52,0x00 = subseq r2, r2, r3
29 0x03,0x20,0x52,0x00 = subseq r2, r2, r3
30 0x06,0x20,0x92,0x02 = addseq r2, r2, #6
31 0x06,0x20,0x92,0x02 = addseq r2, r2, #6
32 0x03,0x20,0x92,0x00 = addseq r2, r2, r3
33 0x03,0x20,0x92,0x00 = addseq r2, r2, r3
34 0x06,0x20,0x12,0x02 = andseq r2, r2, #6
35 0x06,0x20,0x12,0x02 = andseq r2, r2, #6
36 0x03,0x20,0x12,0x00 = andseq r2, r2, r3
37 0x03,0x20,0x12,0x00 = andseq r2, r2, r3
38 0x06,0x20,0x92,0x03 = orrseq r2, r2, #6
39 0x06,0x20,0x92,0x03 = orrseq r2, r2, #6
40 0x03,0x20,0x92,0x01 = orrseq r2, r2, r3
41 0x03,0x20,0x92,0x01 = orrseq r2, r2, r3
42 0x06,0x20,0x32,0x02 = eorseq r2, r2, #6
43 0x06,0x20,0x32,0x02 = eorseq r2, r2, #6
44 0x03,0x20,0x32,0x00 = eorseq r2, r2, r3
45 0x03,0x20,0x32,0x00 = eorseq r2, r2, r3
46 0x06,0x20,0xd2,0x03 = bicseq r2, r2, #6
47 0x06,0x20,0xd2,0x03 = bicseq r2, r2, #6
48 0x03,0x20,0xd2,0x01 = bicseq r2, r2, r3
49 0x03,0x20,0xd2,0x01 = bicseq r2, r2, r3
50 0x7b,0x00,0x8f,0xe2 = add r0, pc, #123
static RzILOpEffect * bic(cs_insn *insn)
Definition: arm_il64.c:664
static int add(char *argv[])
Definition: ziptool.c:84