Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/tests/
Dlowering_relate_gate_test.cpp79 auto nadd = builder.TypedBinaryOperator(MachineType::I64, TypedBinOp::TYPED_ADD, in HWTEST_F_L0()
101 auto nless = builder.TypedBinaryOperator(MachineType::I64, TypedBinOp::TYPED_LESS, in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_builder-inl.h669 auto numberBinaryOp = TypedBinaryOperator(MachineType::I64, Op, xType, yType, in TypedBinaryOp()
724 auto numberBinaryOp = TypedBinaryOperator(MachineType::I64, Op, in NumberBinaryOp()
Dcircuit_builder.h230 …GateRef TypedBinaryOperator(MachineType type, TypedBinOp binOp, GateType typeLeft, GateType typeRi…
Dcircuit_builder.cpp289 GateRef CircuitBuilder::TypedBinaryOperator(MachineType type, TypedBinOp binOp, GateType typeLeft, … in TypedBinaryOperator() function in panda::ecmascript::kungfu::CircuitBuilder