Home
last modified time | relevance | path

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

/external/honggfuzz/linux/
Dpt.c86 inline static uint64_t sext(uint64_t val, uint8_t sign) { in sext() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DKnownBits.h125 KnownBits sext(unsigned BitWidth) { in sext() function
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DAMDGPUOperandSyntax.rst759 sext subsection
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DAPInt.cpp762 int64_t sext = SignExtend64(getWord(0), BitWidth); in roundToDouble() local
840 APInt APInt::sext(unsigned Width) const { in sext() function in APInt
/external/swiftshader/third_party/LLVM/lib/Support/
DAPInt.cpp959 int64_t sext = (int64_t(getWord(0)) << (64-BitWidth)) >> (64-BitWidth); in roundToDouble() local
1037 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/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/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/
DAPIntTest.cpp2254 TEST(APIntTest, sext) { in TEST() argument
/external/swiftshader/src/Reactor/
DLLVMReactor.cpp151 llvm::Value *lowerPMOV(llvm::Value *op, llvm::Type *dstType, bool sext) in lowerPMOV()
342 llvm::Value *lowerMulHigh(llvm::Value *x, llvm::Value *y, bool sext) in lowerMulHigh()