Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/InstPrinter/
DAArch64InstPrinter.h57 void printPostIncOperand(const MCInst *MI, unsigned OpNo, unsigned Imm,
60 void printPostIncOperand(const MCInst *MI, unsigned OpNo, in printPostIncOperand() function
62 printPostIncOperand(MI, OpNo, Amount, O); in printPostIncOperand()
DAArch64InstPrinter.cpp910 void AArch64InstPrinter::printPostIncOperand(const MCInst *MI, unsigned OpNo, in printPostIncOperand() function in AArch64InstPrinter
/external/llvm/lib/Target/AArch64/
DAArch64RegisterInfo.td187 def GPR64pi1 : RegisterOperand<GPR64, "printPostIncOperand<1>">;
188 def GPR64pi2 : RegisterOperand<GPR64, "printPostIncOperand<2>">;
189 def GPR64pi3 : RegisterOperand<GPR64, "printPostIncOperand<3>">;
190 def GPR64pi4 : RegisterOperand<GPR64, "printPostIncOperand<4>">;
191 def GPR64pi6 : RegisterOperand<GPR64, "printPostIncOperand<6>">;
192 def GPR64pi8 : RegisterOperand<GPR64, "printPostIncOperand<8>">;
193 def GPR64pi12 : RegisterOperand<GPR64, "printPostIncOperand<12>">;
194 def GPR64pi16 : RegisterOperand<GPR64, "printPostIncOperand<16>">;
195 def GPR64pi24 : RegisterOperand<GPR64, "printPostIncOperand<24>">;
196 def GPR64pi32 : RegisterOperand<GPR64, "printPostIncOperand<32>">;
[all …]