HomeSort by relevance Sort by last modified time
    Searched refs:vsrc (Results 1 - 25 of 67) sorted by null

1 2 3

  /art/runtime/verifier/
register_line-inl.h 28 inline RegType& RegisterLine::GetRegisterType(uint32_t vsrc) const {
30 DCHECK_LT(vsrc, num_regs_);
31 return verifier_->GetRegTypeCache()->GetFromId(line_[vsrc]);
register_line.cc 98 /* Get the element type of the array held in vsrc */
109 bool RegisterLine::VerifyRegisterType(uint32_t vsrc,
112 RegType& src_type = GetRegisterType(vsrc);
123 verifier_->Fail(fail_type) << "register v" << vsrc << " has type "
128 RegType& src_type_h = GetRegisterType(vsrc + 1);
130 verifier_->Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "wide register v" << vsrc << " has type "
135 // The register at vsrc has a defined type, we know the lower-upper-bound, but this is less
136 // precise than the subtype in vsrc so leave it for reference types. For primitive types
142 bool RegisterLine::VerifyRegisterTypeWide(uint32_t vsrc, RegType& check_type1,
146 RegType& src_type = GetRegisterType(vsrc);
    [all...]
register_line.h 59 // Implement category-1 "move" instructions. Copy a 32-bit value from "vsrc" to "vdst".
60 void CopyRegister1(uint32_t vdst, uint32_t vsrc, TypeCategory cat)
63 // Implement category-2 "move" instructions. Copy a 64-bit value from "vsrc" to "vdst". This
65 void CopyRegister2(uint32_t vdst, uint32_t vsrc)
97 // Get the type of register vsrc.
98 RegType& GetRegisterType(uint32_t vsrc) const;
100 bool VerifyRegisterType(uint32_t vsrc, RegType& check_type)
103 bool VerifyRegisterTypeWide(uint32_t vsrc, RegType& check_type1, RegType& check_type2)
141 * Update all registers to be Conflict except vsrc.
144 void MarkAllRegistersAsConflictsExcept(uint32_t vsrc);
    [all...]
  /external/chromium_org/third_party/skia/src/opts/
SkBlitRow_opts_arm_neon.cpp 22 uint8x8x4_t vsrc; local
35 vsrc.val[0] = vsrc_0;
36 vsrc.val[1] = vsrc_1;
37 vsrc.val[2] = vsrc_2;
39 return vsrc;
43 uint8x8x4_t vsrc; local
58 vsrc.val[0] = vsrc_0;
59 vsrc.val[1] = vsrc_1;
60 vsrc.val[2] = vsrc_2;
61 vsrc.val[3] = vsrc_3
73 uint8x8x4_t vsrc; local
117 uint8x8x4_t vsrc; local
496 uint8x8x4_t vsrc; local
626 uint8x8x4_t vsrc; local
1032 uint8x8_t vsrc, vdst, vres; local
1065 uint8x8_t vsrc = vdup_n_u8(0), vdst = vdup_n_u8(0), vres; local
1098 uint8x8_t vsrc = vdup_n_u8(0), vdst = vdup_n_u8(0), vres; local
1136 uint8x8_t vsrc, vdst, vres, vsrc_alphas; local
1236 uint8x8x4_t vsrc; local
1453 uint8x8x4_t vsrc; local
1579 uint32x2x4_t vsrc; local
    [all...]
SkColor_opts_neon.h 37 static inline uint8x8x4_t SkPixel16ToPixel32_neon8(uint16x8_t vsrc) {
42 vr = vmovn_u16(vshrq_n_u16(vsrc, SK_R16_SHIFT));
43 vg = vmovn_u16(vshrq_n_u16(vshlq_n_u16(vsrc, SK_R16_BITS), SK_R16_BITS + SK_B16_BITS));
44 vb = vmovn_u16(vsrc & vdupq_n_u16(SK_B16_MASK));
58 static inline uint16x8_t SkPixel32ToPixel16_neon8(uint8x8x4_t vsrc) {
62 ret = vshll_n_u8(vsrc.val[NEON_R], 8);
63 ret = vsriq_n_u16(ret, vshll_n_u8(vsrc.val[NEON_G], 8), SK_R16_BITS);
64 ret = vsriq_n_u16(ret, vshll_n_u8(vsrc.val[NEON_B], 8), SK_R16_BITS + SK_G16_BITS);
SkXfermode_opts_arm_neon.cpp 118 uint8x8_t vda, visa, vsrc, vdst; local
133 vsrc = vshrn_n_u16(vsrc_wide, 8);
136 vsrc += vdst;
137 vsrc = vset_lane_u8(da, vsrc, 3);
139 return vget_lane_u32(vreinterpret_u32_u8(vsrc), 0);
148 uint8x8_t vsa, vida, vsrc, vdst; local
163 vsrc = vshrn_n_u16(vsrc_wide, 8);
166 vsrc += vdst;
167 vsrc = vset_lane_u8(sa, vsrc, 3)
180 uint8x8_t vsrc, vdst, visa, vida; local
209 uint8x8_t vsrc, vdst; local
219 uint8x8_t vsrc, vdst, vres; local
772 uint8x8x4_t vsrc, vdst, vres; local
868 uint8x8x4_t vdst32, vsrc, vres; local
    [all...]
  /external/skia/src/opts/
SkBlitRow_opts_arm_neon.cpp 22 uint8x8x4_t vsrc; local
35 vsrc.val[0] = vsrc_0;
36 vsrc.val[1] = vsrc_1;
37 vsrc.val[2] = vsrc_2;
39 return vsrc;
43 uint8x8x4_t vsrc; local
58 vsrc.val[0] = vsrc_0;
59 vsrc.val[1] = vsrc_1;
60 vsrc.val[2] = vsrc_2;
61 vsrc.val[3] = vsrc_3
73 uint8x8x4_t vsrc; local
117 uint8x8x4_t vsrc; local
398 uint8x8x4_t vsrc; local
528 uint8x8x4_t vsrc; local
934 uint8x8_t vsrc, vdst, vres; local
967 uint8x8_t vsrc = vdup_n_u8(0), vdst = vdup_n_u8(0), vres; local
1000 uint8x8_t vsrc = vdup_n_u8(0), vdst = vdup_n_u8(0), vres; local
1038 uint8x8_t vsrc, vdst, vres, vsrc_alphas; local
1138 uint8x8x4_t vsrc; local
1355 uint8x8x4_t vsrc; local
1481 uint32x2x4_t vsrc; local
    [all...]
SkColor_opts_neon.h 37 static inline uint8x8x4_t SkPixel16ToPixel32_neon8(uint16x8_t vsrc) {
42 vr = vmovn_u16(vshrq_n_u16(vsrc, SK_R16_SHIFT));
43 vg = vmovn_u16(vshrq_n_u16(vshlq_n_u16(vsrc, SK_R16_BITS), SK_R16_BITS + SK_B16_BITS));
44 vb = vmovn_u16(vsrc & vdupq_n_u16(SK_B16_MASK));
58 static inline uint16x8_t SkPixel32ToPixel16_neon8(uint8x8x4_t vsrc) {
62 ret = vshll_n_u8(vsrc.val[NEON_R], 8);
63 ret = vsriq_n_u16(ret, vshll_n_u8(vsrc.val[NEON_G], 8), SK_R16_BITS);
64 ret = vsriq_n_u16(ret, vshll_n_u8(vsrc.val[NEON_B], 8), SK_R16_BITS + SK_G16_BITS);
SkXfermode_opts_arm_neon.cpp 118 uint8x8_t vda, visa, vsrc, vdst; local
133 vsrc = vshrn_n_u16(vsrc_wide, 8);
136 vsrc += vdst;
137 vsrc = vset_lane_u8(da, vsrc, 3);
139 return vget_lane_u32(vreinterpret_u32_u8(vsrc), 0);
148 uint8x8_t vsa, vida, vsrc, vdst; local
163 vsrc = vshrn_n_u16(vsrc_wide, 8);
166 vsrc += vdst;
167 vsrc = vset_lane_u8(sa, vsrc, 3)
180 uint8x8_t vsrc, vdst, visa, vida; local
209 uint8x8_t vsrc, vdst; local
219 uint8x8_t vsrc, vdst, vres; local
762 uint8x8x4_t vsrc, vdst, vres; local
843 uint8x8x4_t vdst32, vsrc, vres; local
    [all...]
  /external/pixman/pixman/
pixman-vmx.c 191 vector unsigned int vdest, vsrc; local
203 vdest = over (vsrc, splat_alpha (vsrc), vdest);
230 vector unsigned int vdest, vsrc, vmask; local
241 vdest = over (vsrc, splat_alpha (vsrc), vdest);
286 vector unsigned int vdest, vsrc; local
298 vdest = over (vdest, splat_alpha (vdest), vsrc);
324 vector unsigned int vdest, vsrc, vmask; local
336 vdest = over (vdest, splat_alpha (vdest), vsrc);
379 vector unsigned int vdest, vsrc; local
415 vector unsigned int vdest, vsrc, vmask; local
468 vector unsigned int vdest, vsrc; local
505 vector unsigned int vdest, vsrc, vmask; local
559 vector unsigned int vdest, vsrc; local
596 vector unsigned int vdest, vsrc, vmask; local
649 vector unsigned int vdest, vsrc; local
687 vector unsigned int vdest, vsrc, vmask; local
741 vector unsigned int vdest, vsrc; local
781 vector unsigned int vdest, vsrc, vmask; local
840 vector unsigned int vdest, vsrc; local
880 vector unsigned int vdest, vsrc, vmask; local
939 vector unsigned int vdest, vsrc; local
979 vector unsigned int vdest, vsrc, vmask; local
1038 vector unsigned int vdest, vsrc; local
1074 vector unsigned int vdest, vsrc, vmask; local
1130 vector unsigned int vdest, vsrc, vmask; local
1170 vector unsigned int vdest, vsrc, vmask; local
1214 vector unsigned int vdest, vsrc, vmask; local
1257 vector unsigned int vdest, vsrc, vmask; local
1299 vector unsigned int vdest, vsrc, vmask; local
1342 vector unsigned int vdest, vsrc, vmask; local
1386 vector unsigned int vdest, vsrc, vmask; local
1430 vector unsigned int vdest, vsrc, vmask, vsrca; local
1481 vector unsigned int vdest, vsrc, vmask; local
1529 vector unsigned int vdest, vsrc, vmask; local
1577 vector unsigned int vdest, vsrc, vmask; local
    [all...]
pixman-mmx.c 692 __m64 vsrc = load8888 (src); local
699 vsrc = pix_multiply (vsrc, m);
702 return vsrc;
706 core_combine_over_u_pixel_mmx (__m64 vsrc, __m64 vdst)
708 vsrc = _mm_unpacklo_pi8 (vsrc, _mm_setzero_si64 ());
710 if (is_opaque (vsrc))
712 return vsrc;
714 else if (!is_zero (vsrc))
735 __m64 vsrc = combine (src, mask); local
1381 __m64 vsrc, vsrca; local
1447 __m64 vsrc, vsrca; local
1526 __m64 vsrc, vsrca; local
1884 __m64 vsrc = load8888 (src); local
1929 __m64 vsrc = load8888 (src); local
1956 __m64 vsrc, vsrca; local
2273 __m64 vsrc; local
2390 __m64 vsrc, vsrca, tmp; local
2539 __m64 vsrc = load8888 (src); local
2607 __m64 vsrc = load8888 (src); local
2719 __m64 vsrc, vsrca; local
2821 __m64 vsrc, vsrca; local
2968 __m64 vsrc, vsrca; local
3152 __m64 vsrc = ldq_u ((__m64 *)src); local
3475 __m64 vsrc; local
3831 __m64 vsrc = ldq_u ((__m64 *)src); local
    [all...]
  /frameworks/native/libs/gui/tests/
TextureRenderer.cpp 35 const char vsrc[] = local
56 ASSERT_NO_FATAL_FAILURE(GLTest::createProgram(vsrc, fsrc, &mPgm));
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/ppc/
csystemdependent.c 48 void (*vp8_subtract_mbuv)(short *diff, unsigned char *usrc, unsigned char *vsrc, unsigned char *pred, int stride);
65 extern void subtract_mbuv_c(short *diff, unsigned char *usrc, unsigned char *vsrc, unsigned char *pred, int stride);
97 extern void vp8_subtract_mbuv_ppc(short *diff, unsigned char *usrc, unsigned char *vsrc, unsigned char *pred, int stride);
  /external/libvpx/libvpx/vp8/encoder/ppc/
csystemdependent.c 48 void (*vp8_subtract_mbuv)(short *diff, unsigned char *usrc, unsigned char *vsrc, unsigned char *pred, int stride);
65 extern void subtract_mbuv_c(short *diff, unsigned char *usrc, unsigned char *vsrc, unsigned char *pred, int stride);
97 extern void vp8_subtract_mbuv_ppc(short *diff, unsigned char *usrc, unsigned char *vsrc, unsigned char *pred, int stride);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ppc/
csystemdependent.c 48 void (*vp8_subtract_mbuv)(short *diff, unsigned char *usrc, unsigned char *vsrc, unsigned char *pred, int stride);
65 extern void subtract_mbuv_c(short *diff, unsigned char *usrc, unsigned char *vsrc, unsigned char *pred, int stride);
97 extern void vp8_subtract_mbuv_ppc(short *diff, unsigned char *usrc, unsigned char *vsrc, unsigned char *pred, int stride);
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/arm/neon/
subtract_neon.c 100 unsigned char *vsrc,
116 src_ptr = vsrc;
  /external/chromium_org/third_party/libwebp/enc/
iterator.c 133 const uint8_t* const vsrc = pic->v + (y * pic->uv_stride + x) * 8; local
141 ImportBlock(vsrc, pic->uv_stride, it->yuv_in_ + V_OFF, uv_w, uv_h, 8);
154 it->v_left_[-1] = vsrc[- 1 - pic->uv_stride];
158 ImportLine(vsrc - 1, pic->uv_stride, it->v_left_, uv_h, 8);
168 ImportLine(vsrc - pic->uv_stride, 1, tmp_32 + 16 + 8, uv_w, 8);
190 const uint8_t* const vsrc = it->yuv_out_ + V_OFF; local
208 ExportBlock(vsrc, vdst, pic->uv_stride, uv_w, uv_h);
  /external/webp/src/enc/
iterator.c 133 const uint8_t* const vsrc = pic->v + (y * pic->uv_stride + x) * 8; local
141 ImportBlock(vsrc, pic->uv_stride, it->yuv_in_ + V_OFF, uv_w, uv_h, 8);
154 it->v_left_[-1] = vsrc[- 1 - pic->uv_stride];
158 ImportLine(vsrc - 1, pic->uv_stride, it->v_left_, uv_h, 8);
168 ImportLine(vsrc - pic->uv_stride, 1, tmp_32 + 16 + 8, uv_w, 8);
190 const uint8_t* const vsrc = it->yuv_out_ + V_OFF; local
208 ExportBlock(vsrc, vdst, pic->uv_stride, uv_w, uv_h);
  /external/libnl/lib/route/link/
vlan.c 240 struct vlan_info *vdst, *vsrc = src->l_info; local
248 vdst->vi_egress_qos = calloc(vsrc->vi_egress_size,
253 memcpy(vdst->vi_egress_qos, vsrc->vi_egress_qos,
254 vsrc->vi_egress_size * sizeof(struct vlan_map));
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/arm/armv6/
vp8_subtract_armv6.asm 74 ; r2 unsigned char *vsrc
135 ldr r6, [r2] ; vsrc (A)
146 ldr r10, [r2, #4] ; vsrc (B)
163 add r2, r2, r3 ; update vsrc pointer
  /external/libvpx/libvpx/vp8/encoder/arm/armv6/
vp8_subtract_armv6.asm 74 ; r2 unsigned char *vsrc
135 ldr r6, [r2] ; vsrc (A)
146 ldr r10, [r2, #4] ; vsrc (B)
163 add r2, r2, r3 ; update vsrc pointer
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/armv6/
vp8_subtract_armv6.asm 74 ; r2 unsigned char *vsrc
135 ldr r6, [r2] ; vsrc (A)
146 ldr r10, [r2, #4] ; vsrc (B)
163 add r2, r2, r3 ; update vsrc pointer
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/x86/
subtract_mmx.asm 149 ;vp8_subtract_mbuv_mmx(short *diff, unsigned char *usrc, unsigned char *vsrc,
193 mov rsi, arg(2) ;vsrc
  /external/libvpx/libvpx/vp8/encoder/x86/
subtract_mmx.asm 149 ;vp8_subtract_mbuv_mmx(short *diff, unsigned char *usrc, unsigned char *vsrc,
193 mov rsi, arg(2) ;vsrc
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/x86/
subtract_mmx.asm 149 ;vp8_subtract_mbuv_mmx(short *diff, unsigned char *usrc, unsigned char *vsrc,
193 mov rsi, arg(2) ;vsrc

Completed in 2665 milliseconds

1 2 3