Searched full:binop (Results 1 – 7 of 7) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | gate_meta_data_builder.h | 142 const GateMetaData* TypedBinaryOp(uint64_t value, TypedBinOp binOp, PGOSampleType type) in TypedBinaryOp() argument 144 return new (chunk_) TypedBinaryMetaData(value, binOp, type); in TypedBinaryOp()
|
| D | circuit.h | 181 const GateMetaData* TypedBinaryOp(uint64_t value, TypedBinOp binOp, PGOSampleType type) in TypedBinaryOp() argument 183 return metaBuilder_.TypedBinaryOp(value, binOp, type); in TypedBinaryOp()
|
| D | range_analysis.cpp | 310 auto binOp = acc_.GetTypedBinaryOp(gate); in PrintRangeInfo() local 311 switch (binOp) { in PrintRangeInfo()
|
| D | gate_meta_data.h | 787 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/ |
| D | inst_templates.yaml | 15 binop: |- 18 % raise "Wrong binop instruction" unless opc
|
| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| D | instructions.yaml | 30 Properties of the instruction, such as: arithmetic, binop, throw, etc
|
| /arkcompiler/runtime_core/compiler/optimizer/templates/ |
| D | inst_builder_gen.cpp.erb | 106 /(fdiv|fmod|add|sub|mul|and|or|xor|ashr|shr|shl|neg|not)[2i]?$/ => "binop",
|