Home
last modified time | relevance | path

Searched refs:neon_lane (Results 1 – 10 of 10) sorted by relevance

/external/capstone/cstool/
Dcstool_arm.c73 if (op->neon_lane != -1) { in print_insn_detail_arm()
74 printf("\t\toperands[%u].neon_lane = %u\n", i, op->neon_lane); in print_insn_detail_arm()
/external/capstone/suite/cstest/src/
Darm_detail.c73 if (op->neon_lane != -1) { in get_detail_arm()
74 add_str(&result, " ; operands[%u].neon_lane = %u", i, op->neon_lane); in get_detail_arm()
/external/capstone/bindings/python/
Dtest_arm.py75 if i.neon_lane != -1:
76 print("\t\toperands[%u].neon_lane = %u" % (c, i.neon_lane))
/external/capstone/tests/
Dtest_arm.c98 if (op->neon_lane != -1) { in print_insn_detail()
99 printf("\t\toperands[%u].neon_lane = %u\n", i, op->neon_lane); in print_insn_detail()
/external/capstone/bindings/ocaml/
Darm.ml41 neon_lane: int; RecordField
Docaml.c172 Store_field(tmp2, 5, Val_int(insn[j-1].detail->arm.operands[i].neon_lane)); in _cs_disasm()
/external/capstone/bindings/java/capstone/
DArm.java59 public byte neon_lane; field in Arm.Operand
/external/capstone/include/capstone/
Darm.h420 int8_t neon_lane; member
/external/capstone/arch/ARM/
DARMDisassembler.c481 MI->flat_insn->detail->arm.operands[i].neon_lane = -1; in _ARM_getInstruction()
724 MI->flat_insn->detail->arm.operands[i].neon_lane = -1; in _Thumb_getInstruction()
DARMInstPrinter.c1822 MI->flat_insn->detail->arm.operands[MI->flat_insn->detail->arm.op_count].neon_lane = (int8_t)tmp; in printNoHashImmediate()