Searched refs:vsx_offset (Results 1 - 1 of 1) sorted by relevance

/linux-master/arch/powerpc/kvm/
H A Dpowerpc.c1401 int vsx_offset = 0; local
1407 vsx_offset =
1410 if (vsx_offset == -1) {
1416 *val = kvmppc_get_vsx_fpr(vcpu, rs, vsx_offset);
1419 *val = reg.vsxval[vsx_offset];
1424 vsx_offset =
1427 if (vsx_offset == -1) {
1433 dword_offset = vsx_offset / 2;
1434 word_offset = vsx_offset % 2;
1439 *val = reg.vsx32val[vsx_offset];
[all...]

Completed in 115 milliseconds