Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder-inl.h1964 inline GateRef StubBuilder::TruncInt64ToInt1(GateRef x) in TruncInt64ToInt1() function
1966 return env_->GetBuilder()->TruncInt64ToInt1(x); in TruncInt64ToInt1()
Dstub_builder.h515 GateRef TruncInt64ToInt1(GateRef x);
Dcircuit_builder.h109 V(TruncInt64ToInt1, Trunc, MachineType::I1) \
Dcircuit_builder-inl.h136 return TruncInt64ToInt1(tagged); in GetBooleanOfTBoolean()