Home
last modified time | relevance | path

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

/third_party/mesa3d/src/panfrost/bifrost/valhall/
Ddisassemble.h14 #define SEXT(b, count) ((b ^ BIT(count - 1)) - BIT(count - 1)) macro
/third_party/ltp/tools/sparse/sparse-src/
Dopcode.def76 OPCODE(ZEXT, BADOP, BADOP, SEXT, BADOP, 1, OPF_TARGET)
77 OPCODE(SEXT, BADOP, BADOP, ZEXT, BADOP, 1, OPF_TARGET)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIDefines.h184 SEXT = 1 << 0, // Integer sign-extend modifier enumerator
DSIPeepholeSDWA.cpp349 Mods |= SISrcMods::SEXT; in getSrcMods()
/third_party/ltp/tools/sparse/sparse-src/Documentation/release-notes/
Dv0.6.0.rst777 * cast: simplify SEXT(SEXT(x,N),N')
779 * cast: simplify SEXT(ZEXT(x,N),N')
802 * simplify SET{EQ,NE}(SEXT(x, N),{0,1})
814 * simplify SEXT(SETCC(x,y), N)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/MCTargetDesc/
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/
DAVRExpandPseudoInsts.cpp1441 template <> bool AVRExpandPseudo::expand<AVR::SEXT>(Block &MBB, BlockIt MBBI) { in expand()
1661 EXPAND(AVR::SEXT); in expandMI()
DAVRInstrInfo.td1870 def SEXT : ExtensionPseudo<
2071 (SEXT (i8 (EXTRACT_SUBREG i16:$src, sub_lo)))>;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/AsmParser/
DAMDGPUAsmParser.cpp113 Operand |= Sext ? SISrcMods::SEXT : 0u; in getIntModifiersOperand()