diff options
| author | Sander de Smalen <sander.desmalen@arm.com> | 2018-07-18 08:10:03 +0000 | 
|---|---|---|
| committer | Sander de Smalen <sander.desmalen@arm.com> | 2018-07-18 08:10:03 +0000 | 
| commit | ac0cb5bf759232be291c0c110d143efd9678a16e (patch) | |
| tree | f78a8bece07aaa3affcaf7b2a9a26c5087242c86 /llvm/tools/llvm-objdump/WasmDump.cpp | |
| parent | 92ea7a7b4877f931770a2bf2c997db0d4bf8bf86 (diff) | |
| download | bcm5719-llvm-ac0cb5bf759232be291c0c110d143efd9678a16e.tar.gz bcm5719-llvm-ac0cb5bf759232be291c0c110d143efd9678a16e.zip | |
[AArch64][SVE] Asm: Support for integer MUL instructions.
This patch adds the following instructions:
  MUL   - multiply vectors, e.g.
    mul z0.h, p0/m, z0.h, z1.h
        - multiply with immediate, e.g.
    mul z0.h, z0.h, #127
  SMULH - signed multiply returning high half, e.g.
    smulh z0.h, p0/m, z0.h, z1.h
  UMULH - unsigned multiply returning high half, e.g.
    umulh z0.h, p0/m, z0.h, z1.h
llvm-svn: 337358
Diffstat (limited to 'llvm/tools/llvm-objdump/WasmDump.cpp')
0 files changed, 0 insertions, 0 deletions

