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

/barrelfish-master/lib/barrelfish/arch/x86_64/
H A Ddebug.c98 #define PXMM(x) printf("xmm"#x" : %016lx%016lx\n", state->fxsave_area.xmm[x][1], state->fxsave_area.xmm[x][0]) macro
99 PXMM(0);
100 PXMM(1);
101 PXMM(2);
102 PXMM(3);
103 PXMM(4);
104 PXMM(5);
105 PXMM(6);
106 PXMM(7);
107 PXMM(
115 #undef PXMM macro
[all...]

Completed in 83 milliseconds