Home
last modified time | relevance | path

Searched refs:jumpOp (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dmcr_gate_meta_data.h530 static uint64_t ToValue(ParamType paramType, TypedJumpOp jumpOp, uint32_t weight) in ToValue() argument
533 | TypedJumpOpBits::Encode(jumpOp) in ToValue()
H A Dmcr_circuit_builder.h612 auto jumpOp = TypedConditionJump(machineType, Op, weight, paramType, {currentControl, currentDepend, x}); in TypedConditionJump() local
613 currentLabel->SetControl(jumpOp); in TypedConditionJump()
614 currentLabel->SetDepend(jumpOp); in TypedConditionJump()
615 return jumpOp; in TypedConditionJump()
H A Dnumber_speculative_lowering.cpp457 TypedJumpOp jumpOp = jumpAcc.GetTypedJumpOp(); in VisitBooleanJump() local
458 ASSERT((jumpOp == TypedJumpOp::TYPED_JEQZ) || (jumpOp == TypedJumpOp::TYPED_JNEZ)); in VisitBooleanJump()
462 if (jumpOp == TypedJumpOp::TYPED_JEQZ) { in VisitBooleanJump()
H A Dmcr_circuit_builder.cpp836 GateRef CircuitBuilder::TypedConditionJump(MachineType type, TypedJumpOp jumpOp, uint32_t weight, in TypedConditionJump() argument
839 uint64_t value = TypedJumpAccessor::ToValue(paramType, jumpOp, weight); in TypedConditionJump()
H A Dcircuit_builder.h569 GateRef TypedConditionJump(MachineType type, TypedJumpOp jumpOp, uint32_t weight, ParamType paramType,

Completed in 11 milliseconds