Home
last modified time | relevance | path

Searched refs:printPostIncOperand2 (Results 1 – 2 of 2) sorted by relevance

/external/capstone/arch/AArch64/
DAArch64GenAsmWriter.inc5622 printPostIncOperand2(MI, 3, O, 64);
5627 printPostIncOperand2(MI, 3, O, 32);
5632 printPostIncOperand2(MI, 3, O, 16);
5637 printPostIncOperand2(MI, 3, O, 8);
5642 printPostIncOperand2(MI, 3, O, 1);
5647 printPostIncOperand2(MI, 3, O, 4);
5652 printPostIncOperand2(MI, 3, O, 2);
5657 printPostIncOperand2(MI, 3, O, 48);
5662 printPostIncOperand2(MI, 3, O, 24);
5673 printPostIncOperand2(MI, 5, O, 2);
[all …]
DAArch64InstPrinter.c665 static void printPostIncOperand2(MCInst *MI, unsigned OpNo, SStream *O, int Amount) in printPostIncOperand2() function