Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/ARM/MCTargetDesc/
DARMAddressingModes.h527 static inline unsigned createNEONModImm(unsigned OpCmode, unsigned Val) { in createNEONModImm() argument
528 return (OpCmode << 8) | Val; in createNEONModImm()
541 unsigned OpCmode = getNEONModImmOpCmode(ModImm); in decodeNEONModImm() local
545 if (OpCmode == 0xe) { in decodeNEONModImm()
549 } else if ((OpCmode & 0xc) == 0x8) { in decodeNEONModImm()
551 unsigned ByteNum = (OpCmode & 0x6) >> 1; in decodeNEONModImm()
554 } else if ((OpCmode & 0x8) == 0) { in decodeNEONModImm()
556 unsigned ByteNum = (OpCmode & 0x6) >> 1; in decodeNEONModImm()
559 } else if ((OpCmode & 0xe) == 0xc) { in decodeNEONModImm()
561 unsigned ByteNum = 1 + (OpCmode & 0x1); in decodeNEONModImm()
[all …]
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMAddressingModes.h551 static inline unsigned createNEONModImm(unsigned OpCmode, unsigned Val) { in createNEONModImm() argument
552 return (OpCmode << 8) | Val; in createNEONModImm()
565 unsigned OpCmode = getNEONModImmOpCmode(ModImm); in decodeNEONModImm() local
569 if (OpCmode == 0xe) { in decodeNEONModImm()
573 } else if ((OpCmode & 0xc) == 0x8) { in decodeNEONModImm()
575 unsigned ByteNum = (OpCmode & 0x6) >> 1; in decodeNEONModImm()
578 } else if ((OpCmode & 0x8) == 0) { in decodeNEONModImm()
580 unsigned ByteNum = (OpCmode & 0x6) >> 1; in decodeNEONModImm()
583 } else if ((OpCmode & 0xe) == 0xc) { in decodeNEONModImm()
585 unsigned ByteNum = 1 + (OpCmode & 0x1); in decodeNEONModImm()
[all …]
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMISelLowering.cpp3567 unsigned OpCmode, Imm; in isNEONModifiedImm() local
3583 OpCmode = 0xe; in isNEONModifiedImm()
3593 OpCmode = 0x8; in isNEONModifiedImm()
3599 OpCmode = 0xa; in isNEONModifiedImm()
3613 OpCmode = 0; in isNEONModifiedImm()
3619 OpCmode = 0x2; in isNEONModifiedImm()
3625 OpCmode = 0x4; in isNEONModifiedImm()
3631 OpCmode = 0x6; in isNEONModifiedImm()
3642 OpCmode = 0xc; in isNEONModifiedImm()
3651 OpCmode = 0xd; in isNEONModifiedImm()
[all …]
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp5041 unsigned OpCmode, Imm; in isNEONModifiedImm() local
5057 OpCmode = 0xe; in isNEONModifiedImm()
5067 OpCmode = 0x8; in isNEONModifiedImm()
5073 OpCmode = 0xa; in isNEONModifiedImm()
5087 OpCmode = 0; in isNEONModifiedImm()
5093 OpCmode = 0x2; in isNEONModifiedImm()
5099 OpCmode = 0x4; in isNEONModifiedImm()
5105 OpCmode = 0x6; in isNEONModifiedImm()
5116 OpCmode = 0xc; in isNEONModifiedImm()
5124 OpCmode = 0xd; in isNEONModifiedImm()
[all …]