Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dlcr_circuit_builder.h248 return ZExtInt1ToInt32(x); in BooleanToInt32()
253 return ChangeInt32ToFloat64(ZExtInt1ToInt32(x)); in BooleanToFloat64()
Dinterpreter_stub-inl.h236 GateRef haveFunc = ZExtInt1ToInt32(Int64NotEqual(Int64And(Int64LSR(callField, in GetNewTarget()
477 GateRef copyArgs = Int32Add(Int32Add(ZExtInt1ToInt32(haveFunc), ZExtInt1ToInt32(haveNewTarget)), in GetStartIdxAndNumArgs()
478 ZExtInt1ToInt32(haveThis)); in GetStartIdxAndNumArgs()
Dstub_builder-inl.h1881 GateRef oldValue = ZExtInt1ToInt32(value); in SetIsProtoTypeToHClass()
1893 GateRef oldValue = ZExtInt1ToInt32(value); in SetIsTS()
2322 inline GateRef StubBuilder::ZExtInt1ToInt32(GateRef x) in ZExtInt1ToInt32() function
2324 return env_->GetBuilder()->ZExtInt1ToInt32(x); in ZExtInt1ToInt32()
2933 GateRef boolToInt32 = ZExtInt1ToInt32(boolVal); in SetExtensibleToBitfield()
2945 GateRef boolToInt32 = ZExtInt1ToInt32(boolVal); in SetCallableToBitfield()
Dhcr_circuit_builder.cpp552 GateRef boolToInt32 = ZExtInt1ToInt32(boolVal); in SetExtensibleToBitfield()
Dmcr_lowering.cpp541 result = builder_.ZExtInt1ToInt32(boolValue); in LowerCheckTaggedBoolAndConvert()
Dcircuit_builder.h108 V(ZExtInt1ToInt32, Zext, MachineType::I32) \
Dstub_builder.h590 GateRef ZExtInt1ToInt32(GateRef x);