Home | History | Annotate | Download | only in string

Lines Matching refs:INDEX

109 	jump	table with relative offsets.  INDEX is a register contains the
110 index into the jump table. SCALE is the scale of INDEX. */
112 # define BRANCH_TO_JMPTBL_ENTRY(TABLE, INDEX, SCALE) \
119 addl (%ecx,INDEX,SCALE), %ecx; \
126 absolute offsets. INDEX is a register contains the index into the
127 jump table. SCALE is the scale of INDEX. */
129 # define BRANCH_TO_JMPTBL_ENTRY(TABLE, INDEX, SCALE) \
130 jmp *TABLE(,INDEX,SCALE)