/external/llvm/lib/Target/Hexagon/ |
HexagonInstrInfo.td | 99 (ins PredRegs:$src1, IntRegs:$src2, IntRegs: $src3), 101 ") $dst = ")#mnemonic#"($src2, $src3)", 176 (ins PredRegs:$src1, IntRegs:$src2, s8Ext: $src3), 178 ") $dst = ")#mnemonic#"($src2, #$src3)", 396 DoubleRegs:$src3), 397 "$dst = vmux($src1, $src2, $src3)", 402 IntRegs:$src2, IntRegs:$src3), 403 "$dst = mux($src1, $src2, $src3)", 406 (i32 IntRegs:$src3))))]>, ImmRegRel; 411 IntRegs:$src3), [all...] |
HexagonIntrinsics.td | 47 IntRegs:$src3), 48 !strconcat("$dst = ", !strconcat(opc , "($src1, $src2, $src3)")), 50 IntRegs:$src3))]>; 54 IntRegs:$src3), 55 !strconcat("$dst = ", !strconcat(opc , "($src1, #$src2, $src3)")), 57 IntRegs:$src3))]>; 61 s8Imm:$src3), 62 !strconcat("$dst = ", !strconcat(opc , "($src1, $src2, #$src3)")), 64 imm:$src3))]>; 67 : ALU32_rr<(outs IntRegs:$dst), (ins IntRegs:$src1, s8Imm:$src2, s8Imm:$src3), [all...] |
HexagonIntrinsicsV5.td | 104 IntRegs:$src2, IntRegs:$src3), 106 "($src1, $src2, $src3):scale")), 108 IntRegs:$src2, IntRegs:$src3))], 150 DoubleRegs:$src2, IntRegs:$src3), 152 "($src1, $src2, $src3):scale")), 154 DoubleRegs:$src2, IntRegs:$src3))],
|
/external/chromium_org/v8/src/arm/ |
macro-assembler-arm.h | 317 void Push(Register src1, Register src2, Register src3, Condition cond = al) { 319 ASSERT(!src2.is(src3)); 320 ASSERT(!src1.is(src3)); 322 if (src2.code() > src3.code()) { 323 stm(db_w, sp, src1.bit() | src2.bit() | src3.bit(), cond); 326 str(src3, MemOperand(sp, 4, NegPreIndex), cond); 330 Push(src2, src3, cond); 337 Register src3, 341 ASSERT(!src2.is(src3)); 342 ASSERT(!src1.is(src3)); [all...] |
/external/opencv/cxcore/src/ |
cxcmp.cpp | 58 a2 = src2[x], a3 = src3[x]; \ 68 a2 = src2[x*2], a3 = src3[x*2]; \ 72 a3 = src3[x*2+1]; \ 82 a2 = src2[x*3], a3 = src3[x*3]; \ 86 a3 = src3[x*3+1]; \ 90 a3 = src3[x*3+2]; \ 100 a2 = src2[x*4], a3 = src3[x*4]; \ 104 a3 = src3[x*4+1]; \ 108 a3 = src3[x*4+2]; \ 112 a3 = src3[x*4+3]; 258 CvMat srcstub3, *src3 = (CvMat*)srcarr3; local [all...] |
/external/llvm/lib/Target/X86/ |
X86InstrAVX512.td | 105 (ins VR512:$src1, VR128X:$src2, i8imm:$src3), 106 "vinsertf32x4\t{$src3, $src2, $src1, $dst|$dst, $src1, $src2, $src3}", 110 (ins VR512:$src1, f128mem:$src2, i8imm:$src3), 111 "vinsertf32x4\t{$src3, $src2, $src1, $dst|$dst, $src1, $src2, $src3}", 118 (ins VR512:$src1, VR256X:$src2, i8imm:$src3), 119 "vinsertf64x4\t{$src3, $src2, $src1, $dst|$dst, $src1, $src2, $src3}", 123 (ins VR512:$src1, i256mem:$src2, i8imm:$src3), [all...] |
X86InstrSSE.td | [all...] |
/external/chromium_org/third_party/skia/gm/ |
image.cpp | 90 SkRect src1, src2, src3; local 94 src3.iset(0, 0, surf->width() / 2, surf->height() / 2); 104 imgR->draw(canvas, &src3, dst3, usePaint ? &paint : NULL);
|
poly2poly.cpp | 255 const int src3[] = { 0, 0, 64, 0, 0, 64 }; variable 257 doDraw(canvas, &paint, src3, dst3, 3);
|
/external/skia/gm/ |
image.cpp | 90 SkRect src1, src2, src3; local 94 src3.iset(0, 0, surf->width() / 2, surf->height() / 2); 104 imgR->draw(canvas, &src3, dst3, usePaint ? &paint : NULL);
|
/external/chromium_org/third_party/mesa/src/src/mesa/x86/ |
x86_cliptest.S | 39 #define SRC3 REGOFF(12, ESI) 53 * bit6 = SRC3 < 0 166 FDIV_S( SRC3 ) /* GH: don't care about div-by-zero */ 168 MOV_L( SRC3, EBP ) 334 MOV_L( SRC3, EBP )
|
/external/mesa3d/src/mesa/x86/ |
x86_cliptest.S | 39 #define SRC3 REGOFF(12, ESI) 53 * bit6 = SRC3 < 0 166 FDIV_S( SRC3 ) /* GH: don't care about div-by-zero */ 168 MOV_L( SRC3, EBP ) 334 MOV_L( SRC3, EBP )
|
/frameworks/base/opengl/java/android/opengl/ |
Matrix.java | 155 final float src3 = m[mOffset + 12]; local 183 final float dst4 = (atmp1 * src1 + atmp2 * src2 + atmp5 * src3) 184 - (atmp0 * src1 + atmp3 * src2 + atmp4 * src3); 185 final float dst5 = (atmp0 * src0 + atmp7 * src2 + atmp8 * src3) 186 - (atmp1 * src0 + atmp6 * src2 + atmp9 * src3); 187 final float dst6 = (atmp3 * src0 + atmp6 * src1 + atmp11 * src3) 188 - (atmp2 * src0 + atmp7 * src1 + atmp10 * src3); 194 final float btmp1 = src3 * src6; 196 final float btmp3 = src3 * src5; 200 final float btmp7 = src3 * src4 [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/ |
SIInstrFormats.td | 26 : VOP3 <op, (outs VReg_32:$dst), (ins AllReg_32:$src0, AllReg_32:$src1, AllReg_32:$src2, i32imm:$src3, i32imm:$src4, i32imm:$src5, i32imm:$src6), opName, pattern>; 29 : VOP3 <op, (outs VReg_64:$dst), (ins AllReg_64:$src0, AllReg_64:$src1, AllReg_64:$src2, i32imm:$src3, i32imm:$src4, i32imm:$src5, i32imm:$src6), opName, pattern>;
|
/external/chromium_org/third_party/skia/samplecode/ |
SamplePolyToPoly.cpp | 147 const int src3[] = { 0, 0, 64, 0, 0, 64 }; local 149 doDraw(canvas, &paint, src3, dst3, 3);
|
/external/mesa3d/src/gallium/drivers/radeon/ |
SIInstrFormats.td | 26 : VOP3 <op, (outs VReg_32:$dst), (ins AllReg_32:$src0, AllReg_32:$src1, AllReg_32:$src2, i32imm:$src3, i32imm:$src4, i32imm:$src5, i32imm:$src6), opName, pattern>; 29 : VOP3 <op, (outs VReg_64:$dst), (ins AllReg_64:$src0, AllReg_64:$src1, AllReg_64:$src2, i32imm:$src3, i32imm:$src4, i32imm:$src5, i32imm:$src6), opName, pattern>;
|
/external/skia/samplecode/ |
SamplePolyToPoly.cpp | 147 const int src3[] = { 0, 0, 64, 0, 0, 64 }; local 149 doDraw(canvas, &paint, src3, dst3, 3);
|
/external/opencv/cv/src/ |
cvderiv.cpp | 91 float* src3 = src + src_step*2; local 94 buffer[x] = (float)(ky[0]*src[x] + ky[1]*src2[x] + ky[2]*src3[x]); 609 const int *src0 = src[-2], *src1 = src[-1], *src2 = src[0], *src3 = src[1], *src4 = src[2]; local 615 (src1[i+width] + src3[i+width])*4 + src2[i+width]*6; 617 src4[i+width+1] + (src1[i+width+1] + src3[i+width+1])*4 + 626 (src1[i+width] + src3[i+width])*4 + src2[i+width]*6, 4); 629 (src1[i+width+1] + src3[i+width+1])*4 + src2[i+width+1]*6, 4); 751 const float *src0 = src[-2], *src1 = src[-1], *src2 = src[0], *src3 = src[1], *src4 = src[2]; local 756 (src1[i+width] + src3[i+width])*4 + src2[i+width]*6)*scale; 759 (src1[i+width+1] + src3[i+width+1])*4 + src2[i+width+1]*6)*scale [all...] |
/external/vixl/src/a64/ |
macro-assembler-a64.cc | 756 const CPURegister& src2, const CPURegister& src3) { 758 VIXL_ASSERT(AreSameSizeAndType(src0, src1, src2, src3)); 761 int count = 1 + src1.IsValid() + src2.IsValid() + src3.IsValid(); 765 PushHelper(count, size, src0, src1, src2, src3); 799 const CPURegister& src3 = registers.PopHighestIndex(); local 801 PushHelper(count, size, src0, src1, src2, src3); 854 const CPURegister& src3) { 858 VIXL_ASSERT(AreSameSizeAndType(src0, src1, src2, src3)); 865 VIXL_ASSERT(src1.IsNone() && src2.IsNone() && src3.IsNone()); 869 VIXL_ASSERT(src2.IsNone() && src3.IsNone()) [all...] |
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/arm/neon/ |
vp9_convolve8_avg_neon.asm | 32 MULTIPLY_BY_Q0 $dst, $src0, $src1, $src2, $src3, $src4, $src5, $src6, $src7 36 vmlal.s16 $dst, $src3, d0[3]
|
vp9_convolve8_neon.asm | 32 MULTIPLY_BY_Q0 $dst, $src0, $src1, $src2, $src3, $src4, $src5, $src6, $src7 36 vmlal.s16 $dst, $src3, d0[3]
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/ |
svga_tgsi_emit.h | 223 struct src_register src3) 230 emit_src( emit, src3 ));
|
/external/libvpx/libvpx/vp9/common/arm/neon/ |
vp9_convolve8_avg_neon.asm | 32 MULTIPLY_BY_Q0 $dst, $src0, $src1, $src2, $src3, $src4, $src5, $src6, $src7 36 vmlal.s16 $dst, $src3, d0[3]
|
vp9_convolve8_neon.asm | 32 MULTIPLY_BY_Q0 $dst, $src0, $src1, $src2, $src3, $src4, $src5, $src6, $src7 36 vmlal.s16 $dst, $src3, d0[3]
|
/external/mesa3d/src/gallium/drivers/svga/ |
svga_tgsi_emit.h | 223 struct src_register src3) 230 emit_src( emit, src3 ));
|