| /third_party/node/deps/v8/tools/debug_helper/ |
| H A D | debug-macro-shims.h | 92 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 D | runtime-macro-shims.h | 34 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 D | ConstantRange.h | 272 enum PreferredRangeType { Smallest, Unsigned, Signed }; enumerator
|
| /third_party/skia/third_party/externals/angle2/src/common/ |
| H A D | utilities.h | 132 Unsigned = 1, member in gl::SamplerFormat
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
| H A D | ConstantRange.cpp | 236 bool Unsigned = NoWrapKind == OBO::NoUnsignedWrap; in makeGuaranteedNoWrapRegion() local
|
| /third_party/vixl/src/ |
| H A D | globals-vixl.h | 80 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 D | NVPTX.h | 98 Unsigned = 0, enumerator
|
| H A D | NVPTXISelLowering.cpp | 4573 Unsigned, enumerator
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
| H A D | APSInt.h | 287 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 D | ScaledNumber.h | 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/node/deps/v8/src/compiler/ |
| H A D | code-assembler.h | 583 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 D | DwarfUnit.cpp | 553 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 D | IceInstARM32.cpp | 1167 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 D | IceTargetLoweringARM32.h | 921 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
|