Searched refs:BRANCH_TO_JMPTBL_ENTRY (Results 1 – 4 of 4) sorted by relevance
/system/core/libcutils/arch-x86/ |
D | android_memset32.S | 97 # define BRANCH_TO_JMPTBL_ENTRY(TABLE) \ macro 125 # define BRANCH_TO_JMPTBL_ENTRY(TABLE) \ macro 148 BRANCH_TO_JMPTBL_ENTRY (L(table_less16dbwords)) 251 BRANCH_TO_JMPTBL_ENTRY (L(table_16_128bytes)) 320 BRANCH_TO_JMPTBL_ENTRY (L(table_16_128bytes)) 342 BRANCH_TO_JMPTBL_ENTRY (L(table_16_128bytes)) 391 BRANCH_TO_JMPTBL_ENTRY (L(table_16_128bytes))
|
D | android_memset16.S | 97 # define BRANCH_TO_JMPTBL_ENTRY(TABLE) \ macro 125 # define BRANCH_TO_JMPTBL_ENTRY(TABLE) \ macro 150 BRANCH_TO_JMPTBL_ENTRY (L(table_less32words)) 336 BRANCH_TO_JMPTBL_ENTRY (L(table_16_128bytes)) 406 BRANCH_TO_JMPTBL_ENTRY (L(table_16_128bytes)) 428 BRANCH_TO_JMPTBL_ENTRY (L(table_16_128bytes)) 476 BRANCH_TO_JMPTBL_ENTRY (L(table_16_128bytes))
|
/system/core/libcutils/arch-x86_64/ |
D | android_memset32.S | 59 #define BRANCH_TO_JMPTBL_ENTRY(TABLE, INDEX, SCALE) \ macro 76 BRANCH_TO_JMPTBL_ENTRY (L(table_less16dbwords), %rdx, 4) 175 BRANCH_TO_JMPTBL_ENTRY (L(table_16_128bytes), %rdx, 4) 238 BRANCH_TO_JMPTBL_ENTRY (L(table_16_128bytes), %rdx, 4) 258 BRANCH_TO_JMPTBL_ENTRY (L(table_16_128bytes), %rdx, 4)
|
D | android_memset16.S | 59 #define BRANCH_TO_JMPTBL_ENTRY(TABLE, INDEX, SCALE) \ macro 79 BRANCH_TO_JMPTBL_ENTRY (L(table_less32words), %rdx, 4) 255 BRANCH_TO_JMPTBL_ENTRY (L(table_16_128bytes), %rdx, 4) 318 BRANCH_TO_JMPTBL_ENTRY (L(table_16_128bytes), %rdx, 4) 338 BRANCH_TO_JMPTBL_ENTRY (L(table_16_128bytes), %rdx, 4)
|