Searched defs:sext (Results 1 – 11 of 11) sorted by relevance
/external/mesa3d/src/freedreno/rnn/ |
D | util.h | 88 #define sext(a, b) extrs(a, 0, b+1) macro
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | KnownBits.h | 145 KnownBits sext(unsigned BitWidth) const { in sext() function
|
/external/llvm-project/llvm/include/llvm/Support/ |
D | KnownBits.h | 148 KnownBits sext(unsigned BitWidth) const { in sext() function
|
/external/swiftshader/src/Pipeline/ |
D | SpirvShaderArithmetic.cpp | 183 auto sext = ~(sign - one); in EmitUnaryOp() local
|
/external/llvm-project/llvm/docs/ |
D | AMDGPUModifierSyntax.rst | 1330 sext subsection
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | APInt.cpp | 861 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/ |
D | APInt.cpp | 883 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/ |
D | APInt.cpp | 807 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/ |
D | APInt.cpp | 814 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/ |
D | APIntTest.cpp | 2581 TEST(APIntTest, sext) { in TEST() argument
|
/external/swiftshader/src/Reactor/ |
D | LLVMReactor.cpp | 117 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()
|