Searched refs:ARM64_INS_RSHRN (Results 1 – 6 of 6) sorted by relevance
/external/capstone/bindings/java/capstone/ |
D | Arm64_const.java | 758 public static final int ARM64_INS_RSHRN = 216; field in Arm64_const
|
/external/capstone/bindings/python/capstone/ |
D | arm64_const.py | 755 ARM64_INS_RSHRN = 216 variable
|
/external/capstone/include/capstone/ |
D | arm64.h | 892 ARM64_INS_RSHRN, enumerator
|
/external/capstone/arch/AArch64/ |
D | AArch64Mapping.c | 552 { ARM64_INS_RSHRN, "rshrn" },
|
D | AArch64MappingInsn.inc | 6959 AArch64_RSHRNv2i32_shift, ARM64_INS_RSHRN, 6965 AArch64_RSHRNv4i16_shift, ARM64_INS_RSHRN, 6983 AArch64_RSHRNv8i8_shift, ARM64_INS_RSHRN,
|
D | AArch64MappingInsnOp.inc | 4637 { /* AArch64_RSHRNv2i32_shift, ARM64_INS_RSHRN: rshrn.2s $rd, $rn, $imm */ 4641 { /* AArch64_RSHRNv4i16_shift, ARM64_INS_RSHRN: rshrn.4h $rd, $rn, $imm */ 4653 { /* AArch64_RSHRNv8i8_shift, ARM64_INS_RSHRN: rshrn.8b $rd, $rn, $imm */
|