HomeSort by relevance Sort by last modified time
    Searched refs:AArch64_AM_ShiftExtendType (Results 1 - 2 of 2) sorted by null

  /external/capstone/arch/AArch64/
AArch64AddressingModes.h 28 typedef enum AArch64_AM_ShiftExtendType {
45 } AArch64_AM_ShiftExtendType;
48 static inline const char *AArch64_AM_getShiftExtendName(AArch64_AM_ShiftExtendType ST)
69 static inline AArch64_AM_ShiftExtendType AArch64_AM_getShiftType(unsigned Imm)
98 static inline AArch64_AM_ShiftExtendType AArch64_AM_getExtendType(unsigned Imm)
114 static inline AArch64_AM_ShiftExtendType AArch64_AM_getArithExtendType(unsigned Imm)
AArch64InstPrinter.c 809 AArch64_AM_ShiftExtendType ExtType = AArch64_AM_getArithExtendType(Val);
    [all...]

Completed in 60 milliseconds