Home
last modified time | relevance | path

Searched refs:opcodes (Results 26 – 50 of 79) sorted by relevance

1234

/openbmc/openbmc/poky/meta/recipes-devtools/valgrind/valgrind/
H A D0004-Bug-478624-Valgrind-incompatibility-with-binutils-2..patch76 // Intel CET requires the following opcodes to be treated as NOPs
101 + // GNU binutils uses various opcodes as alternatives for nop
/openbmc/qemu/target/xtensa/
H A Dxtensa-isa-internal.h190 xtensa_opcode_internal *opcodes; member
/openbmc/u-boot/include/bedbug/
H A Dppc.h389 extern struct opcode opcodes[];
H A Dtables.h66 struct opcode opcodes[] = { variable
481 const unsigned int n_opcodes = sizeof(opcodes) / sizeof(opcodes[0]);
/openbmc/u-boot/common/
H A Dbedbug.c429 ptr = &opcodes[idx]; in find_opcode()
468 if (!strcmp (name, opcodes[idx].name)) in find_opcode_by_name()
469 return &opcodes[idx]; in find_opcode_by_name()
/openbmc/openbmc/poky/meta/recipes-devtools/gdb/
H A Dgdb-common.inc55 # we don't want gdb to provide bfd/iberty/opcodes, which instead will override the
/openbmc/linux/arch/arm/kernel/
H A DMakefile20 obj-y := elf.o entry-common.o irq.o opcodes.o \
/openbmc/qemu/include/exec/
H A Dhelper-gen.h.inc4 * This one expands generation functions for tcg opcodes.
/openbmc/qemu/docs/devel/
H A Dtcg-ops.rst431 for consistency with the other bswap opcodes.
475 not see either 0 or N as inputs for these opcodes.
578 All this opcodes assume that the pointed host memory doesn't correspond
611 can obtain the same results by emitting a pair of opcodes, mul + muluh/mulsh.
640 The following opcodes are internal to TCG. Thus they are to be implemented by
868 **Note 2**: When using TCG, the opcodes must never be generated directly
869 as some of them may not be available as "real" opcodes. Always use the
H A Ddecodetree.rst16 immediates, and sub-opcodes.
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/crash/
H A Dcrash.inc87 … -quiet -I . -I . -I ./common -I ./config -I ./../include/opcode -I ./../opcodes/.. -I ./../readli…
/openbmc/linux/Documentation/networking/
H A Dfilter.rst190 less readable opcodes directly, principles are the same). The syntax is
204 A program, that is translated by bpf_asm into "opcodes" is an array that
218 opcodes as defined in linux/filter.h stand for:
378 then be passed to the bpf_asm tool for generating opcodes, output that xt_bpf
570 Issuing option `-o` will "annotate" opcodes to resulting assembler
/openbmc/linux/Documentation/target/
H A Dtcmu-design.rst168 Currently only two opcodes are defined, TCMU_OP_CMD and TCMU_OP_PAD.
198 More opcodes may be added in the future. If userspace encounters an
375 /* Tell the kernel we didn't handle unknown opcodes */
/openbmc/qemu/target/mips/tcg/
H A Dmips16e_translate.c.inc12 /* MIPS16 major opcodes */
473 * The extended opcodes cleverly reuse the opcodes from their 16-bit
/openbmc/qemu/target/hexagon/
H A Dmeson.build145 'opcodes.c',
/openbmc/linux/drivers/cxl/
H A DKconfig44 time the number of opcodes that the specification defines and a device
/openbmc/linux/Documentation/admin-guide/acpi/
H A Dssdt-overlays.rst63 AML Output: minnowmax.aml - 165 bytes, 6 named objects, 1 executable opcodes
/openbmc/qemu/target/ppc/
H A Dtranslate.c6476 static opcode_t opcodes[] = { variable
7188 fill_new_table(cpu->opcodes, PPC_CPU_OPCODES_LEN); in create_ppc_opcodes()
7189 for (opc = opcodes; opc < &opcodes[ARRAY_SIZE(opcodes)]; opc++) { in create_ppc_opcodes()
7192 if (register_insn(cpu->opcodes, opc) < 0) { in create_ppc_opcodes()
7200 fix_opcode_tables(cpu->opcodes); in create_ppc_opcodes()
7211 if (cpu->opcodes[i] == &invalid_handler) { in destroy_ppc_opcodes()
7214 if (is_indirect_opcode(cpu->opcodes[i])) { in destroy_ppc_opcodes()
7215 table = ind_table(cpu->opcodes[i]); in destroy_ppc_opcodes()
7233 g_free((opc_handler_t *)((uintptr_t)cpu->opcodes[i] & in destroy_ppc_opcodes()
7275 table = cpu->opcodes; in decode_legacy()
/openbmc/linux/Documentation/arch/x86/
H A Dshstk.rst21 as marked by the compiler with 'ENDBR' opcodes. Not all CPU's have both Shadow
/openbmc/linux/tools/bpf/bpftool/bash-completion/
H A Dbpftool376 if ! _bpftool_search_list 'linum opcodes visual'; then
379 _bpftool_once_attr 'linum opcodes'
/openbmc/linux/Documentation/userspace-api/media/cec/
H A Dcec-pin-error-inj.rst97 Most error injection commands can be executed for specific CEC opcodes or for
98 all opcodes (``any``). Each command also has a 'mode' which can be ``off``
/openbmc/linux/Documentation/virt/kvm/
H A Dppc-pv.rst35 'hypercall-instructions'. This property contains at most 4 opcodes that make
/openbmc/qemu/disas/
H A Dmicroblaze.c285 } opcodes[MAX_OPCODES] = variable
755 for (op = opcodes; op->name != 0; op ++) in read_insn_microblaze()
/openbmc/openbmc/poky/meta/recipes-kernel/linux/
H A Dkernel-devsrc.bb175 # arch/arm64/include/asm/opcodes.h references arch/arm
176 cp -a --parents arch/arm/include/asm/opcodes.h $kerneldir/build/
/openbmc/linux/Documentation/arch/sparc/oradax/
H A Doracle-dax.rst9 transport mechanism and has limited knowledge of the various opcodes
235 command opcodes, parameters, flags, etc., and the rest are addresses

1234