Home
last modified time | relevance | path

Searched refs:float_mul (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/src/gallium/drivers/lima/ir/pp/
Ddisasm.c511 ppir_codegen_field_float_mul *float_mul = code; in print_float_mul() local
513 asm_op op = float_mul_ops[float_mul->op]; in print_float_mul()
518 printf("op%u", float_mul->op); in print_float_mul()
519 print_outmod(float_mul->dest_modifier); in print_float_mul()
522 if (float_mul->output_en) in print_float_mul()
523 print_dest_scalar(float_mul->dest); in print_float_mul()
525 print_source_scalar(float_mul->arg0_source, NULL, in print_float_mul()
526 float_mul->arg0_absolute, in print_float_mul()
527 float_mul->arg0_negate); in print_float_mul()
529 if (float_mul->op < 8 && float_mul->op != 0) { in print_float_mul()
[all …]
/external/llvm-project/llvm/test/CodeGen/Mips/GlobalISel/llvm-ir/
Dfloat_arithmetic_operations.ll29 define float @float_mul(float %a, float %b) {
30 ; CHECK-LABEL: float_mul:
/external/llvm-project/llvm/test/CodeGen/Mips/GlobalISel/instruction-select/
Dfloat_arithmetic_operations.mir8 define void @float_mul() {entry: ret void}
79 name: float_mul
88 ; FP32-LABEL: name: float_mul
95 ; FP64-LABEL: name: float_mul
/external/llvm-project/llvm/test/CodeGen/Mips/GlobalISel/legalizer/
Dfloat_arithmetic_operations.mir9 define void @float_mul() {entry: ret void}
76 name: float_mul
83 ; FP32-LABEL: name: float_mul
90 ; FP64-LABEL: name: float_mul
/external/llvm-project/llvm/test/CodeGen/Mips/GlobalISel/regbankselect/
Dfloat_arithmetic_operations.mir9 define void @float_mul() {entry: ret void}
78 name: float_mul
86 ; FP32-LABEL: name: float_mul
93 ; FP64-LABEL: name: float_mul
/external/python/cpython3/Objects/
Dfloatobject.c563 float_mul(PyObject *v, PyObject *w) in float_mul() function
1849 float_mul, /* nb_multiply */
/external/tensorflow/tensorflow/compiler/mlir/hlo/include/mlir-hlo/Dialect/mhlo/transforms/
Dmap_lmhlo_to_scalar_op.h376 Value float_mul = MapLhloOpToStdScalarOpImpl<FloatType, ::mlir::MulFOp>{}(
379 loc, result_types, {float_mul, result}, b);
/external/python/cpython2/Objects/
Dfloatobject.c660 float_mul(PyObject *v, PyObject *w) in float_mul() function
2079 float_mul, /*nb_multiply*/
/external/tensorflow/tensorflow/compiler/mlir/hlo/tests/
Dhlo-legalize-to-linalg.mlir44 // CHECK-LABEL: func @float_mul
45 func @float_mul(%lhs: tensor<2x2xf32>,