Searched refs:FUWORD (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/intel/ml/ |
H A D | copy.S | 1675 #define FUWORD(NAME, INSTR, REG, COPYOP, DISNUM, EN1, EN2) \ macro 1703 FUWORD(fuword64, movq, %rax, CP_FUWORD64,8,10,11) 1704 FUWORD(fuword32, movl, %eax, CP_FUWORD32,9,12,13) 1705 FUWORD(fuword16, movw, %ax, CP_FUWORD16,10,14,15) 1706 FUWORD(fuword8, movb, %al, CP_FUWORD8,11,16,17) 1708 #undef FUWORD
|