Home
last modified time | relevance | path

Searched refs:printTypedVectorList (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64RegisterInfo.td536 : RegisterOperand<Reg, "printTypedVectorList<" # lanes # ", '"
1011 def Z_b : RegisterOperand<ZPR, "printTypedVectorList<0,'b'>"> {
1015 def Z_h : RegisterOperand<ZPR, "printTypedVectorList<0,'h'>"> {
1019 def Z_s : RegisterOperand<ZPR, "printTypedVectorList<0,'s'>"> {
1023 def Z_d : RegisterOperand<ZPR, "printTypedVectorList<0,'d'>"> {
1027 def ZZ_b : RegisterOperand<ZPR2, "printTypedVectorList<0,'b'>"> {
1031 def ZZ_h : RegisterOperand<ZPR2, "printTypedVectorList<0,'h'>"> {
1035 def ZZ_s : RegisterOperand<ZPR2, "printTypedVectorList<0,'s'>"> {
1039 def ZZ_d : RegisterOperand<ZPR2, "printTypedVectorList<0,'d'>"> {
1043 def ZZZ_b : RegisterOperand<ZPR3, "printTypedVectorList<0,'b'>"> {
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64InstPrinter.h154 void printTypedVectorList(const MCInst *MI, unsigned OpNum,
H A DAArch64InstPrinter.cpp1333 void AArch64InstPrinter::printTypedVectorList(const MCInst *MI, unsigned OpNum, in printTypedVectorList() function in AArch64InstPrinter