Searched defs:GET_FIELD (Results 1 – 2 of 2) sorted by relevance
116 #define GET_FIELD(_p, _f, _w) (((_w) == 8) ? ((_p)->x64._f) : ((_p)->x32._f)) macro
24 #define GET_FIELD(_p, _f) ((dinfo->guest_width==8) ? ((_p)->x64._f) : ((_p)->x32._f)) macro
Completed in 7 milliseconds