Searched refs:FUWORD_NOERR (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/uts/intel/ia32/ml/ |
H A D | copy.s | 2621 #define FUWORD_NOERR(NAME, INSTR, REG) \ macro 2630 FUWORD_NOERR(fuword64_noerr, movq, %rax) 2631 FUWORD_NOERR(fuword32_noerr, movl, %eax) 2632 FUWORD_NOERR(fuword16_noerr, movw, %ax) 2633 FUWORD_NOERR(fuword8_noerr, movb, %al) 2637 #define FUWORD_NOERR(NAME, INSTR, REG) \ macro 2649 FUWORD_NOERR(fuword32_noerr, movl, %ecx) 2650 FUWORD_NOERR(fuword16_noerr, movw, %cx) 2651 FUWORD_NOERR(fuword8_noerr, movb, %cl) 2655 #undef FUWORD_NOERR
|