Home
last modified time | relevance | path

Searched refs:mnemonics (Results 1 – 7 of 7) 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/openbmc/poky/meta/recipes-devtools/python/python3/
H A D0001-Generate-data-for-OpenSSL-3.4-and-add-it-to-multissl.patch1381 `library` and `reason` mnemonics to a more recent OpenSSL version.
/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/target/i386/tcg/
H A Ddecode-new.c.inc137 * instruction mnemonics. There is only a handful of opcodes still using
/openbmc/qemu/tests/tcg/i386/
H A Dx86.csv42 # The instruction mnemonics are as used in the Intel manual, with a few exceptions.