Searched refs:printPostIncOperand (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/MCTargetDesc/ |
| H A D | AArch64InstPrinter.h | 66 void printPostIncOperand(const MCInst *MI, unsigned OpNo, unsigned Imm, 69 void printPostIncOperand(const MCInst *MI, unsigned OpNo, in printPostIncOperand() function 71 printPostIncOperand(MI, OpNo, Amount, O); in printPostIncOperand()
|
| H A D | AArch64InstPrinter.cpp | 989 void AArch64InstPrinter::printPostIncOperand(const MCInst *MI, unsigned OpNo, in printPostIncOperand() function in AArch64InstPrinter
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/ |
| H A D | AArch64RegisterInfo.td | 235 def GPR64pi1 : RegisterOperand<GPR64, "printPostIncOperand<1>">; 236 def GPR64pi2 : RegisterOperand<GPR64, "printPostIncOperand<2>">; 237 def GPR64pi3 : RegisterOperand<GPR64, "printPostIncOperand<3>">; 238 def GPR64pi4 : RegisterOperand<GPR64, "printPostIncOperand<4>">; 239 def GPR64pi6 : RegisterOperand<GPR64, "printPostIncOperand<6>">; 240 def GPR64pi8 : RegisterOperand<GPR64, "printPostIncOperand<8>">; 241 def GPR64pi12 : RegisterOperand<GPR64, "printPostIncOperand<12>">; 242 def GPR64pi16 : RegisterOperand<GPR64, "printPostIncOperand<16>">; 243 def GPR64pi24 : RegisterOperand<GPR64, "printPostIncOperand<24>">; 244 def GPR64pi32 : RegisterOperand<GPR64, "printPostIncOperand<32>">; [all …]
|