Searched refs:ARM64_INS_RSUBHN (Results 1 – 6 of 6) sorted by relevance
/external/capstone/bindings/java/capstone/ |
D | Arm64_const.java | 759 public static final int ARM64_INS_RSUBHN = 217; field in Arm64_const
|
/external/capstone/bindings/python/capstone/ |
D | arm64_const.py | 756 ARM64_INS_RSUBHN = 217 variable
|
/external/capstone/include/capstone/ |
D | arm64.h | 893 ARM64_INS_RSUBHN, enumerator
|
/external/capstone/arch/AArch64/ |
D | AArch64Mapping.c | 553 { ARM64_INS_RSUBHN, "rsubhn" },
|
D | AArch64MappingInsn.inc | 6989 AArch64_RSUBHNv2i64_v2i32, ARM64_INS_RSUBHN, 7001 AArch64_RSUBHNv4i32_v4i16, ARM64_INS_RSUBHN, 7019 AArch64_RSUBHNv8i16_v8i8, ARM64_INS_RSUBHN,
|
D | AArch64MappingInsnOp.inc | 4657 { /* AArch64_RSUBHNv2i64_v2i32, ARM64_INS_RSUBHN: rsubhn.2s $rd, $rn, $rm */ 4665 { /* AArch64_RSUBHNv4i32_v4i16, ARM64_INS_RSUBHN: rsubhn.4h $rd, $rn, $rm */ 4677 { /* AArch64_RSUBHNv8i16_v8i8, ARM64_INS_RSUBHN: rsubhn.8b $rd, $rn, $rm */
|