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

/illumos-gate/usr/src/uts/intel/ia32/ml/
H A Dcopy.s2821 #define SUWORD_NOERR(NAME, INSTR, REG) \ define
2829 SUWORD_NOERR(suword64_noerr, movq, %rsi)
2830 SUWORD_NOERR(suword32_noerr, movl, %esi)
2831 SUWORD_NOERR(suword16_noerr, movw, %si)
2832 SUWORD_NOERR(suword8_noerr, movb, %sil)
2836 #define SUWORD_NOERR(NAME, INSTR, REG) \ define
2848 SUWORD_NOERR(suword32_noerr, movl, %edx)
2849 SUWORD_NOERR(suword16_noerr, movw, %dx)
2850 SUWORD_NOERR(suword8_noerr, movb, %dl)
2854 #undef SUWORD_NOERR
[all...]

Completed in 61 milliseconds