Home
last modified time | relevance | path

Searched refs:opindex (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/powerpc/xmon/
H A Dppc-dis.c59 skip_optional_operands (const unsigned char *opindex, in skip_optional_operands() argument
64 for (; *opindex != 0; opindex++) in skip_optional_operands()
66 operand = &powerpc_operands[*opindex]; in skip_optional_operands()
90 const unsigned char *opindex; in lookup_powerpc() local
102 for (opindex = opcode->operands; *opindex != 0; opindex++) in lookup_powerpc()
104 operand = powerpc_operands + *opindex; in lookup_powerpc()
152 const unsigned char *opindex; in print_insn_powerpc() local
171 for (opindex = opcode->operands; *opindex != 0; opindex++) in print_insn_powerpc()
175 operand = powerpc_operands + *opindex; in print_insn_powerpc()
188 skip_optional = skip_optional_operands (opindex, insn, in print_insn_powerpc()
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/
H A D0002-gcc-poison-system-directories.patch151 +@opindex Wno-poison-system-directories
159 @opindex Wfloat-equal
160 @opindex Wno-float-equal
/openbmc/qemu/disas/
H A Dalpha.c1771 const unsigned char *opindex; in print_insn_alpha() local
1839 for (opindex = opcode->operands; *opindex != 0; opindex++) in print_insn_alpha()
1841 const struct alpha_operand *operand = alpha_operands + *opindex; in print_insn_alpha()
1865 for (opindex = opcode->operands; *opindex != 0; opindex++) in print_insn_alpha()
1867 const struct alpha_operand *operand = alpha_operands + *opindex; in print_insn_alpha()
/openbmc/qemu/docs/devel/
H A Dloads-stores.rst313 load: ``helper_ld{sign}{size}_mmu(env, addr, opindex, retaddr)``
315 store: ``helper_{size}_mmu(env, addr, val, opindex, retaddr)``