Home
last modified time | relevance | path

Searched defs:FromBits (Results 1 – 7 of 7) sorted by relevance

/third_party/node/deps/v8/src/utils/
Dboxed-float.h45 static constexpr Float32 FromBits(uint32_t bits) { return Float32(bits); } in FromBits() function
84 static constexpr Float64 FromBits(uint64_t bits) { return Float64(bits); } in FromBits() function
/third_party/node/deps/v8/src/codegen/
Dreglist-base.h139 static RegListBase FromBits(storage_t bits) { return RegListBase(bits); } in FromBits() function
142 static constexpr RegListBase FromBits() { in FromBits() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfExpression.cpp554 void DwarfExpression::emitLegacySExt(unsigned FromBits) { in emitLegacySExt()
569 void DwarfExpression::emitLegacyZExt(unsigned FromBits) { in emitLegacyZExt()
/third_party/node/deps/v8/src/wasm/baseline/
Dliftoff-register.h464 static LiftoffRegList FromBits(storage_t bits) { in FromBits() function
470 static constexpr LiftoffRegList FromBits() { in FromBits() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp965 unsigned FromBits = FromType->getPrimitiveSizeInBits(); in isTruncateFree() local
973 unsigned FromBits = FromVT.getSizeInBits(); in isTruncateFree() local
5023 unsigned FromBits = InVT.getScalarSizeInBits(); in lowerExtendVectorInreg() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLocal.cpp1864 uint64_t FromBits = FromTy->getPrimitiveSizeInBits(); in replaceAllDbgUsesWith() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp5293 unsigned FromBits = EVT.getScalarSizeInBits(); in getNode() local