Home
last modified time | relevance | path

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

/external/llvm-project/llvm/test/CodeGen/Mips/GlobalISel/llvm-ir/
Dfloat_arithmetic_operations.ll18 define float @float_sub(float %a, float %b) {
19 ; CHECK-LABEL: float_sub:
/external/llvm-project/llvm/test/CodeGen/Mips/GlobalISel/instruction-select/
Dfloat_arithmetic_operations.mir7 define void @float_sub() {entry: ret void}
48 name: float_sub
57 ; FP32-LABEL: name: float_sub
64 ; FP64-LABEL: name: float_sub
/external/llvm-project/llvm/test/CodeGen/Mips/GlobalISel/legalizer/
Dfloat_arithmetic_operations.mir8 define void @float_sub() {entry: ret void}
47 name: float_sub
54 ; FP32-LABEL: name: float_sub
61 ; FP64-LABEL: name: float_sub
/external/llvm-project/llvm/test/CodeGen/Mips/GlobalISel/regbankselect/
Dfloat_arithmetic_operations.mir8 define void @float_sub() {entry: ret void}
48 name: float_sub
56 ; FP32-LABEL: name: float_sub
63 ; FP64-LABEL: name: float_sub
/external/python/cpython3/Objects/
Dfloatobject.c553 float_sub(PyObject *v, PyObject *w) in float_sub() function
1848 float_sub, /* nb_subtract */
/external/python/cpython2/Objects/
Dfloatobject.c648 float_sub(PyObject *v, PyObject *w) in float_sub() function
2078 float_sub, /*nb_subtract*/
/external/tensorflow/tensorflow/compiler/mlir/hlo/tests/
Dhlo-legalize-to-linalg.mlir103 // CHECK-LABEL: func @float_sub
104 func @float_sub(%lhs: tensor<2x2xf32>,