Home
last modified time | relevance | path

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

/external/llvm-project/llvm/test/CodeGen/Mips/llvm-ir/
Darith-fp.ll27 define double @mul_d(double %a, double %b) {
/external/llvm/test/CodeGen/Thumb2/
Dfloat-ops.ll53 define double @mul_d(double %a, double %b) {
55 ; CHECK-LABEL: mul_d:
/external/llvm-project/llvm/test/CodeGen/Thumb2/
Dfloat-ops.ll54 define double @mul_d(double %a, double %b) {
56 ; CHECK-LABEL: mul_d:
/external/swiftshader/third_party/subzero/src/
DIceAssemblerMIPS32.h241 void mul_d(const Operand *OpFd, const Operand *OpFs, const Operand *OpFt);
DIceInstMIPS32.cpp1055 Asm->mul_d(getDest(), getSrc(0), getSrc(1)); in emitIAS()
DIceAssemblerMIPS32.cpp932 void AssemblerMIPS32::mul_d(const Operand *OpFd, const Operand *OpFs, in mul_d() function in Ice::MIPS32::AssemblerMIPS32
/external/llvm-project/mlir/test/Dialect/Linalg/
Dsparse_1d.mlir43 // CHECK-LABEL: func @mul_d(
59 func @mul_d(%arga: tensor<32xf32>, %argb: f32) -> tensor<32xf32> {