Searched refs:ARM64_INS_SRSHR (Results 1 – 6 of 6) sorted by relevance
/external/capstone/bindings/java/capstone/ |
D | Arm64_const.java | 843 public static final int ARM64_INS_SRSHR = 301; field in Arm64_const
|
/external/capstone/bindings/python/capstone/ |
D | arm64_const.py | 840 ARM64_INS_SRSHR = 301 variable
|
/external/capstone/include/capstone/ |
D | arm64.h | 978 ARM64_INS_SRSHR, enumerator
|
/external/capstone/arch/AArch64/ |
D | AArch64Mapping.c | 637 { ARM64_INS_SRSHR, "srshr" },
|
D | AArch64MappingInsn.inc | 9593 AArch64_SRSHRd, ARM64_INS_SRSHR, 9599 AArch64_SRSHRv16i8_shift, ARM64_INS_SRSHR, 9605 AArch64_SRSHRv2i32_shift, ARM64_INS_SRSHR, 9611 AArch64_SRSHRv2i64_shift, ARM64_INS_SRSHR, 9617 AArch64_SRSHRv4i16_shift, ARM64_INS_SRSHR, 9623 AArch64_SRSHRv4i32_shift, ARM64_INS_SRSHR, 9629 AArch64_SRSHRv8i16_shift, ARM64_INS_SRSHR, 9635 AArch64_SRSHRv8i8_shift, ARM64_INS_SRSHR,
|
D | AArch64MappingInsnOp.inc | 6393 { /* AArch64_SRSHRd, ARM64_INS_SRSHR: srshr $rd, $rn, $imm */ 6397 { /* AArch64_SRSHRv16i8_shift, ARM64_INS_SRSHR: srshr.16b $rd, $rn, $imm */ 6401 { /* AArch64_SRSHRv2i32_shift, ARM64_INS_SRSHR: srshr.2s $rd, $rn, $imm */ 6405 { /* AArch64_SRSHRv2i64_shift, ARM64_INS_SRSHR: srshr.2d $rd, $rn, $imm */ 6409 { /* AArch64_SRSHRv4i16_shift, ARM64_INS_SRSHR: srshr.4h $rd, $rn, $imm */ 6413 { /* AArch64_SRSHRv4i32_shift, ARM64_INS_SRSHR: srshr.4s $rd, $rn, $imm */ 6417 { /* AArch64_SRSHRv8i16_shift, ARM64_INS_SRSHR: srshr.8h $rd, $rn, $imm */ 6421 { /* AArch64_SRSHRv8i8_shift, ARM64_INS_SRSHR: srshr.8b $rd, $rn, $imm */
|