Searched refs:vreg (Results 1 - 25 of 41) sorted by relevance

12

/netbsd-current/sys/arch/powerpc/include/
H A Dreg.h70 struct vreg { /* Vector registers */ struct
71 uint32_t vreg[32][4]; member in struct:vreg
H A Daltivec.h43 struct vreg;
74 void vec_load_from_vreg(const struct vreg *);
75 void vec_unload_to_vreg(struct vreg *);
H A Dpcb.h61 struct vreg pcb_vr __attribute__((aligned(16)));
68 struct vreg vstate;
/netbsd-current/external/gpl3/gdb.old/dist/sim/ppc/
H A Daltivec_registers.h30 } vreg; typedef in typeref:union:__anon3106
36 vreg vr[32];
H A Dregisters.c156 description.size = sizeof(vreg);
/netbsd-current/external/gpl3/gdb/dist/sim/ppc/
H A Daltivec_registers.h30 } vreg; typedef in typeref:union:__anon2563
36 vreg vr[32];
H A Dregisters.c146 description.size = sizeof(vreg);
/netbsd-current/sys/arch/powerpc/booke/
H A Dspe.c157 pcb->pcb_vr.vreg[8][0] = vr->__vr32[2];
158 pcb->pcb_vr.vreg[8][1] = vr->__vr32[3];
164 pcb->pcb_vr.vreg[i][0] = vr[0].__vr32[0];
165 pcb->pcb_vr.vreg[i][1] = vr[1].__vr32[0];
166 pcb->pcb_vr.vreg[i][2] = vr[2].__vr32[0];
167 pcb->pcb_vr.vreg[i][3] = vr[3].__vr32[0];
188 vr[0].__vr32[0] = pcb->pcb_vr.vreg[i][0];
192 vr[1].__vr32[0] = pcb->pcb_vr.vreg[i][1];
196 vr[2].__vr32[0] = pcb->pcb_vr.vreg[i][2];
200 vr[3].__vr32[0] = pcb->pcb_vr.vreg[
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/gvt/
H A Ddebugfs.c44 u32 vreg; member in struct:diff_mmio
69 u32 preg, vreg; local
72 vreg = vgpu_vreg(param->vgpu, offset);
74 if (preg != vreg) {
81 node->vreg = vreg;
119 u32 diff = node->preg ^ node->vreg;
122 node->offset, node->preg, node->vreg,
H A Dmmio.c246 memcpy(vgpu->mmio.vreg, mmio, info->mmio_size);
286 memcpy(vgpu->mmio.vreg, mmio, GVT_GEN8_MMIO_RESET_OFFSET);
302 vgpu->mmio.vreg = vzalloc(info->mmio_size);
303 if (!vgpu->mmio.vreg)
318 vfree(vgpu->mmio.vreg);
319 vgpu->mmio.vreg = NULL;
H A Dgvt.h98 void *vreg; member in struct:intel_vgpu_mmio
448 (*(u32 *)(vgpu->mmio.vreg + i915_mmio_reg_offset(reg)))
450 (*(u32 *)(vgpu->mmio.vreg + (offset)))
452 (*(u64 *)(vgpu->mmio.vreg + i915_mmio_reg_offset(reg)))
454 (*(u64 *)(vgpu->mmio.vreg + (offset)))
/netbsd-current/external/bsd/byacc/dist/test/
H A Dbtyacc_calc1.y25 INTERVAL vreg[26];
38 %token <ival> DREG VREG /* indices into dreg, vreg arrays */
74 vreg[$1] = $3;
125 $$ = vreg[$1];
H A Dvarsyntax_calc1.y28 INTERVAL vreg[26];
36 int ival; // dreg & vreg array index values
41 %token <ival> DREG VREG // indices into dreg, vreg arrays */
74 vreg[$1] = $3;
129 $$ = vreg[$1];
H A Dcalc1.y27 INTERVAL vreg[26];
40 %token <ival> DREG VREG /* indices into dreg, vreg arrays */
72 vreg[$1] = $3;
127 $$ = vreg[$1];
/netbsd-current/sys/arch/powerpc/powerpc/
H A Dprocfs_machdep.c71 vap->va_bytes = vap->va_size = sizeof(struct vreg);
H A Dprocess_machdep.c156 process_machdep_read_vecregs(struct lwp *l, struct vreg *vregs)
178 process_machdep_write_vecregs(struct lwp *l, struct vreg *vregs)
215 iov.iov_len = sizeof(struct vreg);
219 uio.uio_resid = sizeof(struct vreg);
239 struct vreg r;
/netbsd-current/sys/arch/sparc/sparc/
H A Dcache.c416 sun4_vcache_flush_region(int vreg, int ctx) argument
422 p = (char *)VRTOVA(vreg); /* reg..reg+sz rather than 0..sz */
439 sun4_vcache_flush_segment(int vreg, int vseg, int ctx) argument
445 p = (char *)VSTOVA(vreg, vseg); /* seg..seg+sz rather than 0..sz */
616 srmmu_vcache_flush_region(int vreg, int ctx) argument
622 p = (char *)VRTOVA(vreg); /* reg..reg+sz rather than 0..sz */
644 srmmu_vcache_flush_segment(int vreg, int vseg, int ctx) argument
650 p = (char *)VSTOVA(vreg, vseg); /* seg..seg+sz rather than 0..sz */
/netbsd-current/sys/dev/i2c/
H A Daxp809.c66 #define AXP_CTRL(name, min, max, step, ereg, emask, vreg, vmask) \
71 .c_voltage_reg = AXP_##vreg##_REG, .c_voltage_mask = (vmask) }
73 #define AXP_CTRL2(name, min, max, step1, step1cnt, step2, step2cnt, ereg, emask, vreg, vmask) \
78 .c_voltage_reg = AXP_##vreg##_REG, .c_voltage_mask = (vmask) }
/netbsd-current/sys/arch/powerpc/oea/
H A Daltivec.c92 * Load the vector unit from vreg which is best done in
170 memcpy(pcb->pcb_vr.vreg, &mcp->__vrf.__vrs,
171 sizeof (pcb->pcb_vr.vreg));
198 memcpy(mcp->__vrf.__vrs, pcb->pcb_vr.vreg,
/netbsd-current/external/apache2/llvm/dist/llvm/utils/
H A Dupdate_mir_test_checks.py230 for vreg in VREG_RE.finditer(m.group('vregs')):
232 vreg_map[vreg.group(1)] = name
234 vreg.group(1), '[[{}:%[0-9]+]]'.format(name), 1)
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dppc-sysv-tdep.c101 int vreg = 2; local
436 if (vreg <= 13)
439 regcache->cooked_write (tdep->ppc_vr0_regnum + vreg,
441 vreg++;
459 if (vreg <= 13)
462 regcache->cooked_write (tdep->ppc_vr0_regnum + vreg, val);
463 vreg++;
482 "greg" and not a "vreg" is consumed here. A cooked
1232 int vreg; member in struct:ppc64_sysv_argpos
1408 if (argpos->regcache && argpos->vreg <
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dppc-sysv-tdep.c102 int vreg = 2; local
437 if (vreg <= 13)
440 regcache->cooked_write (tdep->ppc_vr0_regnum + vreg,
442 vreg++;
465 if (vreg <= 13)
468 regcache->cooked_write (tdep->ppc_vr0_regnum + vreg, val);
469 vreg++;
488 "greg" and not a "vreg" is consumed here. A cooked
1250 int vreg; member in struct:ppc64_sysv_argpos
1426 if (argpos->regcache && argpos->vreg <
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386-features.c690 rtx vreg = *defs_map.get (reg); local
705 emit_insn (gen_rtx_SET (gen_rtx_SUBREG (vmode, vreg, 0),
712 emit_insn (gen_sse2_loadld (gen_rtx_SUBREG (V4SImode, vreg, 0),
715 emit_insn (gen_sse4_1_pinsrd (gen_rtx_SUBREG (V4SImode, vreg, 0),
716 gen_rtx_SUBREG (V4SImode, vreg, 0),
723 emit_insn (gen_sse2_loadld (gen_rtx_SUBREG (V4SImode, vreg, 0),
730 (gen_rtx_SUBREG (V4SImode, vreg, 0),
731 gen_rtx_SUBREG (V4SImode, vreg, 0),
736 emit_insn (gen_rtx_SET (gen_rtx_SUBREG (vmode, vreg, 0),
745 REGNO (reg), REGNO (vreg), INSN_UI
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386-features.cc731 rtx vreg = *defs_map.get (reg);
746 emit_insn (gen_rtx_SET (gen_rtx_SUBREG (vmode, vreg, 0),
753 emit_insn (gen_sse2_loadld (gen_rtx_SUBREG (V4SImode, vreg, 0),
756 emit_insn (gen_sse4_1_pinsrd (gen_rtx_SUBREG (V4SImode, vreg, 0),
757 gen_rtx_SUBREG (V4SImode, vreg, 0),
764 emit_insn (gen_sse2_loadld (gen_rtx_SUBREG (V4SImode, vreg, 0),
771 (gen_rtx_SUBREG (V4SImode, vreg, 0),
772 gen_rtx_SUBREG (V4SImode, vreg, 0),
777 emit_insn (gen_rtx_SET (gen_rtx_SUBREG (vmode, vreg, 0),
786 REGNO (reg), REGNO (vreg), INSN_UI
[all...]
/netbsd-current/external/bsd/byacc/dist/test/yacc/
H A Dcalc1.tab.c126 INTERVAL vreg[26]; variable
714 vreg[yystack.l_mark[-3].ival] = yystack.l_mark[-1].vval;
786 yyval.vval = vreg[yystack.l_mark[0].ival];

Completed in 876 milliseconds

12