Home
last modified time | relevance | path

Searched refs:ZExtInt1ToInt64 (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dtest_stubs.cpp220 GateRef result = ZExtInt1ToInt64(Int64Equal(a, dummyValueC)); in GenerateCircuit()
Dstub_builder-inl.h1905 inline GateRef StubBuilder::ZExtInt1ToInt64(GateRef x) in ZExtInt1ToInt64() function
1907 return env_->GetBuilder()->ZExtInt1ToInt64(x); in ZExtInt1ToInt64()
Dstub_builder.h504 GateRef ZExtInt1ToInt64(GateRef x);
Dcircuit_builder-inl.h513 auto val = ZExtInt1ToInt64(x); in BooleanToTaggedBooleanPtr()
Dcircuit_builder.h96 V(ZExtInt1ToInt64, Zext, MachineType::I64) \