Searched refs:printPostIncOperand (Results 1 – 3 of 3) sorted by relevance
| /src/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/ |
| H A D | AArch64InstPrinter.h | 69 void printPostIncOperand(const MCInst *MI, unsigned OpNo, unsigned Imm, 72 void printPostIncOperand(const MCInst *MI, unsigned OpNo, in printPostIncOperand() function 74 printPostIncOperand(MI, OpNo, Amount, O); in printPostIncOperand()
|
| H A D | AArch64InstPrinter.cpp | 1183 void AArch64InstPrinter::printPostIncOperand(const MCInst *MI, unsigned OpNo, in printPostIncOperand() function in AArch64InstPrinter
|
| /src/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64RegisterInfo.td | 254 def GPR64pi1 : RegisterOperand<GPR64, "printPostIncOperand<1>">; 255 def GPR64pi2 : RegisterOperand<GPR64, "printPostIncOperand<2>">; 256 def GPR64pi3 : RegisterOperand<GPR64, "printPostIncOperand<3>">; 257 def GPR64pi4 : RegisterOperand<GPR64, "printPostIncOperand<4>">; 258 def GPR64pi6 : RegisterOperand<GPR64, "printPostIncOperand<6>">; 259 def GPR64pi8 : RegisterOperand<GPR64, "printPostIncOperand<8>">; 260 def GPR64pi12 : RegisterOperand<GPR64, "printPostIncOperand<12>">; 261 def GPR64pi16 : RegisterOperand<GPR64, "printPostIncOperand<16>">; 262 def GPR64pi24 : RegisterOperand<GPR64, "printPostIncOperand<24>">; 263 def GPR64pi32 : RegisterOperand<GPR64, "printPostIncOperand<32>">; [all …]
|