Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder-inl.h83 return TruncInt32ToInt1(Int32(1)); in True()
88 return TruncInt32ToInt1(Int32(0)); in False()
1589 return TruncInt32ToInt1(Int32And(Int32LSR(bitfield, in IsProtoTypeHClass()
1969 inline GateRef StubBuilder::TruncInt32ToInt1(GateRef x) in TruncInt32ToInt1() function
1971 return env_->GetBuilder()->TruncInt32ToInt1(x); in TruncInt32ToInt1()
Dcircuit_builder-inl.h26 return TruncInt32ToInt1(Int32(1)); in True()
31 return TruncInt32ToInt1(Int32(0)); in False()
Dstub_builder.h516 GateRef TruncInt32ToInt1(GateRef x);
Dcircuit_builder.h111 V(TruncInt32ToInt1, Trunc, MachineType::I1) \