Searched refs:vrs (Results 1 – 6 of 6) sorted by relevance
263 vector128 *vrs; in emulate_altivec() local274 vrs = current->thread.vr_state.vr; in emulate_altivec()279 vaddfp(&vrs[vd], &vrs[va], &vrs[vb]); in emulate_altivec()282 vsubfp(&vrs[vd], &vrs[va], &vrs[vb]); in emulate_altivec()285 vrefp(&vrs[vd], &vrs[vb]); in emulate_altivec()288 vrsqrtefp(&vrs[vd], &vrs[vb]); in emulate_altivec()292 vrs[vd].u[i] = eexp2(vrs[vb].u[i]); in emulate_altivec()296 vrs[vd].u[i] = elog2(vrs[vb].u[i]); in emulate_altivec()300 vrs[vd].u[i] = rfin(vrs[vb].u[i]); in emulate_altivec()304 vrs[vd].u[i] = rfiz(vrs[vb].u[i]); in emulate_altivec()[all …]
69 unsigned long vrs[16]; /* virtual register set */ member252 ctrl->vrs[reg] = *(*vsp)++; in unwind_pop_register()260 unsigned long *vsp = (unsigned long *)ctrl->vrs[SP]; in unwind_exec_pop_subset_r4_to_r13()272 ctrl->vrs[SP] = (unsigned long)vsp; in unwind_exec_pop_subset_r4_to_r13()280 unsigned long *vsp = (unsigned long *)ctrl->vrs[SP]; in unwind_exec_pop_r4_to_rN()292 ctrl->vrs[SP] = (unsigned long)vsp; in unwind_exec_pop_r4_to_rN()300 unsigned long *vsp = (unsigned long *)ctrl->vrs[SP]; in unwind_exec_pop_subset_r0_to_r3()311 ctrl->vrs[SP] = (unsigned long)vsp; in unwind_exec_pop_subset_r0_to_r3()327 ctrl->vrs[SP] += ((insn & 0x3f) << 2) + 4; in unwind_exec_insn()329 ctrl->vrs[SP] -= ((insn & 0x3f) << 2) + 4; in unwind_exec_insn()[all …]
168 __u64 vrs[32][2]; /* vector registers */ member
387 struct mtrr_var_range *vrs; in get_mtrr_state() local392 vrs = mtrr_state.var_ranges; in get_mtrr_state()398 get_mtrr_var_range(i, &vrs[i]); in get_mtrr_state()
1205 save_vx_regs((__vector128 *)&vcpu->arch.host_vregs->vrs); in kvm_arch_vcpu_load()1211 restore_vx_regs((__vector128 *)&vcpu->run->s.regs.vrs); in kvm_arch_vcpu_load()1227 save_vx_regs((__vector128 *)&vcpu->run->s.regs.vrs); in kvm_arch_vcpu_put()1235 restore_vx_regs((__vector128 *)&vcpu->arch.host_vregs->vrs); in kvm_arch_vcpu_put()2194 (void *)&vcpu->run->s.regs.vrs, 512); in kvm_s390_store_adtl_status_unloaded()2207 save_vx_regs((__vector128 *)&vcpu->run->s.regs.vrs); in kvm_s390_vcpu_store_adtl_status()
189 __vector128 vrs[32]; member