Searched refs:FUWORD (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/uts/intel/ia32/ml/ |
H A D | copy.s | 2417 #define FUWORD(NAME, INSTR, REG, COPYOP) \ macro 2441 FUWORD(fuword64, movq, %rax, CP_FUWORD64) 2442 FUWORD(fuword32, movl, %eax, CP_FUWORD32) 2443 FUWORD(fuword16, movw, %ax, CP_FUWORD16) 2444 FUWORD(fuword8, movb, %al, CP_FUWORD8) 2448 #define FUWORD(NAME, INSTR, REG, COPYOP) \ macro 2475 FUWORD(fuword32, movl, %eax, CP_FUWORD32) 2476 FUWORD(fuword16, movw, %ax, CP_FUWORD16) 2477 FUWORD(fuword8, movb, %al, CP_FUWORD8) 2481 #undef FUWORD
|