Searched refs:printTypedVectorList (Results 1 – 3 of 3) sorted by relevance
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
H A D | AArch64RegisterInfo.td | 549 : RegisterOperand<Reg, "printTypedVectorList<" # lanes # ", '" 997 def PP_b : RegisterOperand<PPR2, "printTypedVectorList<0,'b'>"> { 1001 def PP_h : RegisterOperand<PPR2, "printTypedVectorList<0,'h'>"> { 1005 def PP_s : RegisterOperand<PPR2, "printTypedVectorList<0,'s'>"> { 1009 def PP_d : RegisterOperand<PPR2, "printTypedVectorList<0,'d'>"> { 1028 def PP_b_mul_r : RegisterOperand<PPR2Mul2, "printTypedVectorList<0,'b'>"> { 1032 def PP_h_mul_r : RegisterOperand<PPR2Mul2, "printTypedVectorList<0,'h'>"> { 1036 def PP_s_mul_r : RegisterOperand<PPR2Mul2, "printTypedVectorList<0,'s'>"> { 1040 def PP_d_mul_r : RegisterOperand<PPR2Mul2, "printTypedVectorList<0,'d'>"> { 1154 def Z_b : RegisterOperand<ZPR, "printTypedVectorList<0,'b'>"> { [all …]
|
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/MCTargetDesc/ |
H A D | AArch64InstPrinter.h | 169 void printTypedVectorList(const MCInst *MI, unsigned OpNum,
|
H A D | AArch64InstPrinter.cpp | 1720 void AArch64InstPrinter::printTypedVectorList(const MCInst *MI, unsigned OpNum, in printTypedVectorList() function in AArch64InstPrinter
|