Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AArch64/InstPrinter/
H A DAArch64InstPrinter.h61 void printPostIncOperand(const MCInst *MI, unsigned OpNo, unsigned Imm,
64 void printPostIncOperand(const MCInst *MI, unsigned OpNo, in printPostIncOperand() function
66 printPostIncOperand(MI, OpNo, Amount, O); in printPostIncOperand()
H A DAArch64InstPrinter.cpp890 void AArch64InstPrinter::printPostIncOperand(const MCInst *MI, unsigned OpNo, in printPostIncOperand() function in AArch64InstPrinter
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64RegisterInfo.td216 def GPR64pi1 : RegisterOperand<GPR64, "printPostIncOperand<1>">;
217 def GPR64pi2 : RegisterOperand<GPR64, "printPostIncOperand<2>">;
218 def GPR64pi3 : RegisterOperand<GPR64, "printPostIncOperand<3>">;
219 def GPR64pi4 : RegisterOperand<GPR64, "printPostIncOperand<4>">;
220 def GPR64pi6 : RegisterOperand<GPR64, "printPostIncOperand<6>">;
221 def GPR64pi8 : RegisterOperand<GPR64, "printPostIncOperand<8>">;
222 def GPR64pi12 : RegisterOperand<GPR64, "printPostIncOperand<12>">;
223 def GPR64pi16 : RegisterOperand<GPR64, "printPostIncOperand<16>">;
224 def GPR64pi24 : RegisterOperand<GPR64, "printPostIncOperand<24>">;
225 def GPR64pi32 : RegisterOperand<GPR64, "printPostIncOperand<32>">;
[all …]