HomeSort by relevance Sort by last modified time
    Searched refs:dst1 (Results 76 - 100 of 108) sorted by null

1 2 34 5

  /external/v8/src/arm/
simulator-arm.cc 4979 uint8_t src1[16], src2[16], dst1[16], dst2[16]; local
4993 uint16_t src1[8], src2[8], dst1[8], dst2[8]; local
5007 uint32_t src1[4], src2[4], dst1[4], dst2[4]; local
    [all...]
assembler-arm.cc     [all...]
assembler-arm.h     [all...]
macro-assembler-arm.h 494 void Ldrd(Register dst1,
    [all...]
  /external/mesa3d/src/intel/vulkan/
anv_blorp.c 392 flip_coords(unsigned *src0, unsigned *src1, unsigned *dst0, unsigned *dst1)
402 if (*dst0 > *dst1) {
404 *dst0 = *dst1;
405 *dst1 = tmp;
    [all...]
  /external/v8/src/arm64/
macro-assembler-arm64.h 615 void Pop(const CPURegister& dst0, const CPURegister& dst1 = NoReg,
617 void Pop(const CPURegister& dst0, const CPURegister& dst1,
737 // Peek at two values on the stack, and put them in 'dst1' and 'dst2'. The
739 // higher address than 'dst1'. The offset is in bytes.
743 void PeekPair(const CPURegister& dst1, const CPURegister& dst2, int offset);
    [all...]
  /external/vixl/src/aarch64/
simulator-aarch64.h     [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
bfin-dis.c 3084 int dst1 = ((iw1 >> DSP32Alu_dst1_bits) & DSP32Alu_dst1_mask); local
    [all...]
  /external/dng_sdk/source/
dng_image_writer.cpp 2927 uint8 *dst1 = temp + rowIncrement; local
2929 uint8 *dst1 = temp; local
2951 uint8 *dst1 = temp + rowIncrement; local
2974 uint8 *dst1 = temp + rowIncrement; local
2980 uint8 *dst1 = temp + rowIncrement * 2; local
    [all...]
  /external/v8/src/x64/
assembler-x64.h     [all...]
  /external/vixl/test/aarch32/
test-assembler-aarch32.cc 5062 uint32_t dst1[4] = {0x00000000, 0x00000000, 0x00000000, 0x00000000}; local
5163 uint32_t dst1[4] = {0x00000000, 0x00000000, 0x00000000, 0x00000000}; local
    [all...]
  /cts/tests/tests/text/src/android/text/format/cts/
TimeTest.java 237 public int dst1; field in class:TimeTest.DateTest
248 public DateTest(int year1, int month1, int day1, int hour1, int minute1, int dst1,
256 this.dst1 = dst1;
273 this.dst1 = -1;
404 local.isDst = test.dst1;
419 local.isDst = test.dst1;
    [all...]
  /external/webp/src/dsp/
enc_msa.c 175 v4i32 dst0, dst1; local
196 DOTP_SH2_SW(tmp0, tmp1, tmp2, tmp3, dst0, dst1);
197 dst0 = dst0 + dst1;
  /external/v8/src/ia32/
assembler-ia32.h     [all...]
  /external/v8/src/s390/
macro-assembler-s390.h     [all...]
macro-assembler-s390.cc     [all...]
  /external/libvpx/libvpx/vpx_dsp/mips/
sub_pixel_variance_msa.c 470 v16u8 dst0, dst1, dst2, dst3, filt0; local
483 LD_UB4(dst, dst_stride, dst0, dst1, dst2, dst3);
499 CALC_MSE_AVG_B(src1, dst1, var, avg);
1050 v16u8 dst0, dst1, dst2, dst3; local
    [all...]
macros_msa.h     [all...]
  /external/v8/src/compiler/ia32/
code-generator-ia32.cc 2494 Operand dst1 = g.HighOperand(destination); local
2576 Operand dst1 = g.ToOperand(destination); local
2619 Operand dst1 = g.HighOperand(destination); local
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
LongArray.java     [all...]
  /external/v8/src/compiler/x87/
code-generator-x87.cc 2620 Operand dst1 = g.HighOperand(destination); local
2692 Operand dst1 = g.ToOperand(destination); local
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_glsl_to_tgsi.cpp 506 st_dst_reg dst, st_dst_reg dst1,
645 st_dst_reg dst, st_dst_reg dst1,
660 num_reladdr += dst1.reladdr != NULL || dst1.reladdr2;
678 if (dst1.reladdr) {
679 emit_arl(ir, address_reg, *dst1.reladdr);
690 inst->dst[1] = dst1;
773 /* select the writemask for dst0 or dst1 */
    [all...]
  /external/libhevc/common/x86/
ihevc_inter_pred_filters_ssse3_intr.c 189 WORD32 dst0, dst1, dst2, dst3; local
201 dst1 = _mm_cvtsi128_si32(src1_16x8b);
207 *(WORD32 *)(&pu1_dst[1 * dst_strd]) = dst1; /* row =1 */
    [all...]
  /external/opencv/cxcore/include/
cxcore.h 455 CVAPI(void) cvSplit( const CvArr* src, CvArr* dst0, CvArr* dst1,
    [all...]
  /external/libvpx/libvpx/vpx_dsp/x86/
highbd_subpel_variance_impl_sse2.asm 40 %macro SUM_SSE 6 ; src1, dst1, src2, dst2, sum, sse

Completed in 959 milliseconds

1 2 34 5