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

/illumos-gate/usr/src/uts/intel/ia32/ml/
H A Dcopy.s2653 #define SUWORD(NAME, INSTR, REG, COPYOP, DISNUM, EN1, EN2) \ define
2679 SUWORD(suword64, movq, %rsi, CP_SUWORD64,12,18,19)
2680 SUWORD(suword32, movl, %esi, CP_SUWORD32,13,20,21)
2681 SUWORD(suword16, movw, %si, CP_SUWORD16,14,22,23)
2682 SUWORD(suword8, movb, %sil, CP_SUWORD8,15,24,25)
2686 #define SUWORD(NAME, INSTR, REG, COPYOP) \ define
2713 SUWORD(suword32, movl, %edx, CP_SUWORD32)
2714 SUWORD(suword16, movw, %dx, CP_SUWORD16)
2715 SUWORD(suword8, movb, %dl, CP_SUWORD8)
2719 #undef SUWORD
[all...]

Completed in 62 milliseconds