Home
last modified time | relevance | path

Searched refs:float_add (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/llvm/test/CodeGen/Mips/GlobalISel/llvm-ir/
Dfloat_arithmetic_operations.ll7 define float @float_add(float %a, float %b) {
8 ; CHECK-LABEL: float_add:
/external/llvm-project/llvm/test/CodeGen/Mips/GlobalISel/instruction-select/
Dfloat_arithmetic_operations.mir6 define void @float_add() {entry: ret void}
17 name: float_add
26 ; FP32-LABEL: name: float_add
33 ; FP64-LABEL: name: float_add
/external/llvm-project/llvm/test/CodeGen/Mips/GlobalISel/legalizer/
Dfloat_arithmetic_operations.mir7 define void @float_add() {entry: ret void}
18 name: float_add
25 ; FP32-LABEL: name: float_add
32 ; FP64-LABEL: name: float_add
/external/llvm-project/llvm/test/CodeGen/Mips/GlobalISel/regbankselect/
Dfloat_arithmetic_operations.mir7 define void @float_add() {entry: ret void}
18 name: float_add
26 ; FP32-LABEL: name: float_add
33 ; FP64-LABEL: name: float_add
/external/python/cpython3/Objects/
Dfloatobject.c543 float_add(PyObject *v, PyObject *w) in float_add() function
1847 float_add, /* nb_add */
/external/python/cpython2/Objects/
Dfloatobject.c636 float_add(PyObject *v, PyObject *w) in float_add() function
2077 float_add, /*nb_add*/
/external/tensorflow/tensorflow/compiler/mlir/hlo/tests/
Dhlo-legalize-to-linalg.mlir4 // CHECK-LABEL: func @float_add
5 func @float_add(%lhs: tensor<2x2xf32>,