Searched refs:SUWORD (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/uts/intel/ia32/ml/ |
H A D | copy.s | 2524 #define SUWORD(NAME, INSTR, REG, COPYOP) \ macro 2547 SUWORD(suword64, movq, %rsi, CP_SUWORD64) 2548 SUWORD(suword32, movl, %esi, CP_SUWORD32) 2549 SUWORD(suword16, movw, %si, CP_SUWORD16) 2550 SUWORD(suword8, movb, %sil, CP_SUWORD8) 2554 #define SUWORD(NAME, INSTR, REG, COPYOP) \ macro 2581 SUWORD(suword32, movl, %edx, CP_SUWORD32) 2582 SUWORD(suword16, movw, %dx, CP_SUWORD16) 2583 SUWORD(suword8, movb, %dl, CP_SUWORD8) 2587 #undef SUWORD
|