Home | History | Annotate | Download | only in string

Lines Matching refs:SCALE

102 	index into the jump table.   SCALE is the scale of INDEX. */
104 # define BRANCH_TO_JMPTBL_ENTRY(TABLE, INDEX, SCALE) \
111 addl (%ebx, INDEX, SCALE), %ebx; \
124 jump table. SCALE is the scale of INDEX. */
126 # define BRANCH_TO_JMPTBL_ENTRY(TABLE, INDEX, SCALE) \
127 jmp *TABLE(, INDEX, SCALE)