Searched refs:SUWORD_NOERR (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/uts/intel/ia32/ml/ |
H A D | copy.s | 2689 #define SUWORD_NOERR(NAME, INSTR, REG) \ macro 2697 SUWORD_NOERR(suword64_noerr, movq, %rsi) 2698 SUWORD_NOERR(suword32_noerr, movl, %esi) 2699 SUWORD_NOERR(suword16_noerr, movw, %si) 2700 SUWORD_NOERR(suword8_noerr, movb, %sil) 2704 #define SUWORD_NOERR(NAME, INSTR, REG) \ macro 2716 SUWORD_NOERR(suword32_noerr, movl, %edx) 2717 SUWORD_NOERR(suword16_noerr, movw, %dx) 2718 SUWORD_NOERR(suword8_noerr, movb, %dl) 2722 #undef SUWORD_NOERR
|