Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64RegisterInfo.td597 : RegisterOperand<Reg, "printTypedVectorList<" # lanes # ", '"
1072 def PP_b : RegisterOperand<PPR2, "printTypedVectorList<0,'b'>"> {
1076 def PP_h : RegisterOperand<PPR2, "printTypedVectorList<0,'h'>"> {
1080 def PP_s : RegisterOperand<PPR2, "printTypedVectorList<0,'s'>"> {
1084 def PP_d : RegisterOperand<PPR2, "printTypedVectorList<0,'d'>"> {
1103 def PP_b_mul_r : RegisterOperand<PPR2Mul2, "printTypedVectorList<0,'b'>"> {
1107 def PP_h_mul_r : RegisterOperand<PPR2Mul2, "printTypedVectorList<0,'h'>"> {
1111 def PP_s_mul_r : RegisterOperand<PPR2Mul2, "printTypedVectorList<0,'s'>"> {
1115 def PP_d_mul_r : RegisterOperand<PPR2Mul2, "printTypedVectorList<0,'d'>"> {
1238 def Z_b : RegisterOperand<ZPR, "printTypedVectorList<
[all...]
/freebsd-src/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