Searched refs:mnemonics (Results 1 – 5 of 5) sorted by relevance
641 static const char mnemonics[BITS_PER_LONG][2] = { in show_smap_vma_flags() local708 if (!mnemonics[i][0]) in show_smap_vma_flags()711 seq_putc(m, mnemonics[i][0]); in show_smap_vma_flags()712 seq_putc(m, mnemonics[i][1]); in show_smap_vma_flags()
232 For brevity, only instruction names (mnemonics) are listed here; please see the
16 # mnemonics that begin with lowercase 'v' accept a VEX or EVEX prefix17 # mnemonics that begin with lowercase 'k' accept a VEX prefix
42 # The instruction mnemonics are as used in the Intel manual, with a few exceptions.