Lines Matching refs:OP_REG
90 #define FOREACH_REGISTER(OP_REG, OP_NUM) \ argument
91 OP_REG(rax) \
92 OP_REG(rbx) \
93 OP_REG(rcx) \
94 OP_REG(rdx) \
95 OP_REG(rsi) \
96 OP_REG(rdi) \
97 OP_REG(rbp) \
98 OP_REG(rsp) \
99 OP_REG(r8) \
100 OP_REG(r9) \
101 OP_REG(r10) \
102 OP_REG(r11) \
103 OP_REG(r12) \
104 OP_REG(r13) \
105 OP_REG(r14) \
106 OP_REG(r15) \
107 OP_REG(rip)
110 #define FOREACH_REGISTER(OP_REG, OP_NUM) \ argument
141 OP_REG(sp)