Searched refs:ARM64_INS_SSRA (Results 1 – 6 of 6) sorted by relevance
/external/capstone/bindings/java/capstone/ |
D | Arm64_const.java | 849 public static final int ARM64_INS_SSRA = 307; field in Arm64_const
|
/external/capstone/bindings/python/capstone/ |
D | arm64_const.py | 846 ARM64_INS_SSRA = 307 variable
|
/external/capstone/include/capstone/ |
D | arm64.h | 984 ARM64_INS_SSRA, enumerator
|
/external/capstone/arch/AArch64/ |
D | AArch64Mapping.c | 643 { ARM64_INS_SSRA, "ssra" },
|
D | AArch64MappingInsn.inc | 9821 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,
|
D | AArch64MappingInsnOp.inc | 6545 { /* 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 */
|