Home
last modified time | relevance | path

Searched refs:ZeroExtendsWord32ToWord64 (Results 1 – 7 of 7) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/
Dinstruction-selector.h687 bool ZeroExtendsWord32ToWord64(Node* node, int recursion_depth = 0);
Dinstruction-selector.cc3226 bool InstructionSelector::ZeroExtendsWord32ToWord64(Node* node, in ZeroExtendsWord32ToWord64() function in v8::internal::compiler::InstructionSelector
3261 if (!ZeroExtendsWord32ToWord64(input, recursion_depth + 1)) { in ZeroExtendsWord32ToWord64()
/third_party/node/deps/v8/src/compiler/backend/x64/
Dinstruction-selector-x64.cc1632 if (ZeroExtendsWord32ToWord64(value)) { in VisitChangeUint32ToUint64()
2676 if (ZeroExtendsWord32ToWord64(node->InputAt(0))) { in VisitSwitch()
/third_party/node/deps/v8/src/compiler/backend/loong64/
Dinstruction-selector-loong64.cc1434 if (ZeroExtendsWord32ToWord64(value)) { in VisitChangeUint32ToUint64()
/third_party/node/deps/v8/src/compiler/backend/mips64/
Dinstruction-selector-mips64.cc1520 if (ZeroExtendsWord32ToWord64(value)) { in VisitChangeUint32ToUint64()
/third_party/node/deps/v8/src/compiler/backend/riscv64/
Dinstruction-selector-riscv64.cc1468 if (ZeroExtendsWord32ToWord64(value)) { in VisitChangeUint32ToUint64()
/third_party/node/deps/v8/src/compiler/backend/arm64/
Dinstruction-selector-arm64.cc2040 if (ZeroExtendsWord32ToWord64(value)) { in VisitChangeUint32ToUint64()