Searched refs:printPostIncOperand (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/Target/AArch64/InstPrinter/ |
D | AArch64InstPrinter.h | 57 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()
|
D | AArch64InstPrinter.cpp | 910 void AArch64InstPrinter::printPostIncOperand(const MCInst *MI, unsigned OpNo, in printPostIncOperand() function in AArch64InstPrinter
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64RegisterInfo.td | 187 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 …]
|