Searched refs:TABLE (Results 1 – 4 of 4) sorted by relevance
/system/core/libcutils/arch-x86/ |
D | sse2-memset32-atom.S | 98 # define BRANCH_TO_JMPTBL_ENTRY(TABLE) \ argument 102 add $(TABLE - .), %ebx; \ 126 # define BRANCH_TO_JMPTBL_ENTRY(TABLE) \ argument 127 jmp *TABLE(,%ecx,4)
|
D | sse2-memset16-atom.S | 98 # define BRANCH_TO_JMPTBL_ENTRY(TABLE) \ argument 102 add $(TABLE - .), %ebx; \ 126 # define BRANCH_TO_JMPTBL_ENTRY(TABLE) \ argument 127 jmp *TABLE(,%ecx,4)
|
/system/core/libcutils/arch-x86_64/ |
D | android_memset32_SSE2-atom.S | 58 #define BRANCH_TO_JMPTBL_ENTRY(TABLE, INDEX, SCALE) \ argument 59 lea TABLE(%rip), %r11; \
|
D | android_memset16_SSE2-atom.S | 58 #define BRANCH_TO_JMPTBL_ENTRY(TABLE, INDEX, SCALE) \ argument 59 lea TABLE(%rip), %r11; \
|