Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64RegisterInfo.td549 : 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 DAArch64InstPrinter.h169 void printTypedVectorList(const MCInst *MI, unsigned OpNum,
H A DAArch64InstPrinter.cpp1720 void AArch64InstPrinter::printTypedVectorList(const MCInst *MI, unsigned OpNum, in printTypedVectorList() function in AArch64InstPrinter