Home
last modified time | relevance | path

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

/freebsd/contrib/file/src/
H A Dsoftmagic.c109 #define SEXT(s,v,p) ((s) ? \ macro
1643 off = SEXT(sgn,8,q->b); in mget()
1648 off = SEXT(sgn,16,q->h); in mget()
1653 off = SEXT(sgn,16,BE16(q)); in mget()
1658 off = SEXT(sgn,16,LE16(q)); in mget()
1663 off = SEXT(sgn,32,q->l); in mget()
1669 off = SEXT(sgn,32,BE32(q)); in mget()
1675 off = SEXT(sgn,32,LE32(q)); in mget()
1680 off = SEXT(sgn,32,ME32(q)); in mget()
1685 off = SEXT(sgn,64,BE64(q)); in mget()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIDefines.h268 SEXT = 1 << 0, // Integer sign-extend modifier enumerator
H A DSIPeepholeSDWA.cpp324 Mods |= SISrcMods::SEXT; in getSrcMods()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUInstPrinter.cpp965 if (InputModifiers & SISrcMods::SEXT) in printOperandAndIntInputMods()
968 if (InputModifiers & SISrcMods::SEXT) in printOperandAndIntInputMods()
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRExpandPseudoInsts.cpp2405 template <> bool AVRExpandPseudo::expand<AVR::SEXT>(Block &MBB, BlockIt MBBI) { in expand()
2633 EXPAND(AVR::SEXT); in expandMI()
H A DAVRInstrInfo.td2244 def SEXT
2540 (SEXT(i8(EXTRACT_SUBREG i16
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp93 Operand |= Sext ? SISrcMods::SEXT : 0u; in getIntModifiersOperand()