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

  /src/external/gpl3/binutils/dist/gas/config/
tc-arm.c 27423 negate_data_op (unsigned long * instruction,
27500 /* Like negate_data_op, but for Thumb-2. */
27707 newimm = negate_data_op (&temp, value);
27715 newimm = negate_data_op (&temp, value);
27777 && (newimm = negate_data_op (& temp, value)) == (unsigned int) FAIL)
27414 negate_data_op (unsigned long * instruction, function
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-arm.c 27426 negate_data_op (unsigned long * instruction,
27503 /* Like negate_data_op, but for Thumb-2. */
27710 newimm = negate_data_op (&temp, value);
27718 newimm = negate_data_op (&temp, value);
27780 && (newimm = negate_data_op (& temp, value)) == (unsigned int) FAIL)
27417 negate_data_op (unsigned long * instruction, function

Completed in 63 milliseconds