Searched refs:__tbi (Results 1 – 1 of 1) sorted by relevance
/arch/alpha/include/asm/ |
D | pal.h | 97 #define __tbi(nr,arg,arg1...) \ macro 108 #define tbi(x,y) __tbi(x,__r17=(y),"1" (__r17)) 109 #define tbisi(x) __tbi(1,__r17=(x),"1" (__r17)) 110 #define tbisd(x) __tbi(2,__r17=(x),"1" (__r17)) 111 #define tbis(x) __tbi(3,__r17=(x),"1" (__r17)) 112 #define tbiap() __tbi(-1, /* no second argument */) 113 #define tbia() __tbi(-2, /* no second argument */)
|