Searched refs:ac_idx (Results 1 – 4 of 4) sorted by relevance
/external/capstone/arch/AArch64/ |
D | AArch64InstPrinter.c | 72 access = get_op_access(MI->csh, MCInst_getOpcode(MI), MI->ac_idx); in set_mem_access() 74 MI->ac_idx++; in set_mem_access() 141 access = get_op_access(MI->csh, MCInst_getOpcode(MI), MI->ac_idx); in AArch64_printInst() 143 MI->ac_idx++; in AArch64_printInst() 149 access = get_op_access(MI->csh, MCInst_getOpcode(MI), MI->ac_idx); in AArch64_printInst() 151 MI->ac_idx++; in AArch64_printInst() 206 access = get_op_access(MI->csh, MCInst_getOpcode(MI), MI->ac_idx); in AArch64_printInst() 208 MI->ac_idx++; in AArch64_printInst() 214 access = get_op_access(MI->csh, MCInst_getOpcode(MI), MI->ac_idx); in AArch64_printInst() 216 MI->ac_idx++; in AArch64_printInst() [all …]
|
/external/capstone/arch/ARM/ |
D | ARMInstPrinter.c | 156 access = get_op_access(MI->csh, MCInst_getOpcode(MI), MI->ac_idx); in set_mem_access() 158 MI->ac_idx++; in set_mem_access() 641 access = get_op_access(MI->csh, MCInst_getOpcode(MI), MI->ac_idx); in ARM_printInst() 643 MI->ac_idx++; in ARM_printInst() 665 MI->ac_idx = 1; in ARM_printInst() 841 access = get_op_access(MI->csh, MCInst_getOpcode(MI), MI->ac_idx); in printOperand() 843 MI->ac_idx++; in printOperand() 1506 access = get_op_access(MI->csh, MCInst_getOpcode(MI), MI->ac_idx); in printRegisterList() 1526 MI->ac_idx++; in printRegisterList() 1823 MI->ac_idx--; // consecutive operands share the same access right in printNoHashImmediate() [all …]
|
/external/capstone/ |
D | MCInst.h | 107 uint8_t ac_idx; member
|
D | MCInst.c | 33 inst->ac_idx = 0; in MCInst_Init()
|