Home
last modified time | relevance | path

Searched refs:__INS (Results 1 – 3 of 3) sorted by relevance

/external/kernel-headers/original/asm-mips/
Dbitops.h31 #define __INS "ins " macro
38 #define __INS "dins " macro
78 " " __INS "%0, %4, %2, 1 \n" in set_bit()
143 " " __INS "%0, $0, %2, 1 \n" in clear_bit()
424 " " __INS "%0, $0, %3, 1 \n" in test_and_clear_bit()
/external/grub/netboot/
Dlinux-asm-io.h94 #define __INS(s) \ macro
114 __INS(b)
115 __INS(w)
116 __INS(l)
/external/grub/
DChangeLog6874 * netboot/io.h (__INS): New macro.
6880 Call __INS with the argument `b', with `w' and with `l' to