Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64RegisterInfo.td544 : RegisterOperand<Reg, "printTypedVectorList<" # lanes # ", '"
1021 def Z_b : RegisterOperand<ZPR, "printTypedVectorList<0,'b'>"> {
1025 def Z_h : RegisterOperand<ZPR, "printTypedVectorList<0,'h'>"> {
1029 def Z_s : RegisterOperand<ZPR, "printTypedVectorList<0,'s'>"> {
1033 def Z_d : RegisterOperand<ZPR, "printTypedVectorList<0,'d'>"> {
1037 def ZZ_b : RegisterOperand<ZPR2, "printTypedVectorList<0,'b'>"> {
1041 def ZZ_h : RegisterOperand<ZPR2, "printTypedVectorList<0,'h'>"> {
1045 def ZZ_s : RegisterOperand<ZPR2, "printTypedVectorList<0,'s'>"> {
1049 def ZZ_d : RegisterOperand<ZPR2, "printTypedVectorList<0,'d'>"> {
1053 def ZZZ_b : RegisterOperand<ZPR3, "printTypedVectorList<0,'b'>"> {
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64InstPrinter.h159 void printTypedVectorList(const MCInst *MI, unsigned OpNum,
H A DAArch64InstPrinter.cpp1435 void AArch64InstPrinter::printTypedVectorList(const MCInst *MI, unsigned OpNum, in printTypedVectorList() function in AArch64InstPrinter