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