Searched refs:__INS (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/ |
| H A D | llsc.h | 17 #define __INS "ins " macro 22 #define __INS "dins " macro
|
| H A D | bitops.h | 101 __bit_op(*m, __INS "%0, %3, %2, 1", "i"(bit), "r"(~0)); in set_bit() 129 __bit_op(*m, __INS "%0, $0, %2, 1", "i"(bit)); in clear_bit() 238 __INS "%1, $0, %3, 1", in test_and_clear_bit()
|
| /OK3568_Linux_fs/u-boot/arch/x86/include/asm/ |
| H A D | io.h | 167 #define __INS(s) \ macro 199 __INS(b) in __INS() function 200 __INS(w) in __INS() 201 __INS(l) in __INS()
|