Searched refs:printPostIncOperand (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/MCTargetDesc/ |
H A D | AArch64InstPrinter.h | 64 void printPostIncOperand(const MCInst *MI, unsigned OpNo, unsigned Imm, 67 void printPostIncOperand(const MCInst *MI, unsigned OpNo, in printPostIncOperand() function 69 printPostIncOperand(MI, OpNo, Amount, O); in printPostIncOperand()
|
H A D | AArch64InstPrinter.cpp | 917 void AArch64InstPrinter::printPostIncOperand(const MCInst *MI, unsigned OpNo, in printPostIncOperand() function in AArch64InstPrinter
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
H A D | AArch64RegisterInfo.td | 227 def GPR64pi1 : RegisterOperand<GPR64, "printPostIncOperand<1>">; 228 def GPR64pi2 : RegisterOperand<GPR64, "printPostIncOperand<2>">; 229 def GPR64pi3 : RegisterOperand<GPR64, "printPostIncOperand<3>">; 230 def GPR64pi4 : RegisterOperand<GPR64, "printPostIncOperand<4>">; 231 def GPR64pi6 : RegisterOperand<GPR64, "printPostIncOperand<6>">; 232 def GPR64pi8 : RegisterOperand<GPR64, "printPostIncOperand<8>">; 233 def GPR64pi12 : RegisterOperand<GPR64, "printPostIncOperand<12>">; 234 def GPR64pi16 : RegisterOperand<GPR64, "printPostIncOperand<16>">; 235 def GPR64pi24 : RegisterOperand<GPR64, "printPostIncOperand<24>">; 236 def GPR64pi32 : RegisterOperand<GPR64, "printPostIncOperand<32>">; [all …]
|