mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-13 23:20:41 +00:00
Add a comment to describe letters used in multiclass name suffixes.
llvm-svn: 83257
This commit is contained in:
parent
be258e083a
commit
64ce6ef65a
@ -935,6 +935,12 @@ class N2VCvtQ<bit op24, bit op23, bits<6> op21_16, bits<4> op11_8, bit op7,
|
||||
// Multiclasses
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
// Abbreviations used in multiclass suffixes:
|
||||
// Q = quarter int (8 bit) elements
|
||||
// H = half int (16 bit) elements
|
||||
// S = single int (32 bit) elements
|
||||
// D = double int (64 bit) elements
|
||||
|
||||
// Neon 3-register vector operations.
|
||||
|
||||
// First with only element sizes of 8, 16 and 32 bits:
|
||||
|
Loading…
x
Reference in New Issue
Block a user