Rizin
unix-like reverse engineering framework and cli tools
neon-bitwise-instructions.s.cs
Go to the documentation of this file.
1 # CS_ARCH_ARM64, 0, None
2 0x20,0x1c,0x22,0x0e = and v0.8b, v1.8b, v2.8b
3 0x20,0x1c,0x22,0x4e = and v0.16b, v1.16b, v2.16b
4 0x20,0x1c,0xa2,0x0e = orr v0.8b, v1.8b, v2.8b
5 0x20,0x1c,0xa2,0x4e = orr v0.16b, v1.16b, v2.16b
6 0x20,0x1c,0x22,0x2e = eor v0.8b, v1.8b, v2.8b
7 0x20,0x1c,0x22,0x6e = eor v0.16b, v1.16b, v2.16b
8 0x20,0x1c,0xa2,0x2e = bit v0.8b, v1.8b, v2.8b
9 0x20,0x1c,0xa2,0x6e = bit v0.16b, v1.16b, v2.16b
10 0x20,0x1c,0xe2,0x2e = bif v0.8b, v1.8b, v2.8b
11 0x20,0x1c,0xe2,0x6e = bif v0.16b, v1.16b, v2.16b
12 0x20,0x1c,0x62,0x2e = bsl v0.8b, v1.8b, v2.8b
13 0x20,0x1c,0x62,0x6e = bsl v0.16b, v1.16b, v2.16b
14 0x20,0x1c,0xe2,0x0e = orn v0.8b, v1.8b, v2.8b
15 0x20,0x1c,0xe2,0x4e = orn v0.16b, v1.16b, v2.16b
16 0x20,0x1c,0x62,0x0e = bic v0.8b, v1.8b, v2.8b
17 0x20,0x1c,0x62,0x4e = bic v0.16b, v1.16b, v2.16b
static RzILOpEffect * bic(cs_insn *insn)
Definition: arm_il64.c:664
RzCryptoSelector bit
Definition: crypto.c:16
@ v0
Definition: lanai.h:84
@ v1
Definition: lanai.h:85