Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64InstPrinter.h69 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 DAArch64InstPrinter.cpp1163 void AArch64InstPrinter::printPostIncOperand(const MCInst *MI, unsigned OpNo, in printPostIncOperand() function in AArch64InstPrinter
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64RegisterInfo.td240 def GPR64pi1 : RegisterOperand<GPR64, "printPostIncOperand<1>">;
241 def GPR64pi2 : RegisterOperand<GPR64, "printPostIncOperand<2>">;
242 def GPR64pi3 : RegisterOperand<GPR64, "printPostIncOperand<3>">;
243 def GPR64pi4 : RegisterOperand<GPR64, "printPostIncOperand<4>">;
244 def GPR64pi6 : RegisterOperand<GPR64, "printPostIncOperand<6>">;
245 def GPR64pi8 : RegisterOperand<GPR64, "printPostIncOperand<8>">;
246 def GPR64pi12 : RegisterOperand<GPR64, "printPostIncOperand<12>">;
247 def GPR64pi16 : RegisterOperand<GPR64, "printPostIncOperand<16>">;
248 def GPR64pi24 : RegisterOperand<GPR64, "printPostIncOperand<24>">;
249 def GPR64pi32 : RegisterOperand<GPR64, "printPostIncOperand<32>">;
[all …]