Searched refs:INDEX (Results 1 – 2 of 2) sorted by relevance
/system/core/libcutils/arch-x86_64/ |
D | android_memset32.S | 59 #define BRANCH_TO_JMPTBL_ENTRY(TABLE, INDEX, SCALE) \ argument 61 movslq (%r11, INDEX, SCALE), INDEX; \ 62 lea (%r11, INDEX), INDEX; \ 63 jmp *INDEX
|
D | android_memset16.S | 59 #define BRANCH_TO_JMPTBL_ENTRY(TABLE, INDEX, SCALE) \ argument 61 movslq (%r11, INDEX, SCALE), INDEX; \ 62 lea (%r11, INDEX), INDEX; \ 63 jmp *INDEX
|