Lines Matching refs:INSTR
2417 #define FUWORD(NAME, INSTR, REG, COPYOP) \ argument
2424 INSTR (%rdi), REG; \
2426 INSTR REG, (%rsi); \
2448 #define FUWORD(NAME, INSTR, REG, COPYOP) \ argument
2458 INSTR (%eax), REG; \
2460 INSTR REG, (%edx); \
2524 #define SUWORD(NAME, INSTR, REG, COPYOP) \ argument
2531 INSTR REG, (%rdi); \
2554 #define SUWORD(NAME, INSTR, REG, COPYOP) \ argument
2564 INSTR REG, (%eax); \
2621 #define FUWORD_NOERR(NAME, INSTR, REG) \ argument
2625 INSTR (%rdi), REG; \
2626 INSTR REG, (%rsi); \
2637 #define FUWORD_NOERR(NAME, INSTR, REG) \ argument
2644 INSTR (%eax), REG; \
2645 INSTR REG, (%edx); \
2689 #define SUWORD_NOERR(NAME, INSTR, REG) \ argument
2693 INSTR REG, (%rdi); \
2704 #define SUWORD_NOERR(NAME, INSTR, REG) \ argument
2712 INSTR REG, (%eax); \