HomeSort by: relevance | last modified time | path
    Searched defs:cr_operand (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/binutils/dist/gas/config/
tc-ppc.c 849 static bool cr_operand;
871 if (cr_operand)
873 if (reg == NULL && (cr_operand || reg_names_p))
3446 cr_operand = ((operand->flags & PPC_OPERAND_CR_BIT) != 0
3449 cr_operand = false;
846 static bool cr_operand; variable
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-ppc.c 861 static bool cr_operand;
883 if (cr_operand)
885 if (reg == NULL && (cr_operand || reg_names_p))
3482 cr_operand = ((operand->flags & PPC_OPERAND_CR_BIT) != 0
3485 cr_operand = false;
858 static bool cr_operand; variable

Completed in 36 milliseconds