Home
last modified time | relevance | path

Searched refs:mnemonics (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/fs/proc/
H A Dtask_mmu.c641 static const char mnemonics[BITS_PER_LONG][2] = { in show_smap_vma_flags() local
708 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()
/openbmc/linux/Documentation/arch/loongarch/
H A Dintroduction.rst232 For brevity, only instruction names (mnemonics) are listed here; please see the
/openbmc/linux/tools/arch/x86/lib/
H A Dx86-opcode-map.txt16 # mnemonics that begin with lowercase 'v' accept a VEX or EVEX prefix
17 # mnemonics that begin with lowercase 'k' accept a VEX prefix
/openbmc/linux/arch/x86/lib/
H A Dx86-opcode-map.txt16 # mnemonics that begin with lowercase 'v' accept a VEX or EVEX prefix
17 # mnemonics that begin with lowercase 'k' accept a VEX prefix
/openbmc/qemu/tests/tcg/i386/
H A Dx86.csv42 # The instruction mnemonics are as used in the Intel manual, with a few exceptions.