Home
last modified time | relevance | path

Searched refs:PPC_OPERAND_SIGNOPT (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/binutils/include/opcode/
H A Dppc.h219 #define PPC_OPERAND_SIGNOPT (0x2) macro
H A DChangeLog-91032587 (PPC_OPERAND_SIGNOPT): Define.
/freebsd-12.1/contrib/binutils/gas/config/
H A Dtc-ppc.c1502 if ((operand->flags & PPC_OPERAND_SIGNOPT) == 0) in ppc_insert_operand()
/freebsd-12.1/contrib/binutils/opcodes/
H A Dppc-opc.c432 { 0xffff, 0, NULL, NULL, PPC_OPERAND_SIGNED | PPC_OPERAND_SIGNOPT },
/freebsd-12.1/contrib/binutils/gas/
H A DChangeLog-92956509 PPC_OPERAND_SIGNOPT flag is set and assembling in 32 bit mode.