Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/InstPrinter/
DAArch64InstPrinter.h58 void printPostIncOperand(const MCInst *MI, unsigned OpNo, unsigned Imm,
61 void printPostIncOperand(const MCInst *MI, unsigned OpNo, in printPostIncOperand() function
63 printPostIncOperand(MI, OpNo, Amount, O); in printPostIncOperand()
DAArch64InstPrinter.cpp944 void AArch64InstPrinter::printPostIncOperand(const MCInst *MI, unsigned OpNo, in printPostIncOperand() function in AArch64InstPrinter
/external/llvm/lib/Target/AArch64/
DAArch64RegisterInfo.td191 def GPR64pi1 : RegisterOperand<GPR64, "printPostIncOperand<1>">;
192 def GPR64pi2 : RegisterOperand<GPR64, "printPostIncOperand<2>">;
193 def GPR64pi3 : RegisterOperand<GPR64, "printPostIncOperand<3>">;
194 def GPR64pi4 : RegisterOperand<GPR64, "printPostIncOperand<4>">;
195 def GPR64pi6 : RegisterOperand<GPR64, "printPostIncOperand<6>">;
196 def GPR64pi8 : RegisterOperand<GPR64, "printPostIncOperand<8>">;
197 def GPR64pi12 : RegisterOperand<GPR64, "printPostIncOperand<12>">;
198 def GPR64pi16 : RegisterOperand<GPR64, "printPostIncOperand<16>">;
199 def GPR64pi24 : RegisterOperand<GPR64, "printPostIncOperand<24>">;
200 def GPR64pi32 : RegisterOperand<GPR64, "printPostIncOperand<32>">;
[all …]