Home | History | Annotate | Download | only in string

Lines Matching refs:SCALE

110 	index into the jump table.   SCALE is the scale of INDEX. */
112 # define BRANCH_TO_JMPTBL_ENTRY(TABLE, INDEX, SCALE) \
119 addl (%ebx, INDEX, SCALE), %ebx; \
132 jump table. SCALE is the scale of INDEX. */
134 # define BRANCH_TO_JMPTBL_ENTRY(TABLE, INDEX, SCALE) \
135 jmp *TABLE(, INDEX, SCALE)