Home
last modified time | relevance | path

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

/third_party/ltp/tools/sparse/sparse-src/validation/optim/
Dsext.c1 int sext(int x) in sext() function
Dcmp-sext-uimm.c1 #define sext(X) ((unsigned long long) (X)) macro
Dcmp-sext-simm.c1 #define sext(X) ((long long) (X)) macro
/third_party/mesa3d/src/amd/compiler/
Daco_print_ir.cpp624 char sext = sdwa.dst_sel.sign_extend() ? 's' : 'u'; in print_instr_format_specific() local
638 char sext = sdwa.sel[i].sign_extend() ? 's' : 'u'; in print_instr_format_specific() local
Daco_lower_to_hw_instr.cpp519 bool sext = reduce_op == imin8 || reduce_op == imax8; in emit_reduction() local
542 bool sext = reduce_op == imin16 || reduce_op == imax16 || reduce_op == iadd16; in emit_reduction() local
Daco_optimizer.cpp1030 bool sext = instr->operands[3].constantEquals(1); in parse_extract() local
Daco_ir.h1463 sext = 0x20, enumerator
/third_party/mesa3d/src/freedreno/rnn/
Dutil.h88 #define sext(a, b) extrs(a, 0, b+1) macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DKnownBits.h145 KnownBits sext(unsigned BitWidth) const { in sext() function
/third_party/ltp/tools/sparse/sparse-src/
Dscheck.c90 static BoolectorNode *sext(Btor *btor, struct instruction *insn, BoolectorNode *s) in sext() function
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DSpirvShaderArithmetic.cpp183 auto sext = ~(sign - one); in EmitUnaryOp() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
DAPInt.cpp846 int64_t sext = SignExtend64(getWord(0), BitWidth); in roundToDouble() local
924 APInt APInt::sext(unsigned width) const { in sext() function in APInt
/third_party/skia/third_party/externals/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
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DLLVMReactor.cpp117 llvm::Value *lowerPMOV(llvm::Value *op, llvm::Type *dstType, bool sext) in lowerPMOV()
360 llvm::Value *lowerMulHigh(llvm::Value *x, llvm::Value *y, bool sext) in lowerMulHigh()
/third_party/node/deps/v8/src/codegen/riscv64/
Dconstants-riscv64.h1921 #define sext(x, len) (((int32_t)(x) << (32 - len)) >> (32 - len)) macro
/third_party/node/tools/lint-md/
Dlint-md.mjs2657 sext: '✶', property