Lines Matching +full:0 +full:xfffe
13 #define ASM_UD2 _ASM_BYTES(0x0f, 0x0b)
14 #define INSN_UD2 0x0b0f
17 #define ASM_UDB _ASM_BYTES(0xd6)
18 #define INSN_UDB 0xd6
24 #define INSN_ASOP 0x67
25 #define INSN_LOCK 0xf0
26 #define OPCODE_ESCAPE 0x0f
27 #define SECOND_BYTE_OPCODE_UD1 0xb9
28 #define SECOND_BYTE_OPCODE_UD2 0x0b
30 #define BUG_NONE 0xffff
31 #define BUG_UD2 0xfffe
32 #define BUG_UD1 0xfffd
33 #define BUG_UD1_UBSAN 0xfffc
34 #define BUG_UDB 0xffd6
35 #define BUG_LOCK 0xfff0
72 } while (0)
87 _BUG_FLAGS(ASM_UD2, 0, ""); \
89 } while (0)
106 } while (0)