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

  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64AddressingModes.h 32 enum ShiftExtendType {
52 static inline const char *getShiftExtendName(AArch64_AM::ShiftExtendType ST) {
73 static inline AArch64_AM::ShiftExtendType getShiftType(unsigned Imm) {
98 static inline unsigned getShifterImm(AArch64_AM::ShiftExtendType ST,
123 static inline AArch64_AM::ShiftExtendType getExtendType(unsigned Imm) {
138 static inline AArch64_AM::ShiftExtendType getArithExtendType(unsigned Imm) {
151 inline unsigned getExtendEncoding(AArch64_AM::ShiftExtendType ET) {
170 static inline unsigned getArithExtendImm(AArch64_AM::ShiftExtendType ET,
184 static inline AArch64_AM::ShiftExtendType getMemExtendType(unsigned Imm) {
200 static inline unsigned getMemExtendImm(AArch64_AM::ShiftExtendType ET
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64AddressingModes.h 32 enum ShiftExtendType {
52 static inline const char *getShiftExtendName(AArch64_AM::ShiftExtendType ST) {
73 static inline AArch64_AM::ShiftExtendType getShiftType(unsigned Imm) {
98 static inline unsigned getShifterImm(AArch64_AM::ShiftExtendType ST,
123 static inline AArch64_AM::ShiftExtendType getExtendType(unsigned Imm) {
138 static inline AArch64_AM::ShiftExtendType getArithExtendType(unsigned Imm) {
151 inline unsigned getExtendEncoding(AArch64_AM::ShiftExtendType ET) {
170 static inline unsigned getArithExtendImm(AArch64_AM::ShiftExtendType ET,
184 static inline AArch64_AM::ShiftExtendType getMemExtendType(unsigned Imm) {
200 static inline unsigned getMemExtendImm(AArch64_AM::ShiftExtendType ET
    [all...]

Completed in 1922 milliseconds