Home
last modified time | relevance | path

Searched refs:XCORE_REG_INVALID (Results 1 – 8 of 8) sorted by relevance

/external/capstone/cstool/
Dcstool_xcore.c35 if (op->mem.base != XCORE_REG_INVALID) in print_insn_detail_xcore()
38 if (op->mem.index != XCORE_REG_INVALID) in print_insn_detail_xcore()
/external/capstone/arch/XCore/
DXCoreInstPrinter.c92 …_insn->detail->xcore.operands[MI->flat_insn->detail->xcore.op_count].mem.index = XCORE_REG_INVALID; in XCore_insn_extract()
162 …t_insn->detail->xcore.operands[MI->flat_insn->detail->xcore.op_count].mem.base = XCORE_REG_INVALID; in set_mem_access()
164 …_insn->detail->xcore.operands[MI->flat_insn->detail->xcore.op_count].mem.index = XCORE_REG_INVALID; in set_mem_access()
172 …_insn->detail->xcore.operands[MI->flat_insn->detail->xcore.op_count].mem.index = XCORE_REG_INVALID; in set_mem_access()
DXCoreMapping.c17 { XCORE_REG_INVALID, NULL },
/external/capstone/tests/
Dtest_xcore.c57 if (op->mem.base != XCORE_REG_INVALID) in print_insn_detail()
60 if (op->mem.index != XCORE_REG_INVALID) in print_insn_detail()
/external/capstone/bindings/java/
DTestXcore.java48 if (i.value.mem.base != XCORE_REG_INVALID) in print_ins_detail()
50 if (i.value.mem.index != XCORE_REG_INVALID) in print_ins_detail()
/external/capstone/bindings/java/capstone/
DXcore_const.java15 public static final int XCORE_REG_INVALID = 0; field in Xcore_const
/external/capstone/bindings/python/capstone/
Dxcore_const.py12 XCORE_REG_INVALID = 0 variable
/external/capstone/include/
Dxcore.h58 XCORE_REG_INVALID = 0, enumerator