Searched refs:INSTR (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/lib/libdisasm/common/ |
H A D | dis_s390x.c | 100 * Note that we are using designated initializers via the INSTR/TABLE/MULTI 537 #define INSTR(op, m, fm, fl) [op] = { \ macro 567 INSTR(0x01, "pr", IF_E, F_390 | F_Z), 568 INSTR(0x02, "upt", IF_E, F_390 | F_Z), 569 INSTR(0x04, "ptff", IF_E, F_Z), 570 INSTR(0x07, "sckpf", IF_E, F_390 | F_Z), 571 INSTR(0x0a, "pfpo", IF_E, F_Z), 572 INSTR(0x0b, "tam", IF_E, F_390 | F_Z), 573 INSTR(0x0c, "sam24", IF_E, F_390 | F_Z), 574 INSTR( [all...] |
/illumos-gate/usr/src/uts/intel/ia32/ml/ |
H A D | copy.s | 2543 #define FUWORD(NAME, INSTR, REG, COPYOP, DISNUM, EN1, EN2) \ 2551 INSTR (%rdi), REG; \ 2553 INSTR REG, (%rsi); \ 2577 #define FUWORD(NAME, INSTR, REG, COPYOP) \ 2587 INSTR (%eax), REG; \ 2589 INSTR REG, (%edx); \ 2653 #define SUWORD(NAME, INSTR, REG, COPYOP, DISNUM, EN1, EN2) \ 2661 INSTR REG, (%rdi); \ 2686 #define SUWORD(NAME, INSTR, REG, COPYOP) \ 2696 INSTR RE [all...] |
Completed in 57 milliseconds