Lines Matching refs:fx
1490 const struct fxsave_state *fx = &state->xs_fxsave; in show_fpu() local
1491 (void) printf("fpu_fcw[%d]\t\t0x%04x\n", vcpuid, fx->fx_fcw); in show_fpu()
1492 (void) printf("fpu_fsw[%d]\t\t0x%04x\n", vcpuid, fx->fx_fsw); in show_fpu()
1493 (void) printf("fpu_ftw[%d]\t\t0x%04x\n", vcpuid, fx->fx_fctw); in show_fpu()
1494 (void) printf("fpu_fop[%d]\t\t0x%04x\n", vcpuid, fx->fx_fop); in show_fpu()
1495 (void) printf("fpu_rip[%d]\t\t0x%016lx\n", vcpuid, fx->fx_rip); in show_fpu()
1496 (void) printf("fpu_rdp[%d]\t\t0x%016lx\n", vcpuid, fx->fx_rdp); in show_fpu()
1497 (void) printf("fpu_mxcsr[%d]\t\t0x%08x\n", vcpuid, fx->fx_mxcsr); in show_fpu()
1499 fx->fx_mxcsr_mask); in show_fpu()
1503 fx->fx_st[i].__fpr_pad[0], fx->fx_st[i].__fpr_pad[1], in show_fpu()
1504 fx->fx_st[i].__fpr_pad[2], fx->fx_st[i].__fpr_pad[3]); in show_fpu()
1510 fx->fx_xmm[i]._l[0], fx->fx_xmm[i]._l[1], in show_fpu()
1511 fx->fx_xmm[i]._l[2], fx->fx_xmm[i]._l[3]); in show_fpu()