Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAddressingModes.h480 inline unsigned char getAM5Offset(unsigned AM5Opc) { return AM5Opc & 0xFF; } in getAM5Offset() argument
481 inline AddrOpc getAM5Op(unsigned AM5Opc) { in getAM5Op() argument
482 return ((AM5Opc >> 8) & 1) ? sub : add; in getAM5Op()
501 inline unsigned char getAM5FP16Offset(unsigned AM5Opc) { in getAM5FP16Offset() argument
502 return AM5Opc & 0xFF; in getAM5FP16Offset()
504 inline AddrOpc getAM5FP16Op(unsigned AM5Opc) { in getAM5FP16Op() argument
505 return ((AM5Opc >> 8) & 1) ? sub : add; in getAM5FP16Op()