Home
last modified time | relevance | path

Searched defs:Unsigned (Results 1 – 22 of 22) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAPSInt.h287 static APSInt getMaxValue(uint32_t numBits, bool Unsigned) { in getMaxValue()
294 static APSInt getMinValue(uint32_t numBits, bool Unsigned) { in getMinValue()
/third_party/node/deps/v8/src/torque/
Druntime-macro-shims.h34 inline uint32_t Unsigned(int32_t s) { return static_cast<uint32_t>(s); } in Unsigned() function
36 inline uintptr_t Unsigned(intptr_t s) { return static_cast<uintptr_t>(s); } in Unsigned() function
/third_party/node/deps/v8/tools/debug_helper/
Ddebug-macro-shims.h92 inline Value<uint32_t> Unsigned(d::MemoryAccessor accessor, int32_t s) { in Unsigned() function
96 inline Value<uintptr_t> Unsigned(d::MemoryAccessor accessor, intptr_t s) { in Unsigned() function
/third_party/node/deps/v8/src/interpreter/
Dbytecode-traits.h21 #define DECLARE_OPERAND_TYPE_INFO(Name, Scalable, Unsigned, BaseSize) \ argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DConstantRange.h272 enum PreferredRangeType { Smallest, Unsigned, Signed }; enumerator
DDebugInfoMetadata.h739 enum class Signedness { Signed, Unsigned }; enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DScaledNumber.h435 uint64_t Unsigned = N == INT64_MIN ? UINT64_C(1) << 63 : uint64_t(-N); in splitSigned() local
660 std::pair<uint64_t, bool> Unsigned = splitSigned(N); in scale() local
664 std::pair<uint64_t, bool> Unsigned = splitSigned(N); in scaleByInverse() local
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceTargetLoweringARM32.h921 void _vmulh(Variable *Dest, Variable *Src0, Variable *Src1, bool Unsigned) { in _vmulh()
935 void _vqadd(Variable *Dest, Variable *Src0, Variable *Src1, bool Unsigned) { in _vqadd()
939 void _vqmovn2(Variable *Dest, Variable *Src0, Variable *Src1, bool Unsigned, in _vqmovn2()
946 void _vqsub(Variable *Dest, Variable *Src0, Variable *Src1, bool Unsigned) { in _vqsub()
DIceTargetLoweringARM32.cpp5126 bool Unsigned = (ID == Intrinsics::AddSaturateUnsigned); in lowerIntrinsic() local
5198 bool Unsigned = (ID == Intrinsics::MultiplyHighUnsigned); in lowerIntrinsic() local
5220 bool Unsigned = (ID == Intrinsics::SubtractSaturateUnsigned); in lowerIntrinsic() local
5230 bool Unsigned = (ID == Intrinsics::VectorPackUnsigned); in lowerIntrinsic() local
DIceInstARM32.cpp1167 bool Unsigned = true; in emitIAS() local
1204 bool Unsigned = true; in emitIAS() local
DIceAssemblerARM32.cpp3338 bool Unsigned) { in vmulh()
3398 bool Unsigned = false; in vmlap() local
3900 bool Unsigned, bool Saturating) { in vqmovn2()
/third_party/skia/third_party/externals/angle2/src/common/
Dutilities.h132 Unsigned = 1, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTX.h98 Unsigned = 0, enumerator
DNVPTXISelLowering.cpp4573 Unsigned, enumerator
/third_party/skia/third_party/externals/dawn/src/tests/unittests/
DTypedIntegerTests.cpp22 using Unsigned = TypedInteger<struct UnsignedT, uint32_t>; typedef in TypedIntegerTest
/third_party/rust/crates/bindgen/bindgen/ir/
Denum_ty.rs266 Unsigned(u64), enumerator
/third_party/node/deps/v8/src/wasm/
Ddecoder.h450 using Unsigned = typename std::make_unsigned<IntType>::type; in read_leb_tail() local
/third_party/node/deps/v8/src/compiler/
Dcode-assembler.h583 TNode<Uint32T> Unsigned(TNode<Word32T> x) { in Unsigned() function
586 TNode<Uint64T> Unsigned(TNode<Word64T> x) { in Unsigned() function
589 TNode<UintPtrT> Unsigned(TNode<WordT> x) { in Unsigned() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.cpp553 void DwarfUnit::addConstantValue(DIE &Die, bool Unsigned, uint64_t Val) { in addConstantValue()
564 void DwarfUnit::addConstantValue(DIE &Die, const APInt &Val, bool Unsigned) { in addConstantValue()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstantRange.cpp236 bool Unsigned = NoWrapKind == OBO::NoUnsignedWrap; in makeGuaranteedNoWrapRegion() local
/third_party/rust/crates/serde/serde/src/de/
Dmod.rs341 Unsigned(u64), enumerator
/third_party/rust/crates/bindgen/bindgen/codegen/
Dmod.rs3347 Unsigned, enumerator