Home | History | Annotate | Download | only in string

Lines Matching refs:INDEX

104 	jump	table with relative offsets.  INDEX is a register contains the
105 index into the jump table. SCALE is the scale of INDEX. */
107 # define BRANCH_TO_JMPTBL_ENTRY(TABLE, INDEX, SCALE) \
114 addl (%ebx,INDEX,SCALE), %ebx; \
121 jump table with relative offsets. INDEX is a register contains the
122 index into the jump table. SCALE is the scale of INDEX. */
123 # define BRANCH_TO_JMPTBL_ENTRY(TABLE, INDEX, SCALE) \
124 jmp *TABLE(,INDEX,SCALE)