Home
last modified time | relevance | path

Searched defs:Unsigned (Results 1 - 14 of 14) sorted by relevance

/third_party/node/deps/v8/tools/debug_helper/
H A 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/torque/
H A 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/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DConstantRange.h272 enum PreferredRangeType { Smallest, Unsigned, Signed }; enumerator
/third_party/skia/third_party/externals/angle2/src/common/
H A Dutilities.h132 Unsigned = 1, member in gl::SamplerFormat
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DConstantRange.cpp236 bool Unsigned = NoWrapKind == OBO::NoUnsignedWrap; in makeGuaranteedNoWrapRegion() local
/third_party/vixl/src/
H A Dglobals-vixl.h80 struct Unsigned<32> { struct
85 struct Unsigned<64> { struct
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
H A DNVPTX.h98 Unsigned = 0, enumerator
H A DNVPTXISelLowering.cpp4573 Unsigned, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DAPSInt.h287 static APSInt getMaxValue(uint32_t numBits, bool Unsigned) { in getMaxValue() argument
294 static APSInt getMinValue(uint32_t numBits, bool Unsigned) { in getMinValue() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DScaledNumber.h660 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/node/deps/v8/src/compiler/
H A Dcode-assembler.h583 TNode<Uint32T> Unsigned(TNode<Word32T> x) { in Unsigned() function in v8::internal::compiler::CodeAssembler
586 TNode<Uint64T> Unsigned(TNode<Word64T> x) { in Unsigned() function in v8::internal::compiler::CodeAssembler
589 TNode<UintPtrT> Unsigned(TNode<WordT> x) { in Unsigned() function in v8::internal::compiler::CodeAssembler
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp553 void DwarfUnit::addConstantValue(DIE &Die, bool Unsigned, uint64_t Val) { in addConstantValue() argument
564 void DwarfUnit::addConstantValue(DIE &Die, const APInt &Val, bool Unsigned) { in addConstantValue() argument
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceInstARM32.cpp1167 bool Unsigned = true; in emitIAS() local
1179 Asm->vqmovn2(typeElementType(DestTy), Dest, Src0, Src1, Unsigned, in emitIAS() local
1185 Asm->vqmovn2(typeElementType(DestTy), Dest, Src0, Src1, Unsigned, in emitIAS() local
1191 Asm->vqmovn2(typeElementType(DestTy), Dest, Src0, Src1, Unsigned, in emitIAS() local
1204 bool Unsigned = true; in emitIAS() local
[all...]
H A DIceTargetLoweringARM32.h921 void _vmulh(Variable *Dest, Variable *Src0, Variable *Src1, bool Unsigned) { in _vmulh() argument
935 void _vqadd(Variable *Dest, Variable *Src0, Variable *Src1, bool Unsigned) { in _vqadd() argument
939 void _vqmovn2(Variable *Dest, Variable *Src0, Variable *Src1, bool Unsigned, in _vqmovn2() argument
946 void _vqsub(Variable *Dest, Variable *Src0, Variable *Src1, bool Unsigned) { in _vqsub() argument

Completed in 25 milliseconds