Searched refs:FUWORD_NOERR (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/intel/ml/ |
H A D | copy.S | 1753 #define FUWORD_NOERR(NAME, INSTR, REG) \ macro 1762 FUWORD_NOERR(fuword64_noerr, movq, %rax) 1763 FUWORD_NOERR(fuword32_noerr, movl, %eax) 1764 FUWORD_NOERR(fuword16_noerr, movw, %ax) 1765 FUWORD_NOERR(fuword8_noerr, movb, %al) 1767 #undef FUWORD_NOERR
|