Rizin
unix-like reverse engineering framework and cli tools
mips64-alu-instructions.s.cs
Go to the documentation of this file.
1 # CS_ARCH_MIPS, CS_MODE_MIPS64, None
2 0x24,0x48,0xc7,0x00 = and $9, $6, $7
3 0x67,0x45,0xc9,0x30 = andi $9, $6, 17767
4 0x67,0x45,0xc9,0x30 = andi $9, $6, 17767
5 0x21,0x30,0xe6,0x70 = clo $6, $7
6 0x20,0x30,0xe6,0x70 = clz $6, $7
7 0x84,0x61,0x33,0x7d = ins $19, $9, 6, 7
8 0x27,0x48,0xc7,0x00 = nor $9, $6, $7
9 0x25,0x18,0x65,0x00 = or $3, $3, $5
10 0x67,0x45,0xa4,0x34 = ori $4, $5, 17767
11 0x67,0x45,0xc9,0x34 = ori $9, $6, 17767
12 0xc2,0x49,0x26,0x00 = rotr $9, $6, 7
13 0x46,0x48,0xe6,0x00 = rotrv $9, $6, $7
14 0xc0,0x21,0x03,0x00 = sll $4, $3, 7
15 0x04,0x10,0xa3,0x00 = sllv $2, $3, $5
16 0x2a,0x18,0x65,0x00 = slt $3, $3, $5
17 0x67,0x00,0x63,0x28 = slti $3, $3, 103
18 0x67,0x00,0x63,0x28 = slti $3, $3, 103
19 0x67,0x00,0x63,0x2c = sltiu $3, $3, 103
20 0x2b,0x18,0x65,0x00 = sltu $3, $3, $5
21 0xc3,0x21,0x03,0x00 = sra $4, $3, 7
22 0x07,0x10,0xa3,0x00 = srav $2, $3, $5
23 0xc2,0x21,0x03,0x00 = srl $4, $3, 7
24 0x06,0x10,0xa3,0x00 = srlv $2, $3, $5
25 0x26,0x18,0x65,0x00 = xor $3, $3, $5
26 0x67,0x45,0xc9,0x38 = xori $9, $6, 17767
27 0x67,0x45,0xc9,0x38 = xori $9, $6, 17767
28 0xa0,0x30,0x07,0x7c = wsbh $6, $7
29 0x27,0x38,0x00,0x01 = not $7, $8
30 0x2c,0x48,0xc7,0x00 = dadd $9, $6, $7
31 0x67,0x45,0xc9,0x60 = daddi $9, $6, 17767
32 0x67,0xc5,0xc9,0x64 = daddiu $9, $6, -15001
33 0x67,0x45,0xc9,0x60 = daddi $9, $6, 17767
34 0x67,0x45,0x29,0x61 = daddi $9, $9, 17767
35 0x67,0xc5,0xc9,0x64 = daddiu $9, $6, -15001
36 0x67,0xc5,0x29,0x65 = daddiu $9, $9, -15001
37 0x2d,0x48,0xc7,0x00 = daddu $9, $6, $7
38 0x3a,0x4d,0x26,0x00 = drotr $9, $6, 20
39 0x3e,0x4d,0x26,0x00 = drotr32 $9, $6, 52
40 0x00,0x00,0xc7,0x70 = madd $6, $7
41 0x01,0x00,0xc7,0x70 = maddu $6, $7
42 0x04,0x00,0xc7,0x70 = msub $6, $7
43 0x05,0x00,0xc7,0x70 = msubu $6, $7
44 0x18,0x00,0x65,0x00 = mult $3, $5
45 0x19,0x00,0x65,0x00 = multu $3, $5
46 0x2f,0x20,0x65,0x00 = dsubu $4, $3, $5
47 0x2d,0x38,0x00,0x01 = move $7, $8
static unsigned mult(unsigned a, unsigned b)
Definition: aesdata.c:67
static RzILOpEffect * clz(cs_insn *insn, bool is_thumb)
Definition: arm_il32.c:1112
static RzILOpEffect * madd(cs_insn *insn)
Definition: arm_il64.c:1591
static void rotr(ut32 *x, int s)