Lines Matching refs:INDEX
101 jump table with relative offsets. INDEX is a register contains the
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; \
123 absolute offsets. INDEX is a register contains the index into the
124 jump table. SCALE is the scale of INDEX. */
126 # define BRANCH_TO_JMPTBL_ENTRY(TABLE, INDEX, SCALE) \
127 jmp *TABLE(, INDEX, SCALE)