Lines Matching refs:SCALE
116 index into the jump table. SCALE is the scale of INDEX. */
117 # define BRANCH_TO_JMPTBL_ENTRY(TABLE, INDEX, SCALE) \
124 addl (%ebx,INDEX,SCALE), %ebx; \
131 # define BRANCH_TO_JMPTBL_ENTRY_TAIL(TABLE, INDEX, SCALE) \
132 addl (%ebx,INDEX,SCALE), %ebx; \
153 jump table. SCALE is the scale of INDEX. */
154 # define BRANCH_TO_JMPTBL_ENTRY(TABLE, INDEX, SCALE) \
155 jmp *TABLE(,INDEX,SCALE)
159 # define BRANCH_TO_JMPTBL_ENTRY_TAIL(TABLE, INDEX, SCALE) \
160 jmp *TABLE(,INDEX,SCALE)