Home
last modified time | relevance | path

Searched refs:SEXT (Results 1 - 6 of 6) sorted by relevance

/third_party/mesa3d/src/panfrost/bifrost/valhall/
H A Ddisassemble.h14 #define SEXT(b, count) ((b ^ BIT(count - 1)) - BIT(count - 1)) macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DSIDefines.h179 // NEG and SEXT share same bit-mask because they can't be set simultaneously.
184 SEXT = 1 << 0, // Integer sign-extend modifier
H A DSIPeepholeSDWA.cpp349 Mods |= SISrcMods::SEXT; in getSrcMods()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUInstPrinter.cpp661 if (InputModifiers & SISrcMods::SEXT) in printOperandAndIntInputMods()
664 if (InputModifiers & SISrcMods::SEXT) in printOperandAndIntInputMods()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/
H A DAVRExpandPseudoInsts.cpp1441 template <> bool AVRExpandPseudo::expand<AVR::SEXT>(Block &MBB, BlockIt MBBI) { in expand()
1661 EXPAND(AVR::SEXT); in expandMI()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp113 Operand |= Sext ? SISrcMods::SEXT : 0u; in getIntModifiersOperand()

Completed in 22 milliseconds