Searched refs:ZExtInt1ToInt32 (Results 1 - 12 of 12) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/ |
H A D | baseline_stub_builder.h | 216 GateRef haveFunc = ZExtInt1ToInt32(Int64NotEqual(Int64And(Int64LSR(callField, in GetNewTarget() 244 GateRef copyArgs = Int32Add(Int32Add(ZExtInt1ToInt32(haveFunc), ZExtInt1ToInt32(haveNewTarget)), in GetStartIdxAndNumArgs() 245 ZExtInt1ToInt32(haveThis)); in GetStartIdxAndNumArgs()
|
H A D | baseline_stubs-inl.h | 245 ZExtInt1ToInt32(Int64NotEqual(Int64And(Int64LSR(callField, Int64(MethodLiteral::HaveFuncBit::START_BIT)),
in GetNewTarget() 272 GateRef copyArgs = Int32Add(Int32Add(ZExtInt1ToInt32(haveFunc), ZExtInt1ToInt32(haveNewTarget)),
in GetStartIdxAndNumArgs() 273 ZExtInt1ToInt32(haveThis));
in GetStartIdxAndNumArgs()
|
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
H A D | builtins_proxy_stub_builder.h | 60 GateRef oldValue = ZExtInt1ToInt32(value);
in SetIsRevoked()
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | lcr_circuit_builder.h | 247 return ZExtInt1ToInt32(x); in BooleanToInt32() 252 return ChangeInt32ToFloat64(ZExtInt1ToInt32(x)); in BooleanToFloat64()
|
H A D | interpreter_stub-inl.h | 272 GateRef haveFunc = ZExtInt1ToInt32(Int64NotEqual(Int64And(Int64LSR(callField, in GetNewTarget() 518 GateRef copyArgs = Int32Add(Int32Add(ZExtInt1ToInt32(haveFunc), ZExtInt1ToInt32(haveNewTarget)), in GetStartIdxAndNumArgs() 519 ZExtInt1ToInt32(haveThis)); in GetStartIdxAndNumArgs()
|
H A D | stub_builder-inl.h | 2150 GateRef oldValue = ZExtInt1ToInt32(value); in SetIsProtoTypeToHClass() 2162 GateRef oldValue = ZExtInt1ToInt32(value); in SetIsTS() 2681 inline GateRef StubBuilder::ZExtInt1ToInt32(GateRef x) in ZExtInt1ToInt32() function in panda::ecmascript::kungfu::StubBuilder 2683 return env_->GetBuilder()->ZExtInt1ToInt32(x); in ZExtInt1ToInt32() 3283 Int32LSL(ZExtInt1ToInt32(value), Int32(JSFunctionBase::TaskConcurrentFuncFlagBit::START_BIT))); in SetTaskConcurrentFuncFlagToFunction() 3627 GateRef boolToInt32 = ZExtInt1ToInt32(boolVal); in SetExtensibleToBitfield() 3639 GateRef boolToInt32 = ZExtInt1ToInt32(boolVal); in SetCallableToBitfield()
|
H A D | hcr_circuit_builder.cpp | 697 GateRef boolToInt32 = ZExtInt1ToInt32(boolVal); in SetExtensibleToBitfield()
|
H A D | mcr_lowering.cpp | 652 result = builder_.ZExtInt1ToInt32(boolValue); in LowerCheckTaggedBoolAndConvert()
|
H A D | circuit_builder.h | 116 V(ZExtInt1ToInt32, Zext, MachineType::I32) \
|
H A D | stub_builder.h | 705 GateRef ZExtInt1ToInt32(GateRef x);
|
H A D | stub_builder.cpp | 10190 GateRef compiledCodeFlag = Int32Or(compiledCodeField, Int32LSL(ZExtInt1ToInt32(isFastCall), in SetCompiledCodeFlagToFunctionFromMethod() 10305 SetCompiledFuncEntry(glue, jsFunc, codeAddr, ZExtInt1ToInt32(isFastCall)); in TryToJitReuseCompiledFunc()
|
H A D | typed_native_inline_lowering.cpp | 2508 return builder_.ZExtInt1ToInt32(gate); in NumberToInt32()
|
Completed in 43 milliseconds