Home
last modified time | relevance | path

Searched full:binop (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dgate_meta_data_builder.h142 const GateMetaData* TypedBinaryOp(uint64_t value, TypedBinOp binOp, PGOSampleType type) in TypedBinaryOp() argument
144 return new (chunk_) TypedBinaryMetaData(value, binOp, type); in TypedBinaryOp()
Dcircuit.h181 const GateMetaData* TypedBinaryOp(uint64_t value, TypedBinOp binOp, PGOSampleType type) in TypedBinaryOp() argument
183 return metaBuilder_.TypedBinaryOp(value, binOp, type); in TypedBinaryOp()
Drange_analysis.cpp310 auto binOp = acc_.GetTypedBinaryOp(gate); in PrintRangeInfo() local
311 switch (binOp) { in PrintRangeInfo()
Dgate_meta_data.h787 TypedBinaryMetaData(uint64_t value, TypedBinOp binOp, PGOSampleType type) in TypedBinaryMetaData() argument
789 binOp_(binOp), type_(type) in TypedBinaryMetaData()
/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
Dinst_templates.yaml15 binop: |-
18 % raise "Wrong binop instruction" unless opc
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dinstructions.yaml30 Properties of the instruction, such as: arithmetic, binop, throw, etc
/arkcompiler/runtime_core/compiler/optimizer/templates/
Dinst_builder_gen.cpp.erb106 /(fdiv|fmod|add|sub|mul|and|or|xor|ashr|shr|shl|neg|not)[2i]?$/ => "binop",