Searched refs:ARM64_INS_URSRA (Results 1 – 6 of 6) sorted by relevance
/external/capstone/bindings/java/capstone/ |
D | Arm64_const.java | 942 public static final int ARM64_INS_URSRA = 400; field in Arm64_const
|
/external/capstone/bindings/python/capstone/ |
D | arm64_const.py | 939 ARM64_INS_URSRA = 400 variable
|
/external/capstone/include/capstone/ |
D | arm64.h | 1077 ARM64_INS_URSRA, enumerator
|
/external/capstone/arch/AArch64/ |
D | AArch64Mapping.c | 736 { ARM64_INS_URSRA, "ursra" },
|
D | AArch64MappingInsn.inc | 13397 AArch64_URSRAd, ARM64_INS_URSRA, 13403 AArch64_URSRAv16i8_shift, ARM64_INS_URSRA, 13409 AArch64_URSRAv2i32_shift, ARM64_INS_URSRA, 13415 AArch64_URSRAv2i64_shift, ARM64_INS_URSRA, 13421 AArch64_URSRAv4i16_shift, ARM64_INS_URSRA, 13427 AArch64_URSRAv4i32_shift, ARM64_INS_URSRA, 13433 AArch64_URSRAv8i16_shift, ARM64_INS_URSRA, 13439 AArch64_URSRAv8i8_shift, ARM64_INS_URSRA,
|
D | AArch64MappingInsnOp.inc | 8929 { /* AArch64_URSRAd, ARM64_INS_URSRA: ursra $rd, $rn, $imm */ 8933 { /* AArch64_URSRAv16i8_shift, ARM64_INS_URSRA: ursra.16b $rd, $rn, $imm */ 8937 { /* AArch64_URSRAv2i32_shift, ARM64_INS_URSRA: ursra.2s $rd, $rn, $imm */ 8941 { /* AArch64_URSRAv2i64_shift, ARM64_INS_URSRA: ursra.2d $rd, $rn, $imm */ 8945 { /* AArch64_URSRAv4i16_shift, ARM64_INS_URSRA: ursra.4h $rd, $rn, $imm */ 8949 { /* AArch64_URSRAv4i32_shift, ARM64_INS_URSRA: ursra.4s $rd, $rn, $imm */ 8953 { /* AArch64_URSRAv8i16_shift, ARM64_INS_URSRA: ursra.8h $rd, $rn, $imm */ 8957 { /* AArch64_URSRAv8i8_shift, ARM64_INS_URSRA: ursra.8b $rd, $rn, $imm */
|