Searched refs:__tbl (Results 1 – 1 of 1) sorted by relevance
/arch/arm/crypto/ |
D | aes-neonbs-core.S | 60 .macro __tbl, out, tbl, in, tmp macro 63 .error __tbl needs temp register if out == tbl 266 __tbl \x0, \t0, \mask 268 __tbl \x1, \t1, \mask 271 __tbl \x2, \t2, \mask 272 __tbl \x3, \t3, \mask 276 __tbl \x4, \t0, \mask 278 __tbl \x5, \t1, \mask 280 __tbl \x6, \t2, \mask 281 __tbl \x7, \t3, \mask [all …]
|