/third_party/ltp/tools/sparse/sparse-src/validation/optim/ |
D | sext.c | 1 int sext(int x) in sext() function
|
D | cmp-sext-uimm.c | 1 #define sext(X) ((unsigned long long) (X)) macro
|
D | cmp-sext-simm.c | 1 #define sext(X) ((long long) (X)) macro
|
/third_party/mesa3d/src/amd/compiler/ |
D | aco_print_ir.cpp | 624 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
|
D | aco_lower_to_hw_instr.cpp | 519 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
|
D | aco_optimizer.cpp | 1030 bool sext = instr->operands[3].constantEquals(1); in parse_extract() local
|
D | aco_ir.h | 1463 sext = 0x20, enumerator
|
/third_party/mesa3d/src/freedreno/rnn/ |
D | util.h | 88 #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/ |
D | KnownBits.h | 145 KnownBits sext(unsigned BitWidth) const { in sext() function
|
/third_party/ltp/tools/sparse/sparse-src/ |
D | scheck.c | 90 static BoolectorNode *sext(Btor *btor, struct instruction *insn, BoolectorNode *s) in sext() function
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
D | SpirvShaderArithmetic.cpp | 183 auto sext = ~(sign - one); in EmitUnaryOp() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | APInt.cpp | 846 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/ |
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
|
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
D | LLVMReactor.cpp | 117 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/ |
D | constants-riscv64.h | 1921 #define sext(x, len) (((int32_t)(x) << (32 - len)) >> (32 - len)) macro
|
/third_party/node/tools/lint-md/ |
D | lint-md.mjs | 2657 sext: '✶', property
|