Searched defs:FUWORD_NOERR (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/intel/ia32/ml/
H A Dcopy.s2753 #define FUWORD_NOERR(NAME, INSTR, REG) \ define
2762 FUWORD_NOERR(fuword64_noerr, movq, %rax)
2763 FUWORD_NOERR(fuword32_noerr, movl, %eax)
2764 FUWORD_NOERR(fuword16_noerr, movw, %ax)
2765 FUWORD_NOERR(fuword8_noerr, movb, %al)
2769 #define FUWORD_NOERR(NAME, INSTR, REG) \ define
2781 FUWORD_NOERR(fuword32_noerr, movl, %ecx)
2782 FUWORD_NOERR(fuword16_noerr, movw, %cx)
2783 FUWORD_NOERR(fuword8_noerr, movb, %cl)
2787 #undef FUWORD_NOERR
[all...]

Completed in 238 milliseconds