Searched refs:FUWORD (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/intel/ia32/ml/
H A Dcopy.s2543 #define FUWORD(NAME, INSTR, REG, COPYOP, DISNUM, EN1, EN2) \ define
2570 FUWORD(fuword64, movq, %rax, CP_FUWORD64,8,10,11)
2571 FUWORD(fuword32, movl, %eax, CP_FUWORD32,9,12,13)
2572 FUWORD(fuword16, movw, %ax, CP_FUWORD16,10,14,15)
2573 FUWORD(fuword8, movb, %al, CP_FUWORD8,11,16,17)
2577 #define FUWORD(NAME, INSTR, REG, COPYOP) \ define
2604 FUWORD(fuword32, movl, %eax, CP_FUWORD32)
2605 FUWORD(fuword16, movw, %ax, CP_FUWORD16)
2606 FUWORD(fuword8, movb, %al, CP_FUWORD8)
2610 #undef FUWORD
[all...]

Completed in 53 milliseconds