Searched refs:mul_d (Results 1 – 7 of 7) sorted by relevance
/external/llvm-project/llvm/test/CodeGen/Mips/llvm-ir/ |
D | arith-fp.ll | 27 define double @mul_d(double %a, double %b) {
|
/external/llvm/test/CodeGen/Thumb2/ |
D | float-ops.ll | 53 define double @mul_d(double %a, double %b) { 55 ; CHECK-LABEL: mul_d:
|
/external/llvm-project/llvm/test/CodeGen/Thumb2/ |
D | float-ops.ll | 54 define double @mul_d(double %a, double %b) { 56 ; CHECK-LABEL: mul_d:
|
/external/swiftshader/third_party/subzero/src/ |
D | IceAssemblerMIPS32.h | 241 void mul_d(const Operand *OpFd, const Operand *OpFs, const Operand *OpFt);
|
D | IceInstMIPS32.cpp | 1055 Asm->mul_d(getDest(), getSrc(0), getSrc(1)); in emitIAS()
|
D | IceAssemblerMIPS32.cpp | 932 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/ |
D | sparse_1d.mlir | 43 // CHECK-LABEL: func @mul_d( 59 func @mul_d(%arga: tensor<32xf32>, %argb: f32) -> tensor<32xf32> {
|