Home
last modified time | relevance | path

Searched defs:binOp (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit.h129 const GateMetaData* TypedBinaryOp(uint64_t value, TypedBinOp binOp) in TypedBinaryOp()
Dgate_meta_data_builder.h116 const GateMetaData* TypedBinaryOp(uint64_t value, TypedBinOp binOp) in TypedBinaryOp()
Dgate_meta_data.h515 TypedBinaryMegaData(uint64_t value, TypedBinOp binOp) in TypedBinaryMegaData()
Dcircuit_builder.cpp289 GateRef CircuitBuilder::TypedBinaryOperator(MachineType type, TypedBinOp binOp, GateType typeLeft, … in TypedBinaryOperator()