Home
last modified time | relevance | path

Searched full:fdiv (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
Dinst_templates.yaml16 % 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/
Dgate_meta_data.h205 … V(Fdiv, FDIV, GateFlags::NONE_FLAG, 0, 0, 2) \
Dnumber_speculative_lowering.cpp338 result = builder_.BinaryArithmetic(circuit_->Fdiv(), in VisitNumberDiv()
Dgate.cpp137 case OpCode::FDIV: in CheckValueInput()
Dcircuit_builder.h64 V(DoubleDiv, Fdiv, MachineType::F64) \
Dcircuit_ir_specification.md351 * **FDIV**: returns the quotient of its two floating-point operands.
Dllvm_ir_builder.cpp176 {OpCode::FDIV, &LLVMIRBuilder::HandleFloatDiv}, in InitializeHandlers()
/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",