Rizin
unix-like reverse engineering framework and cli tools
neon-mla-mls-instructions.s.cs
Go to the documentation of this file.
1 # CS_ARCH_ARM64, 0, None
2 0x20,0x94,0x22,0x0e = mla v0.8b, v1.8b, v2.8b
3 0x20,0x94,0x22,0x4e = mla v0.16b, v1.16b, v2.16b
4 0x20,0x94,0x62,0x0e = mla v0.4h, v1.4h, v2.4h
5 0x20,0x94,0x62,0x4e = mla v0.8h, v1.8h, v2.8h
6 0x20,0x94,0xa2,0x0e = mla v0.2s, v1.2s, v2.2s
7 0x20,0x94,0xa2,0x4e = mla v0.4s, v1.4s, v2.4s
8 0x20,0x94,0x22,0x2e = mls v0.8b, v1.8b, v2.8b
9 0x20,0x94,0x22,0x6e = mls v0.16b, v1.16b, v2.16b
10 0x20,0x94,0x62,0x2e = mls v0.4h, v1.4h, v2.4h
11 0x20,0x94,0x62,0x6e = mls v0.8h, v1.8h, v2.8h
12 0x20,0x94,0xa2,0x2e = mls v0.2s, v1.2s, v2.2s
13 0x20,0x94,0xa2,0x6e = mls v0.4s, v1.4s, v2.4s
14 0x20,0xcc,0x22,0x0e = fmla v0.2s, v1.2s, v2.2s
15 0x20,0xcc,0x22,0x4e = fmla v0.4s, v1.4s, v2.4s
16 0x20,0xcc,0x62,0x4e = fmla v0.2d, v1.2d, v2.2d
17 0x20,0xcc,0xa2,0x0e = fmls v0.2s, v1.2s, v2.2s
18 0x20,0xcc,0xa2,0x4e = fmls v0.4s, v1.4s, v2.4s
19 0x20,0xcc,0xe2,0x4e = fmls v0.2d, v1.2d, v2.2d
static RzILOpEffect * mla(cs_insn *insn, bool is_thumb)
Definition: arm_il32.c:1217
@ v0
Definition: lanai.h:84
@ v1
Definition: lanai.h:85