Home | History | Annotate | Download | only in string

Lines Matching refs:SCALE

108 	index into the jump table.   SCALE is the scale of INDEX. */
110 # define BRANCH_TO_JMPTBL_ENTRY(TABLE, INDEX, SCALE) \
117 addl (%ebx, INDEX, SCALE), %ebx; \
130 jump table. SCALE is the scale of INDEX. */
132 # define BRANCH_TO_JMPTBL_ENTRY(TABLE, INDEX, SCALE) \
133 jmp *TABLE(, INDEX, SCALE)