Home
last modified time | relevance | path

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

/external/capstone/bindings/java/capstone/
DArm64_const.java849 public static final int ARM64_INS_SSRA = 307; field in Arm64_const
/external/capstone/bindings/python/capstone/
Darm64_const.py846 ARM64_INS_SSRA = 307 variable
/external/capstone/include/capstone/
Darm64.h984 ARM64_INS_SSRA, enumerator
/external/capstone/arch/AArch64/
DAArch64Mapping.c643 { ARM64_INS_SSRA, "ssra" },
DAArch64MappingInsn.inc9821 AArch64_SSRAd, ARM64_INS_SSRA,
9827 AArch64_SSRAv16i8_shift, ARM64_INS_SSRA,
9833 AArch64_SSRAv2i32_shift, ARM64_INS_SSRA,
9839 AArch64_SSRAv2i64_shift, ARM64_INS_SSRA,
9845 AArch64_SSRAv4i16_shift, ARM64_INS_SSRA,
9851 AArch64_SSRAv4i32_shift, ARM64_INS_SSRA,
9857 AArch64_SSRAv8i16_shift, ARM64_INS_SSRA,
9863 AArch64_SSRAv8i8_shift, ARM64_INS_SSRA,
DAArch64MappingInsnOp.inc6545 { /* AArch64_SSRAd, ARM64_INS_SSRA: ssra $rd, $rn, $imm */
6549 { /* AArch64_SSRAv16i8_shift, ARM64_INS_SSRA: ssra.16b $rd, $rn, $imm */
6553 { /* AArch64_SSRAv2i32_shift, ARM64_INS_SSRA: ssra.2s $rd, $rn, $imm */
6557 { /* AArch64_SSRAv2i64_shift, ARM64_INS_SSRA: ssra.2d $rd, $rn, $imm */
6561 { /* AArch64_SSRAv4i16_shift, ARM64_INS_SSRA: ssra.4h $rd, $rn, $imm */
6565 { /* AArch64_SSRAv4i32_shift, ARM64_INS_SSRA: ssra.4s $rd, $rn, $imm */
6569 { /* AArch64_SSRAv8i16_shift, ARM64_INS_SSRA: ssra.8h $rd, $rn, $imm */
6573 { /* AArch64_SSRAv8i8_shift, ARM64_INS_SSRA: ssra.8b $rd, $rn, $imm */