Searched full:fdiv (Results 1 – 8 of 8) sorted by relevance
| /arkcompiler/runtime_core/compiler/optimizer/ir_builder/ |
| D | inst_templates.yaml | 16 % regex_arithm = /(fdiv|fmod|add|sub|mul|and|or|xor|ashr|shr|shl|neg|not)[2i]?/ 19 % opc = opc[1].capitalize.gsub('Ashr', 'AShr').gsub('Fdiv', 'Div').gsub('Fmod', 'Mod')
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | gate_meta_data.h | 205 … V(Fdiv, FDIV, GateFlags::NONE_FLAG, 0, 0, 2) \
|
| D | number_speculative_lowering.cpp | 338 result = builder_.BinaryArithmetic(circuit_->Fdiv(), in VisitNumberDiv()
|
| D | gate.cpp | 137 case OpCode::FDIV: in CheckValueInput()
|
| D | circuit_builder.h | 64 V(DoubleDiv, Fdiv, MachineType::F64) \
|
| D | circuit_ir_specification.md | 351 * **FDIV**: returns the quotient of its two floating-point operands.
|
| D | llvm_ir_builder.cpp | 176 {OpCode::FDIV, &LLVMIRBuilder::HandleFloatDiv}, in InitializeHandlers()
|
| /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",
|