Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64RegisterInfo.td645 : RegisterOperand<Reg, "printTypedVectorList<" # lanes # ", '"
1136 def PP_b : RegisterOperand<PPR2, "printTypedVectorList<0,'b'>"> {
1140 def PP_h : RegisterOperand<PPR2, "printTypedVectorList<0,'h'>"> {
1144 def PP_s : RegisterOperand<PPR2, "printTypedVectorList<0,'s'>"> {
1148 def PP_d : RegisterOperand<PPR2, "printTypedVectorList<0,'d'>"> {
1168 def PP_b_mul_r : RegisterOperand<PPR2Mul2, "printTypedVectorList<0,'b'>"> {
1172 def PP_h_mul_r : RegisterOperand<PPR2Mul2, "printTypedVectorList<0,'h'>"> {
1176 def PP_s_mul_r : RegisterOperand<PPR2Mul2, "printTypedVectorList<0,'s'>"> {
1180 def PP_d_mul_r : RegisterOperand<PPR2Mul2, "printTypedVectorList<0,'d'>"> {
1335 def Z_b : RegisterOperand<ZPR, "printTypedVectorList<0,'b'>"> {
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64InstPrinter.h171 void printTypedVectorList(const MCInst *MI, unsigned OpNum,
H A DAArch64InstPrinter.cpp1753 void AArch64InstPrinter::printTypedVectorList(const MCInst *MI, unsigned OpNum, in printTypedVectorList() function in AArch64InstPrinter