Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dlcr_circuit_builder.h242 auto val = ZExtInt1ToInt64(x); in BooleanToTaggedBooleanPtr()
Dcircuit_builder.h107 V(ZExtInt1ToInt64, Zext, MachineType::I64) \
Dstub_builder-inl.h2317 inline GateRef StubBuilder::ZExtInt1ToInt64(GateRef x) in ZExtInt1ToInt64() function
2319 return env_->GetBuilder()->ZExtInt1ToInt64(x); in ZExtInt1ToInt64()
Dstub_builder.h589 GateRef ZExtInt1ToInt64(GateRef x);