Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/aot/tests/
Dtfcompile_test.cc324 MatMulAndAddComp muladd; in TEST() local
325 muladd.set_thread_pool(&device); in TEST()
326 EXPECT_EQ(muladd.arg0_data(), muladd.arg_data(0)); in TEST()
327 EXPECT_EQ(muladd.arg1_data(), muladd.arg_data(1)); in TEST()
332 std::copy(args + 0, args + 4, muladd.arg0_data()); in TEST()
333 std::copy(args + 4, args + 8, muladd.arg1_data()); in TEST()
334 EXPECT_TRUE(muladd.Run()); in TEST()
335 EXPECT_EQ(muladd.error_msg(), ""); in TEST()
339 EXPECT_EQ(muladd.result0(i / 2, i % 2), results0[i]); in TEST()
340 EXPECT_EQ(muladd.result0_data()[i], results0[i]); in TEST()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/
D2013-02-27-expand-vfma.ll4 define <4 x float> @muladd(<4 x float> %a, <4 x float> %b, <4 x float> %c) nounwind {
5 ; CHECK-LABEL: muladd:
/external/llvm/test/CodeGen/ARM/
D2013-02-27-expand-vfma.ll4 define <4 x float> @muladd(<4 x float> %a, <4 x float> %b, <4 x float> %c) nounwind {
5 ; CHECK-LABEL: muladd:
/external/protobuf/js/binary/
Dutils.js590 function muladd(m, c) { function
607 muladd(10, jspb.utils.DIGITS.indexOf(dec[i]));
613 muladd(1, 1);
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Daddcarry.ll200 define void @muladd(%accumulator* nocapture %this, i64 %arg.a, i64 %arg.b) {
201 ; CHECK-LABEL: muladd:
/external/llvm/lib/Target/Mips/
DMipsMSAInstrInfo.td383 def muladd : PatFrag<(ops node:$wd, node:$ws, node:$wt),
2344 class MADDV_B_DESC : MSA_3R_4R_DESC_BASE<"maddv.b", muladd, MSA128BOpnd>;
2345 class MADDV_H_DESC : MSA_3R_4R_DESC_BASE<"maddv.h", muladd, MSA128HOpnd>;
2346 class MADDV_W_DESC : MSA_3R_4R_DESC_BASE<"maddv.w", muladd, MSA128WOpnd>;
2347 class MADDV_D_DESC : MSA_3R_4R_DESC_BASE<"maddv.d", muladd, MSA128DOpnd>;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMipsMSAInstrInfo.td385 def muladd : PatFrag<(ops node:$wd, node:$ws, node:$wt),
2347 class MADDV_B_DESC : MSA_3R_4R_DESC_BASE<"maddv.b", muladd, MSA128BOpnd>;
2348 class MADDV_H_DESC : MSA_3R_4R_DESC_BASE<"maddv.h", muladd, MSA128HOpnd>;
2349 class MADDV_W_DESC : MSA_3R_4R_DESC_BASE<"maddv.w", muladd, MSA128WOpnd>;
2350 class MADDV_D_DESC : MSA_3R_4R_DESC_BASE<"maddv.d", muladd, MSA128DOpnd>;