Home
last modified time | relevance | path

Searched refs:vsrc (Results 1 – 22 of 22) sorted by relevance

/external/llvm/lib/Target/PowerPC/
DPPCInstrVSX.td32 def vsrc : RegisterOperand<VSRC> {
80 def NAME : XX3Form_Rc<opcode, xo, (outs vsrc:$XT), (ins vsrc:$XA, vsrc:$XB),
84 def o : XX3Form_Rc<opcode, xo, (outs vsrc:$XT), (ins vsrc:$XA, vsrc:$XB),
109 (outs vsrc:$XT), (ins memrr:$src),
114 (outs vsrc:$XT), (ins memrr:$src),
118 (outs vsrc:$XT), (ins memrr:$src),
131 (outs), (ins vsrc:$XT, memrr:$dst),
136 (outs), (ins vsrc:$XT, memrr:$dst),
154 (outs vsrc:$XT), (ins vsrc:$XA, vsrc:$XB),
159 (outs vsrc:$XT), (ins vsrc:$XA, vsrc:$XB),
[all …]
DREADME_P9.txt361 (outs vsrc:$XT), (ins vsrc:$XB),
490 (outs vsrc:$XT), (ins vsrc:$XB, u2imm:$UIM),
546 (outs vsrc:$XT), (ins memrr:$src),
556 (outs), (ins vsrc:$XT, memrr:$dst),
/external/mesa3d/src/gallium/auxiliary/util/
Du_pwr8.h184 vec_slli_epi32 (__m128i vsrc, unsigned int count) in vec_slli_epi32() argument
191 return vsrc; in vec_slli_epi32()
195 return (__m128i) vec_sl ((vector signed int) vsrc, vec_count.m128ui); in vec_slli_epi32()
199 vec_srli_epi32 (__m128i vsrc, unsigned int count) in vec_srli_epi32() argument
206 return vsrc; in vec_srli_epi32()
210 return (__m128i) vec_sr ((vector signed int) vsrc, vec_count.m128ui); in vec_srli_epi32()
214 vec_srai_epi32 (__m128i vsrc, unsigned int count) in vec_srai_epi32() argument
221 return vsrc; in vec_srai_epi32()
225 return (__m128i) vec_sra ((vector signed int) vsrc, vec_count.m128ui); in vec_srai_epi32()
237 __m128i_union vsrc; in vec_loadu_si128() local
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCInstrVSX.td32 def vsrc : RegisterOperand<VSRC> {
87 def NAME : XX3Form_Rc<opcode, xo, (outs vsrc:$XT), (ins vsrc:$XA, vsrc:$XB),
91 def o : XX3Form_Rc<opcode, xo, (outs vsrc:$XT), (ins vsrc:$XA, vsrc:$XB),
142 (outs vsrc:$XT), (ins memrr:$src),
147 (outs vsrc:$XT), (ins memrr:$src),
152 (outs vsrc:$XT), (ins memrr:$src),
175 (outs), (ins vsrc:$XT, memrr:$dst),
180 (outs), (ins vsrc:$XT, memrr:$dst),
198 (outs vsrc:$XT), (ins vsrc:$XA, vsrc:$XB),
203 (outs vsrc:$XT), (ins vsrc:$XA, vsrc:$XB),
[all …]
DREADME_P9.txt361 (outs vsrc:$XT), (ins vsrc:$XB),
490 (outs vsrc:$XT), (ins vsrc:$XB, u2imm:$UIM),
546 (outs vsrc:$XT), (ins memrr:$src),
556 (outs), (ins vsrc:$XT, memrr:$dst),
/external/skqp/src/core/
DSkBlitRow_D32.cpp160 uint8x8_t vsrc, vdst, vres; in blit_row_s32_blend() local
163 vsrc = vreinterpret_u8_u32(vld1_u32(src)); in blit_row_s32_blend()
166 vsrc_wide = vmovl_u8(vsrc); in blit_row_s32_blend()
182 uint8x8_t vsrc = vdup_n_u8(0), vdst = vdup_n_u8(0), vres; in blit_row_s32_blend() local
185 vsrc = vreinterpret_u8_u32(vld1_lane_u32(src, vreinterpret_u32_u8(vsrc), 0)); in blit_row_s32_blend()
188 vsrc_wide = vmovl_u8(vsrc); in blit_row_s32_blend()
204 uint8x8_t vsrc = vdup_n_u8(0), vdst = vdup_n_u8(0), vres; in blit_row_s32a_blend() local
208 vsrc = vreinterpret_u8_u32(vld1_lane_u32(src, vreinterpret_u32_u8(vsrc), 0)); in blit_row_s32a_blend()
211 dst_scale = vget_lane_u8(vsrc, 3); in blit_row_s32a_blend()
214 vsrc_wide = vmovl_u8(vsrc); in blit_row_s32a_blend()
[all …]
/external/skia/src/core/
DSkBlitRow_D32.cpp160 uint8x8_t vsrc, vdst, vres; in blit_row_s32_blend() local
163 vsrc = vreinterpret_u8_u32(vld1_u32(src)); in blit_row_s32_blend()
166 vsrc_wide = vmovl_u8(vsrc); in blit_row_s32_blend()
182 uint8x8_t vsrc = vdup_n_u8(0), vdst = vdup_n_u8(0), vres; in blit_row_s32_blend() local
185 vsrc = vreinterpret_u8_u32(vld1_lane_u32(src, vreinterpret_u32_u8(vsrc), 0)); in blit_row_s32_blend()
188 vsrc_wide = vmovl_u8(vsrc); in blit_row_s32_blend()
204 uint8x8_t vsrc = vdup_n_u8(0), vdst = vdup_n_u8(0), vres; in blit_row_s32a_blend() local
208 vsrc = vreinterpret_u8_u32(vld1_lane_u32(src, vreinterpret_u32_u8(vsrc), 0)); in blit_row_s32a_blend()
211 dst_scale = vget_lane_u8(vsrc, 3); in blit_row_s32a_blend()
214 vsrc_wide = vmovl_u8(vsrc); in blit_row_s32a_blend()
[all …]
/external/webp/src/enc/
Diterator_enc.c137 const uint8_t* const vsrc = pic->v + (y * pic->uv_stride + x) * 8; in VP8IteratorImport() local
145 ImportBlock(vsrc, pic->uv_stride, it->yuv_in_ + V_OFF_ENC, uv_w, uv_h, 8); in VP8IteratorImport()
158 it->v_left_[-1] = vsrc[- 1 - pic->uv_stride]; in VP8IteratorImport()
162 ImportLine(vsrc - 1, pic->uv_stride, it->v_left_, uv_h, 8); in VP8IteratorImport()
172 ImportLine(vsrc - pic->uv_stride, 1, tmp_32 + 16 + 8, uv_w, 8); in VP8IteratorImport()
194 const uint8_t* const vsrc = it->yuv_out_ + V_OFF_ENC; in VP8IteratorExport() local
212 ExportBlock(vsrc, vdst, pic->uv_stride, uv_w, uv_h); in VP8IteratorExport()
/external/llvm/test/CodeGen/ARM/
D2013-11-08-inline-asm-neon-array.ll10 %vsrc = alloca %struct.uint8x8x4_t, align 8
12 …%1 = call i8* asm sideeffect "vld4.u8 ${0:h}, [$1], $2", "=*w,=r,r,1"(%struct.uint8x8x4_t* %vsrc, …
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/
D2013-11-08-inline-asm-neon-array.ll10 %vsrc = alloca %struct.uint8x8x4_t, align 8
12 …%1 = call i8* asm sideeffect "vld4.u8 ${0:h}, [$1], $2", "=*w,=r,r,1"(%struct.uint8x8x4_t* %vsrc, …
/external/libnl/lib/route/link/
Dmacvlan.c122 struct macvlan_info *vdst, *vsrc = src->l_info; in macvlan_clone() local
130 if (!vdst || !vsrc) in macvlan_clone()
133 memcpy(vdst, vsrc, sizeof(struct macvlan_info)); in macvlan_clone()
Dvlan.c246 struct vlan_info *vdst, *vsrc = src->l_info; in vlan_clone() local
254 vdst->vi_egress_qos = calloc(vsrc->vi_egress_size, in vlan_clone()
259 memcpy(vdst->vi_egress_qos, vsrc->vi_egress_qos, in vlan_clone()
260 vsrc->vi_egress_size * sizeof(struct vlan_map)); in vlan_clone()
Dvxlan.c325 struct vxlan_info *vdst, *vsrc = src->l_info; in vxlan_clone() local
333 if (!vdst || !vsrc) in vxlan_clone()
336 memcpy(vdst, vsrc, sizeof(struct vxlan_info)); in vxlan_clone()
/external/libvpx/libvpx/vp8/encoder/
Dencodemb.h22 void vp8_subtract_mbuv(short *diff, unsigned char *usrc, unsigned char *vsrc,
Dencodemb.c33 void vp8_subtract_mbuv(short *diff, unsigned char *usrc, unsigned char *vsrc, in vp8_subtract_mbuv() argument
40 vpx_subtract_block(8, 8, vdiff, 8, vsrc, src_stride, vpred, pred_stride); in vp8_subtract_mbuv()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIInstructions.td45 (ins VGPR_32:$vsrc, Attr:$attr, AttrChan:$attrchan),
46 "v_interp_p1_f32$vdst, $vsrc, $attr$attrchan",
47 [(set f32:$vdst, (AMDGPUinterp_p1 f32:$vsrc, (i32 imm:$attrchan),
68 (ins VGPR_32:$src0, VGPR_32:$vsrc, Attr:$attr, AttrChan:$attrchan),
69 "v_interp_p2_f32$vdst, $vsrc, $attr$attrchan",
70 [(set f32:$vdst, (AMDGPUinterp_p2 f32:$src0, f32:$vsrc, (i32 imm:$attrchan),
78 (ins InterpSlot:$vsrc, Attr:$attr, AttrChan:$attrchan),
79 "v_interp_mov_f32$vdst, $vsrc, $attr$attrchan",
80 [(set f32:$vdst, (AMDGPUinterp_mov (i32 imm:$vsrc), (i32 imm:$attrchan),
DSIInstrFormats.td236 bits<8> vsrc;
240 let Inst{7-0} = vsrc;
DVOP1Instructions.td645 (ins rc:$vsrc, VSrc_b32:$val, i32imm:$offset)> {
648 let Constraints = "$vsrc = $vdst";
/external/llvm/lib/Target/AMDGPU/
DSIInstrFormats.td473 bits<8> vsrc;
477 let Inst{7-0} = vsrc;
DSIInstructions.td2595 (int_amdgcn_image_atomic_cmpswap i32:$vsrc, i32:$vcmp, vt:$addr, v8i32:$rsrc,
2598 (opcode (REG_SEQUENCE VReg_64, $vsrc, sub0, $vcmp, sub1),
/external/capstone/arch/PowerPC/
DPPCGenAsmWriter.inc7621 // (XVCPSGNDP vsrc:$XT, vsrc:$XB, vsrc:$XB)
7634 // (XVCPSGNSP vsrc:$XT, vsrc:$XB, vsrc:$XB)
7649 // (XXPERMDI vsrc:$XT, vsrc:$XB, vsrc:$XB, 0)
7662 // (XXPERMDI vsrc:$XT, vsrc:$XB, vsrc:$XB, 3)
7675 // (XXPERMDI vsrc:$XT, vsrc:$XA, vsrc:$XB, 0)
7688 // (XXPERMDI vsrc:$XT, vsrc:$XA, vsrc:$XB, 3)
7701 // (XXPERMDI vsrc:$XT, vsrc:$XB, vsrc:$XB, 2)
/external/mesa3d/src/mesa/tnl/
Dt_vertex_generic.c1064 GLubyte *vsrc = vtx->vertex_buf + esrc * vtx->vertex_size; in _tnl_generic_copy_pv() local
1075 vsrc + a[j].vertoffset, in _tnl_generic_copy_pv()