Home
last modified time | relevance | path

Searched refs:ARM64_INS_RSHRN (Results 1 – 6 of 6) sorted by relevance

/external/capstone/bindings/java/capstone/
DArm64_const.java758 public static final int ARM64_INS_RSHRN = 216; field in Arm64_const
/external/capstone/bindings/python/capstone/
Darm64_const.py755 ARM64_INS_RSHRN = 216 variable
/external/capstone/include/capstone/
Darm64.h892 ARM64_INS_RSHRN, enumerator
/external/capstone/arch/AArch64/
DAArch64Mapping.c552 { ARM64_INS_RSHRN, "rshrn" },
DAArch64MappingInsn.inc6959 AArch64_RSHRNv2i32_shift, ARM64_INS_RSHRN,
6965 AArch64_RSHRNv4i16_shift, ARM64_INS_RSHRN,
6983 AArch64_RSHRNv8i8_shift, ARM64_INS_RSHRN,
DAArch64MappingInsnOp.inc4637 { /* 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 */