Searched refs:PPC_OPERAND_CR (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/binutils/include/opcode/
H A Dppc.h244 #define PPC_OPERAND_CR (0x10)
243 #define PPC_OPERAND_CR macro
/freebsd-11-stable/contrib/binutils/opcodes/
H A Dppc-dis.c303 else if ((operand->flags & PPC_OPERAND_CR) == 0
H A Dppc-opc.c102 { 0x1f, 16, NULL, NULL, PPC_OPERAND_CR },
112 { 0x1f, 11, NULL, NULL, PPC_OPERAND_CR },
157 { 0x7, 23, NULL, NULL, PPC_OPERAND_CR },
166 { 0x7, 23, NULL, NULL, PPC_OPERAND_CR | PPC_OPERAND_OPTIONAL },
170 { 0x7, 18, NULL, NULL, PPC_OPERAND_CR },
188 { 0x1f, 21, NULL, NULL, PPC_OPERAND_CR },
195 { 0x7, 18, NULL, NULL, PPC_OPERAND_CR | PPC_OPERAND_OPTIONAL },
206 { 0x7, 0, NULL, NULL, PPC_OPERAND_CR },
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-ppc.c2434 if ((operand->flags & PPC_OPERAND_CR) != 0)

Completed in 184 milliseconds