Home
last modified time | relevance | path

Searched refs:XCORE_REG_INVALID (Results 1 – 9 of 9) 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/suite/cstest/src/
Dxcore_detail.c36 if (op->mem.base != XCORE_REG_INVALID) in get_detail_xcore()
38 if (op->mem.index != XCORE_REG_INVALID) in get_detail_xcore()
/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/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/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/python/capstone/
Dxcore_const.py8 XCORE_REG_INVALID = 0 variable
/external/capstone/bindings/java/capstone/
DXcore_const.java11 public static final int XCORE_REG_INVALID = 0; field in Xcore_const
/external/capstone/include/capstone/
Dxcore.h27 XCORE_REG_INVALID = 0, enumerator