Home
last modified time | relevance | path

Searched defs:sext (Results 1 – 11 of 11) sorted by relevance

/external/mesa3d/src/freedreno/rnn/
Dutil.h88 #define sext(a, b) extrs(a, 0, b+1) macro
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DKnownBits.h145 KnownBits sext(unsigned BitWidth) const { in sext() function
/external/llvm-project/llvm/include/llvm/Support/
DKnownBits.h148 KnownBits sext(unsigned BitWidth) const { in sext() function
/external/swiftshader/src/Pipeline/
DSpirvShaderArithmetic.cpp183 auto sext = ~(sign - one); in EmitUnaryOp() local
/external/llvm-project/llvm/docs/
DAMDGPUModifierSyntax.rst1330 sext subsection
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DAPInt.cpp861 int64_t sext = SignExtend64(getWord(0), BitWidth); in roundToDouble() local
939 APInt APInt::sext(unsigned width) const { in sext() function in APInt
/external/llvm/lib/Support/
DAPInt.cpp883 int64_t sext = SignExtend64(getWord(0), BitWidth); in roundToDouble() local
961 APInt APInt::sext(unsigned width) const { in sext() function in APInt
/external/llvm-project/llvm/lib/Support/
DAPInt.cpp807 int64_t sext = SignExtend64(getWord(0), BitWidth); in roundToDouble() local
906 APInt APInt::sext(unsigned Width) const { in sext() function in APInt
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DAPInt.cpp814 int64_t sext = SignExtend64(getWord(0), BitWidth); in roundToDouble() local
913 APInt APInt::sext(unsigned Width) const { in sext() function in APInt
/external/llvm-project/llvm/unittests/ADT/
DAPIntTest.cpp2581 TEST(APIntTest, sext) { in TEST() argument
/external/swiftshader/src/Reactor/
DLLVMReactor.cpp117 llvm::Value *lowerPMOV(llvm::Value *op, llvm::Type *dstType, bool sext) in lowerPMOV()
344 llvm::Value *lowerMulHigh(llvm::Value *x, llvm::Value *y, bool sext) in lowerMulHigh()