Searched refs:_BE_ONLY_ (Results 1 – 1 of 1) sorted by relevance
/linux-5.19.10/arch/arm/lib/ |
D | io-readsw-armv4.S | 82 #define _BE_ONLY_(code...) code macro 87 #define _BE_ONLY_(code...) macro 99 _BE_ONLY_( mov ip, ip, ror #8 ) 102 _BE_ONLY_( mov ip, ip, lsr #24 ) 106 _BE_ONLY_( mov ip, ip, lsl #24 ) 117 _BE_ONLY_( mov ip, ip, lsr #24 ) 122 _BE_ONLY_( movne ip, ip, ror #8 ) 125 _BE_ONLY_( movne ip, ip, lsr #24 )
|