Searched refs:SEXT (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/file/src/ |
H A D | softmagic.c | 109 #define SEXT(s,v,p) ((s) ? \ macro 1645 off = SEXT(sgn,8,hb[0]); in mget() 1651 off = SEXT(sgn,16,hs); in mget() 1656 off = SEXT(sgn,16,BE16(hb)); in mget() 1661 off = SEXT(sgn,16,LE16(hb)); in mget() 1667 off = SEXT(sgn,32,hl); in mget() 1673 off = SEXT(sgn,32,BE32(hb)); in mget() 1679 off = SEXT(sgn,32,LE32(hb)); in mget() 1684 off = SEXT(sgn,32,ME32(hb)); in mget() 1689 off = SEXT(sgn,64,BE64(hb)); in mget() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIDefines.h | 290 SEXT = 1 << 0, // Integer sign-extend modifier enumerator
|
H A D | SIPeepholeSDWA.cpp | 331 Mods |= SISrcMods::SEXT; in getSrcMods()
|
H A D | SIInstrInfo.cpp | 4815 Mods & SISrcMods::SEXT) { in verifyInstruction()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
H A D | AMDGPUInstPrinter.cpp | 1029 if (InputModifiers & SISrcMods::SEXT) in printOperandAndIntInputMods() 1032 if (InputModifiers & SISrcMods::SEXT) in printOperandAndIntInputMods()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/ |
H A D | AVRExpandPseudoInsts.cpp | 2405 template <> bool AVRExpandPseudo::expand<AVR::SEXT>(Block &MBB, BlockIt MBBI) { in expand() 2633 EXPAND(AVR::SEXT); in expandMI()
|
H A D | AVRInstrInfo.td | 1735 def SEXT 2031 (SEXT(i8(EXTRACT_SUBREG i16
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/ |
H A D | AMDGPUAsmParser.cpp | 95 Operand |= Sext ? SISrcMods::SEXT : 0u; in getIntModifiersOperand()
|