Searched refs:neon_lane (Results 1 – 10 of 10) sorted by relevance
/external/capstone/cstool/ |
D | cstool_arm.c | 73 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/ |
D | arm_detail.c | 73 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/ |
D | test_arm.py | 75 if i.neon_lane != -1: 76 print("\t\toperands[%u].neon_lane = %u" % (c, i.neon_lane))
|
/external/capstone/tests/ |
D | test_arm.c | 98 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/ |
D | arm.ml | 41 neon_lane: int; RecordField
|
D | ocaml.c | 172 Store_field(tmp2, 5, Val_int(insn[j-1].detail->arm.operands[i].neon_lane)); in _cs_disasm()
|
/external/capstone/bindings/java/capstone/ |
D | Arm.java | 59 public byte neon_lane; field in Arm.Operand
|
/external/capstone/include/capstone/ |
D | arm.h | 420 int8_t neon_lane; member
|
/external/capstone/arch/ARM/ |
D | ARMDisassembler.c | 481 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()
|
D | ARMInstPrinter.c | 1822 MI->flat_insn->detail->arm.operands[MI->flat_insn->detail->arm.op_count].neon_lane = (int8_t)tmp; in printNoHashImmediate()
|