Searched refs:PPC_OPERAND_PARENS (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12-stable/contrib/binutils/include/opcode/ |
| D | ppc.h | 234 #define PPC_OPERAND_PARENS (0x8) macro
|
| /freebsd-12-stable/contrib/binutils/opcodes/ |
| D | ppc-dis.c | 330 if ((operand->flags & PPC_OPERAND_PARENS) == 0) in print_insn_powerpc()
|
| D | ppc-opc.c | 216 { 0xffff, 0, NULL, NULL, PPC_OPERAND_PARENS | PPC_OPERAND_SIGNED }, 221 { 0xfff, 4, NULL, NULL, PPC_OPERAND_PARENS | PPC_OPERAND_SIGNED }, 226 { 0x3ffc, 2, NULL, NULL, PPC_OPERAND_PARENS | PPC_OPERAND_SIGNED }, 232 PPC_OPERAND_PARENS | PPC_OPERAND_SIGNED | PPC_OPERAND_DQ }, 238 PPC_OPERAND_PARENS | PPC_OPERAND_SIGNED | PPC_OPERAND_DS }, 508 { 0x3e, 10, NULL, NULL, PPC_OPERAND_PARENS }, 512 { 0x7c, 9, NULL, NULL, PPC_OPERAND_PARENS }, 516 { 0xf8, 8, NULL, NULL, PPC_OPERAND_PARENS },
|
| /freebsd-12-stable/contrib/binutils/gas/config/ |
| D | tc-ppc.c | 2691 else if ((operand->flags & PPC_OPERAND_PARENS) != 0) in md_assemble() 5652 if ((operand->flags & PPC_OPERAND_PARENS) != 0 in md_apply_fix() 5721 else if ((operand->flags & PPC_OPERAND_PARENS) != 0 in md_apply_fix()
|