Searched refs:PPC_OPERAND_OPTIONAL (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/binutils/include/opcode/ |
| H A D | ppc.h | 270 #define PPC_OPERAND_OPTIONAL (0x400) macro
|
| H A D | ChangeLog | 595 * ppc.h (PPC_OPERAND_OPTIONAL): Fix comment.
|
| /freebsd-12.1/contrib/binutils/opcodes/ |
| H A D | ppc-dis.c | 172 || ((operand->flags & PPC_OPERAND_OPTIONAL) != 0 in skip_optional_operands() 274 if ((operand->flags & PPC_OPERAND_OPTIONAL) != 0) in print_insn_powerpc()
|
| H A D | ppc-opc.c | 182 { 0x3, 11, NULL, NULL, PPC_OPERAND_OPTIONAL }, 210 { 0x1f, 21, NULL, NULL, PPC_OPERAND_OPTIONAL }, 285 { 0xff, 12, insert_fxm, extract_fxm, PPC_OPERAND_OPTIONAL }, 289 { 0x1, 21, NULL, NULL, PPC_OPERAND_OPTIONAL }, 297 { 0x7f, 5, NULL, NULL, PPC_OPERAND_OPTIONAL }, 311 { 0x3, 21, NULL, NULL, PPC_OPERAND_OPTIONAL }, 423 { 0x1f, 11, NULL, NULL, PPC_OPERAND_OPTIONAL }, 465 { 0x3ff, 11, insert_tbr, extract_tbr, PPC_OPERAND_OPTIONAL }, 525 { 0x1, 16, NULL, NULL, PPC_OPERAND_OPTIONAL }, 548 { 0x1, 0, NULL, NULL, PPC_OPERAND_OPTIONAL }, [all …]
|
| /freebsd-12.1/contrib/binutils/gas/config/ |
| H A D | tc-ppc.c | 2218 if ((operand->flags & PPC_OPERAND_OPTIONAL) != 0) in md_assemble() 2288 if ((operand->flags & PPC_OPERAND_OPTIONAL) != 0 in md_assemble()
|