Home
last modified time | relevance | path

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

/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/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>;