Searched refs:_qi (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/ath/ |
H A D | if_athvar.h | 1175 #define ath_hal_gettxqueueprops(_ah, _q, _qi) \ argument 1176 ((*(_ah)->ah_getTxQueueProps)((_ah), (_q), (_qi))) 1177 #define ath_hal_settxqueueprops(_ah, _q, _qi) \ argument 1178 ((*(_ah)->ah_setTxQueueProps)((_ah), (_q), (_qi)))
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMScheduleM55.td | 320 def : InstRW<[M55Write2LSE3, M55GatherQRead], (instregex "MVE_VLDR(B|H|W|D)(S|U)(8|16|32|64)_qi$")>; 333 def : InstRW<[M55Write2LSE2, M55Read0, M55GatherQRead], (instregex "MVE_VSTR(B|H|W|D)(8|16|32|64)_qi")>;
|