Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64RegisterInfo.td563 : RegisterOperand<Reg, "printTypedVectorList<" # lanes # ", '"
1015 def PP_b : RegisterOperand<PPR2, "printTypedVectorList<0,'b'>"> {
1019 def PP_h : RegisterOperand<PPR2, "printTypedVectorList<0,'h'>"> {
1023 def PP_s : RegisterOperand<PPR2, "printTypedVectorList<0,'s'>"> {
1027 def PP_d : RegisterOperand<PPR2, "printTypedVectorList<0,'d'>"> {
1172 def Z_b : RegisterOperand<ZPR, "printTypedVectorList<0,'b'>"> {
1176 def Z_h : RegisterOperand<ZPR, "printTypedVectorList<0,'h'>"> {
1180 def Z_s : RegisterOperand<ZPR, "printTypedVectorList<0,'s'>"> {
1184 def Z_d : RegisterOperand<ZPR, "printTypedVectorList<0,'d'>"> {
1188 def Z_q : RegisterOperand<ZPR, "printTypedVectorList<0,'q'>"> {
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64InstPrinter.h170 void printTypedVectorList(const MCInst *MI, unsigned OpNum,
H A DAArch64InstPrinter.cpp1740 void AArch64InstPrinter::printTypedVectorList(const MCInst *MI, unsigned OpNum, in printTypedVectorList() function in AArch64InstPrinter