Lines Matching defs:SUWORD
2524 #define SUWORD(NAME, INSTR, REG, COPYOP) \
2547 SUWORD(suword64, movq, %rsi, CP_SUWORD64)
2548 SUWORD(suword32, movl, %esi, CP_SUWORD32)
2549 SUWORD(suword16, movw, %si, CP_SUWORD16)
2550 SUWORD(suword8, movb, %sil, CP_SUWORD8)
2554 #define SUWORD(NAME, INSTR, REG, COPYOP) \
2581 SUWORD(suword32, movl, %edx, CP_SUWORD32)
2582 SUWORD(suword16, movw, %dx, CP_SUWORD16)
2583 SUWORD(suword8, movb, %dl, CP_SUWORD8)
2587 #undef SUWORD