Searched refs:PPC_OPERAND_PARENS (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/arch/powerpc/xmon/ |
D | ppc.h | 325 #define PPC_OPERAND_PARENS (0x8) macro
|
D | ppc-dis.c | 271 if ((operand->flags & PPC_OPERAND_PARENS) == 0) in print_insn_powerpc()
|
D | ppc-opc.c | 313 { 0xffff, 0, NULL, NULL, PPC_OPERAND_PARENS | PPC_OPERAND_SIGNED }, 319 { 0xff, 0, NULL, NULL, PPC_OPERAND_PARENS | PPC_OPERAND_SIGNED }, 333 PPC_OPERAND_PARENS | PPC_OPERAND_SIGNED | PPC_OPERAND_DQ }, 339 PPC_OPERAND_PARENS | PPC_OPERAND_SIGNED | PPC_OPERAND_DS }, 623 { 0xf, 8, NULL, NULL, PPC_OPERAND_PARENS }, 627 { 0x1e, PPC_OPSHIFT_INV, insert_sd4h, extract_sd4h, PPC_OPERAND_PARENS }, 631 { 0x3c, PPC_OPSHIFT_INV, insert_sd4w, extract_sd4w, PPC_OPERAND_PARENS }, 789 { 0x3e, 10, NULL, NULL, PPC_OPERAND_PARENS }, 793 { 0x7c, 9, NULL, NULL, PPC_OPERAND_PARENS }, 797 { 0xf8, 8, NULL, NULL, PPC_OPERAND_PARENS }, [all …]
|