Lines Matching full:signed

28 /// corresponding signed 8-bit integers in \a B, producing 4 intermediate signed
36 /// tmp1.word := Signed(ZeroExtend16(A.byte[4*j]) * SignExtend16(B.byte[4*j]))
37 /// tmp2.word := Signed(ZeroExtend16(A.byte[4*j+1]) * SignExtend16(B.byte[4*j+1]))
38 /// tmp3.word := Signed(ZeroExtend16(A.byte[4*j+2]) * SignExtend16(B.byte[4*j+2]))
39 /// tmp4.word := Signed(ZeroExtend16(A.byte[4*j+3]) * SignExtend16(B.byte[4*j+3]))
48 /// corresponding signed 8-bit integers in \a B, producing 4 intermediate signed
50 /// in \a S using signed saturation, and store the packed 32-bit results in DST.
56 /// tmp1.word := Signed(ZeroExtend16(A.byte[4*j]) * SignExtend16(B.byte[4*j]))
57 /// tmp2.word := Signed(ZeroExtend16(A.byte[4*j+1]) * SignExtend16(B.byte[4*j+1]))
58 /// tmp3.word := Signed(ZeroExtend16(A.byte[4*j+2]) * SignExtend16(B.byte[4*j+2]))
59 /// tmp4.word := Signed(ZeroExtend16(A.byte[4*j+3]) * SignExtend16(B.byte[4*j+3]))
67 /// Multiply groups of 2 adjacent pairs of signed 16-bit integers in \a A with
68 /// corresponding 16-bit integers in \a B, producing 2 intermediate signed 32-bit
85 /// Multiply groups of 2 adjacent pairs of signed 16-bit integers in \a A with
86 /// corresponding 16-bit integers in \a B, producing 2 intermediate signed 32-bit
88 /// using signed saturation, and store the packed 32-bit results in DST.
104 /// corresponding signed 8-bit integers in \a B, producing 4 intermediate signed
112 /// tmp1.word := Signed(ZeroExtend16(A.byte[4*j]) * SignExtend16(B.byte[4*j]))
113 /// tmp2.word := Signed(ZeroExtend16(A.byte[4*j+1]) * SignExtend16(B.byte[4*j+1]))
114 /// tmp3.word := Signed(ZeroExtend16(A.byte[4*j+2]) * SignExtend16(B.byte[4*j+2]))
115 /// tmp4.word := Signed(ZeroExtend16(A.byte[4*j+3]) * SignExtend16(B.byte[4*j+3]))
124 /// corresponding signed 8-bit integers in \a B, producing 4 intermediate signed
126 /// in \a S using signed saturation, and store the packed 32-bit results in DST.
132 /// tmp1.word := Signed(ZeroExtend16(A.byte[4*j]) * SignExtend16(B.byte[4*j]))
133 /// tmp2.word := Signed(ZeroExtend16(A.byte[4*j+1]) * SignExtend16(B.byte[4*j+1]))
134 /// tmp3.word := Signed(ZeroExtend16(A.byte[4*j+2]) * SignExtend16(B.byte[4*j+2]))
135 /// tmp4.word := Signed(ZeroExtend16(A.byte[4*j+3]) * SignExtend16(B.byte[4*j+3]))
143 /// Multiply groups of 2 adjacent pairs of signed 16-bit integers in \a A with
144 /// corresponding 16-bit integers in \a B, producing 2 intermediate signed 32-bit
161 /// Multiply groups of 2 adjacent pairs of signed 16-bit integers in \a A with
162 /// corresponding 16-bit integers in \a B, producing 2 intermediate signed 32-bit
164 /// using signed saturation, and store the packed 32-bit results in DST.