Home
last modified time | relevance | path

Searched refs:ARM_REG_INVALID (Results 1 – 7 of 7) sorted by relevance

/external/capstone/tests/
Dtest_arm.c68 if (op->mem.base != ARM_REG_INVALID) in print_insn_detail()
71 if (op->mem.index != ARM_REG_INVALID) in print_insn_detail()
/external/capstone/arch/XCore/
DXCoreInstPrinter.c198 …at_insn->detail->xcore.operands[MI->flat_insn->detail->xcore.op_count].mem.base == ARM_REG_INVALID) in _printOperand()
/external/capstone/bindings/java/capstone/
DArm_const.java169 public static final int ARM_REG_INVALID = 0; field in Arm_const
/external/capstone/bindings/python/capstone/
Darm_const.py166 ARM_REG_INVALID = 0 variable
/external/capstone/include/
Darm.h266 ARM_REG_INVALID = 0, enumerator
/external/capstone/arch/ARM/
DARMInstPrinter.c130 …I->flat_insn->detail->arm.operands[MI->flat_insn->detail->arm.op_count].mem.base = ARM_REG_INVALID; in set_mem_access()
131 …->flat_insn->detail->arm.operands[MI->flat_insn->detail->arm.op_count].mem.index = ARM_REG_INVALID; in set_mem_access()
710 …->flat_insn->detail->arm.operands[MI->flat_insn->detail->arm.op_count].mem.base == ARM_REG_INVALID) in printOperand()
820 …->flat_insn->detail->arm.operands[MI->flat_insn->detail->arm.op_count].mem.index = ARM_REG_INVALID; in printThumbLdrLabelOperand()
1195 …->flat_insn->detail->arm.operands[MI->flat_insn->detail->arm.op_count].mem.index = ARM_REG_INVALID; in printAddrMode5Operand()
DARMMapping.c18 { ARM_REG_INVALID, NULL },
131 { ARM_REG_INVALID, NULL },