Home
last modified time | relevance | path

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

/external/llvm-project/llvm/test/CodeGen/Mips/GlobalISel/llvm-ir/
Dfloat_arithmetic_operations.ll40 define float @float_div(float %a, float %b) {
41 ; CHECK-LABEL: float_div:
/external/llvm-project/llvm/test/CodeGen/Mips/GlobalISel/instruction-select/
Dfloat_arithmetic_operations.mir9 define void @float_div() {entry: ret void}
110 name: float_div
119 ; FP32-LABEL: name: float_div
126 ; FP64-LABEL: name: float_div
/external/llvm-project/llvm/test/CodeGen/Mips/GlobalISel/legalizer/
Dfloat_arithmetic_operations.mir10 define void @float_div() {entry: ret void}
105 name: float_div
112 ; FP32-LABEL: name: float_div
119 ; FP64-LABEL: name: float_div
/external/llvm-project/llvm/test/CodeGen/Mips/GlobalISel/regbankselect/
Dfloat_arithmetic_operations.mir10 define void @float_div() {entry: ret void}
108 name: float_div
116 ; FP32-LABEL: name: float_div
123 ; FP64-LABEL: name: float_div
/external/python/cpython3/Objects/
Dfloatobject.c573 float_div(PyObject *v, PyObject *w) in float_div() function
1877 float_div, /* nb_true_divide */
/external/python/cpython2/Objects/
Dfloatobject.c672 float_div(PyObject *v, PyObject *w) in float_div() function
2112 float_div, /* nb_true_divide */