Home
last modified time | relevance | path

Searched refs:AM5Opc (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMAddressingModes.h496 static inline unsigned char getAM5Offset(unsigned AM5Opc) { in getAM5Offset() argument
497 return AM5Opc & 0xFF; in getAM5Offset()
499 static inline AddrOpc getAM5Op(unsigned AM5Opc) { in getAM5Op() argument
500 return ((AM5Opc >> 8) & 1) ? sub : add; in getAM5Op()
519 static inline unsigned char getAM5FP16Offset(unsigned AM5Opc) { in getAM5FP16Offset() argument
520 return AM5Opc & 0xFF; in getAM5FP16Offset()
522 static inline AddrOpc getAM5FP16Op(unsigned AM5Opc) { in getAM5FP16Op() argument
523 return ((AM5Opc >> 8) & 1) ? sub : add; in getAM5FP16Op()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/MCTargetDesc/
DARMAddressingModes.h495 static inline unsigned char getAM5Offset(unsigned AM5Opc) { in getAM5Offset() argument
496 return AM5Opc & 0xFF; in getAM5Offset()
498 static inline AddrOpc getAM5Op(unsigned AM5Opc) { in getAM5Op() argument
499 return ((AM5Opc >> 8) & 1) ? sub : add; in getAM5Op()