Home
last modified time | relevance | path

Searched refs:C64 (Results 1 - 6 of 6) sorted by relevance

/third_party/curl/tests/unit/
H A Dunit3200.c34 #define C64 "0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef" macro
35 #define C256 C64 C64 C64 C64
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/packaging/
H A D_elffile.py23 C64 = 2 variable in EIClass
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceInstX8664.cpp2137 if (const auto *C64 = llvm::dyn_cast<ConstantInteger64>(Src)) {
2139 RegX8664::getEncodedGPR(Dest->getRegNum()), C64->getValue());
H A DIceTargetLoweringX8664.cpp2952 if (auto *C64 = llvm::dyn_cast<ConstantInteger64>(Opnd)) in isZero()
2953 return C64->getValue() == 0; in isZero()
6660 if (auto *C64 = llvm::dyn_cast<ConstantInteger64>(Const)) { in legalize()
6661 if (!Utils::IsInt(32, C64->getValue())) { in legalize()
H A DIceTargetLoweringMIPS32.cpp3835 if (auto *C64 = llvm::dyn_cast<ConstantInteger64>(Src0)) { in lowerCast()
3837 const uint64_t Value = C64->getValue(); in lowerCast()
H A DIceTargetLoweringX8632.cpp3249 if (auto *C64 = llvm::dyn_cast<ConstantInteger64>(Opnd)) in isZero()
3250 return C64->getValue() == 0; in isZero()

Completed in 41 milliseconds