Searched full:fdiv (Results 1 – 10 of 10) 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 | 146 V(Fdiv, FDIV, GateFlags::NONE_FLAG, 0, 0, 2) \
|
| D | circuit_optimizer.cpp | 300 case OpCode::FDIV: in RunFloatingPointArithmetic() 509 {OpCode::FDIV, [&]() -> bool { return RunFDiv(gate); }}, in Run() 994 auto value = RunBasicArithmetic(operandA, operandB, OpCode::FDIV, machineType); in RunFDiv()
|
| D | gate.cpp | 126 case OpCode::FDIV: in CheckValueInput()
|
| D | circuit_builder.h | 59 V(DoubleDiv, Fdiv, MachineType::F64) \
|
| D | circuit_ir_specification.md | 364 * **FDIV**: returns the quotient of its two floating-point operands.
|
| D | type_lowering.cpp | 2381 … builder_.BinaryArithmetic(circuit_->Fdiv(), MachineType::F64, *doubleLeft, *doubleRight)); in FastDiv() 2676 … builder_.BinaryArithmetic(circuit_->Fdiv(), MachineType::F64, *doubleLeft, *doubleRight)); in DivNumbers()
|
| D | llvm_ir_builder.cpp | 162 {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",
|
| /arkcompiler/runtime_core/compiler/optimizer/code_generator/target/aarch64/ |
| D | encode.cpp | 1837 GetMasm()->Fdiv(VixlVReg(dst), VixlVReg(src0), VixlVReg(src1)); in EncodeDiv()
|