Home
last modified time | relevance | path

Searched refs:div_d (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/llvm/test/CodeGen/Mips/llvm-ir/
Darith-fp.ll37 define double @div_d(double %a, double %b) {
/external/llvm/test/CodeGen/Thumb2/
Dfloat-ops.ll72 define double @div_d(double %a, double %b) {
74 ; CHECK-LABEL: div_d:
/external/llvm-project/llvm/test/CodeGen/Thumb2/
Dfloat-ops.ll73 define double @div_d(double %a, double %b) {
75 ; CHECK-LABEL: div_d:
/external/swiftshader/third_party/subzero/src/
DIceAssemblerMIPS32.h183 void div_d(const Operand *OpFd, const Operand *OpFs, const Operand *OpFt);
DIceInstMIPS32.cpp887 Asm->div_d(getDest(), getSrc(0), getSrc(1)); in emitIAS()
DIceAssemblerMIPS32.cpp570 void AssemblerMIPS32::div_d(const Operand *OpFd, const Operand *OpFs, in div_d() function in Ice::MIPS32::AssemblerMIPS32