IS_SETHI 25 arch/nds32/include/asm/ftrace.h #define IS_SETHI(insn) ((insn & 0x000000fe) == 0x00000046) IS_SETHI 30 arch/nds32/include/asm/ftrace.h #define IS_SETHI(insn) ((insn & 0xfe000000) == 0x46000000)