Searched refs:JMPTBL (Results 1 – 7 of 7) sorted by relevance
/bionic/libc/arch-x86/atom/string/ |
D | sse2-memset-atom.S | 64 #define JMPTBL(I, B) I - B macro 115 .int JMPTBL(L(write_0bytes), L(table_less_32bytes)) 116 .int JMPTBL(L(write_1bytes), L(table_less_32bytes)) 117 .int JMPTBL(L(write_2bytes), L(table_less_32bytes)) 118 .int JMPTBL(L(write_3bytes), L(table_less_32bytes)) 119 .int JMPTBL(L(write_4bytes), L(table_less_32bytes)) 120 .int JMPTBL(L(write_5bytes), L(table_less_32bytes)) 121 .int JMPTBL(L(write_6bytes), L(table_less_32bytes)) 122 .int JMPTBL(L(write_7bytes), L(table_less_32bytes)) 123 .int JMPTBL(L(write_8bytes), L(table_less_32bytes)) [all …]
|
D | ssse3-memcpy-atom.S | 96 # define JMPTBL(I, B) I - B macro 120 # define JMPTBL(I, B) I macro 2830 .int JMPTBL (L(fwd_write_0bytes), L(table_48bytes_fwd)) 2831 .int JMPTBL (L(fwd_write_1bytes), L(table_48bytes_fwd)) 2832 .int JMPTBL (L(fwd_write_2bytes), L(table_48bytes_fwd)) 2833 .int JMPTBL (L(fwd_write_3bytes), L(table_48bytes_fwd)) 2834 .int JMPTBL (L(fwd_write_4bytes), L(table_48bytes_fwd)) 2835 .int JMPTBL (L(fwd_write_5bytes), L(table_48bytes_fwd)) 2836 .int JMPTBL (L(fwd_write_6bytes), L(table_48bytes_fwd)) 2837 .int JMPTBL (L(fwd_write_7bytes), L(table_48bytes_fwd)) [all …]
|
/bionic/libc/arch-x86/silvermont/string/ |
D | sse2-memset-slm.S | 64 # define JMPTBL(I, B) I - B macro 286 .int JMPTBL(L(aligned_16_0bytes), L(table_16_128bytes)) 287 .int JMPTBL(L(aligned_16_1bytes), L(table_16_128bytes)) 288 .int JMPTBL(L(aligned_16_2bytes), L(table_16_128bytes)) 289 .int JMPTBL(L(aligned_16_3bytes), L(table_16_128bytes)) 290 .int JMPTBL(L(aligned_16_4bytes), L(table_16_128bytes)) 291 .int JMPTBL(L(aligned_16_5bytes), L(table_16_128bytes)) 292 .int JMPTBL(L(aligned_16_6bytes), L(table_16_128bytes)) 293 .int JMPTBL(L(aligned_16_7bytes), L(table_16_128bytes)) 294 .int JMPTBL(L(aligned_16_8bytes), L(table_16_128bytes)) [all …]
|
D | sse4-memcmp-slm.S | 101 # define JMPTBL(I, B) I - B macro 118 # define JMPTBL(I, B) I macro 1146 .int JMPTBL (L(0bytes), L(table_64bytes)) 1147 .int JMPTBL (L(1bytes), L(table_64bytes)) 1148 .int JMPTBL (L(2bytes), L(table_64bytes)) 1149 .int JMPTBL (L(3bytes), L(table_64bytes)) 1150 .int JMPTBL (L(4bytes), L(table_64bytes)) 1151 .int JMPTBL (L(5bytes), L(table_64bytes)) 1152 .int JMPTBL (L(6bytes), L(table_64bytes)) 1153 .int JMPTBL (L(7bytes), L(table_64bytes)) [all …]
|
D | sse2-strcpy-slm.S | 106 # define JMPTBL(I, B) I - B macro 123 # define JMPTBL(I, B) I macro 2069 .int JMPTBL(L(Exit1), L(ExitTable)) 2070 .int JMPTBL(L(Exit2), L(ExitTable)) 2071 .int JMPTBL(L(Exit3), L(ExitTable)) 2072 .int JMPTBL(L(Exit4), L(ExitTable)) 2073 .int JMPTBL(L(Exit5), L(ExitTable)) 2074 .int JMPTBL(L(Exit6), L(ExitTable)) 2075 .int JMPTBL(L(Exit7), L(ExitTable)) 2076 .int JMPTBL(L(Exit8), L(ExitTable)) [all …]
|
/bionic/libc/arch-x86_64/string/ |
D | sse4-memcmp-slm.S | 72 #define JMPTBL(I, B) (I - B) macro 1637 .int JMPTBL (L(0bytes), L(table_64bytes)) 1638 .int JMPTBL (L(1bytes), L(table_64bytes)) 1639 .int JMPTBL (L(2bytes), L(table_64bytes)) 1640 .int JMPTBL (L(3bytes), L(table_64bytes)) 1641 .int JMPTBL (L(4bytes), L(table_64bytes)) 1642 .int JMPTBL (L(5bytes), L(table_64bytes)) 1643 .int JMPTBL (L(6bytes), L(table_64bytes)) 1644 .int JMPTBL (L(7bytes), L(table_64bytes)) 1645 .int JMPTBL (L(8bytes), L(table_64bytes)) [all …]
|
D | sse2-strcpy-slm.S | 66 #define JMPTBL(I, B) I - B macro 1832 .int JMPTBL(L(Exit1), L(ExitTable)) 1833 .int JMPTBL(L(Exit2), L(ExitTable)) 1834 .int JMPTBL(L(Exit3), L(ExitTable)) 1835 .int JMPTBL(L(Exit4), L(ExitTable)) 1836 .int JMPTBL(L(Exit5), L(ExitTable)) 1837 .int JMPTBL(L(Exit6), L(ExitTable)) 1838 .int JMPTBL(L(Exit7), L(ExitTable)) 1839 .int JMPTBL(L(Exit8), L(ExitTable)) 1840 .int JMPTBL(L(Exit9), L(ExitTable)) [all …]
|