Searched refs:SUWORD (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/intel/ml/ |
H A D | copy.S | 1719 #define SUWORD(NAME, INSTR, REG, COPYOP, DISNUM, EN1, EN2) \ macro 1746 SUWORD(suword64, movq, %rsi, CP_SUWORD64,12,18,19) 1747 SUWORD(suword32, movl, %esi, CP_SUWORD32,13,20,21) 1748 SUWORD(suword16, movw, %si, CP_SUWORD16,14,22,23) 1749 SUWORD(suword8, movb, %sil, CP_SUWORD8,15,24,25) 1751 #undef SUWORD
|