Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64RegisterInfo.td512 : RegisterOperand<Reg, "printTypedVectorList<" # lanes # ", '"
972 def Z_b : RegisterOperand<ZPR, "printTypedVectorList<0,'b'>"> {
976 def Z_h : RegisterOperand<ZPR, "printTypedVectorList<0,'h'>"> {
980 def Z_s : RegisterOperand<ZPR, "printTypedVectorList<0,'s'>"> {
984 def Z_d : RegisterOperand<ZPR, "printTypedVectorList<0,'d'>"> {
988 def ZZ_b : RegisterOperand<ZPR2, "printTypedVectorList<0,'b'>"> {
992 def ZZ_h : RegisterOperand<ZPR2, "printTypedVectorList<0,'h'>"> {
996 def ZZ_s : RegisterOperand<ZPR2, "printTypedVectorList<0,'s'>"> {
1000 def ZZ_d : RegisterOperand<ZPR2, "printTypedVectorList<0,'d'>"> {
1004 def ZZZ_b : RegisterOperand<ZPR3, "printTypedVectorList<0,'b'>"> {
[all …]
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/InstPrinter/
H A DAArch64InstPrinter.h151 void printTypedVectorList(const MCInst *MI, unsigned OpNum,
H A DAArch64InstPrinter.cpp1306 void AArch64InstPrinter::printTypedVectorList(const MCInst *MI, unsigned OpNum, in printTypedVectorList() function in AArch64InstPrinter