Go to the documentation of this file.
8 #ifndef _ASM_MIPS_JUMP_LABEL_H
9 #define _ASM_MIPS_JUMP_LABEL_H
11 #include <linux/types.h>
15 #define JUMP_LABEL_NOP_SIZE 4
18 #define WORD_INSN ".dword"
20 #define WORD_INSN ".word"
25 asm goto(
"1:\tnop\n\t"
27 ".pushsection __jump_table, \"aw\"\n\t"
28 WORD_INSN
" 1b, %l[l_yes], %0\n\t"
30 : :
"i" (key) : : l_yes);