Home
last modified time | relevance | path

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

/external/capstone/bindings/java/capstone/
DArm64_const.java844 public static final int ARM64_INS_SRSRA = 302; field in Arm64_const
/external/capstone/bindings/python/capstone/
Darm64_const.py841 ARM64_INS_SRSRA = 302 variable
/external/capstone/include/capstone/
Darm64.h979 ARM64_INS_SRSRA, enumerator
/external/capstone/arch/AArch64/
DAArch64Mapping.c638 { ARM64_INS_SRSRA, "srsra" },
DAArch64MappingInsn.inc9641 AArch64_SRSRAd, ARM64_INS_SRSRA,
9647 AArch64_SRSRAv16i8_shift, ARM64_INS_SRSRA,
9653 AArch64_SRSRAv2i32_shift, ARM64_INS_SRSRA,
9659 AArch64_SRSRAv2i64_shift, ARM64_INS_SRSRA,
9665 AArch64_SRSRAv4i16_shift, ARM64_INS_SRSRA,
9671 AArch64_SRSRAv4i32_shift, ARM64_INS_SRSRA,
9677 AArch64_SRSRAv8i16_shift, ARM64_INS_SRSRA,
9683 AArch64_SRSRAv8i8_shift, ARM64_INS_SRSRA,
DAArch64MappingInsnOp.inc6425 { /* AArch64_SRSRAd, ARM64_INS_SRSRA: srsra $rd, $rn, $imm */
6429 { /* AArch64_SRSRAv16i8_shift, ARM64_INS_SRSRA: srsra.16b $rd, $rn, $imm */
6433 { /* AArch64_SRSRAv2i32_shift, ARM64_INS_SRSRA: srsra.2s $rd, $rn, $imm */
6437 { /* AArch64_SRSRAv2i64_shift, ARM64_INS_SRSRA: srsra.2d $rd, $rn, $imm */
6441 { /* AArch64_SRSRAv4i16_shift, ARM64_INS_SRSRA: srsra.4h $rd, $rn, $imm */
6445 { /* AArch64_SRSRAv4i32_shift, ARM64_INS_SRSRA: srsra.4s $rd, $rn, $imm */
6449 { /* AArch64_SRSRAv8i16_shift, ARM64_INS_SRSRA: srsra.8h $rd, $rn, $imm */
6453 { /* AArch64_SRSRAv8i8_shift, ARM64_INS_SRSRA: srsra.8b $rd, $rn, $imm */