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

  /src/external/gpl3/binutils/dist/gas/config/
tc-i386.c 14532 check_VecOperations (char *op_string)
14538 while (*op_string)
14540 saved = op_string;
14541 if (*op_string == '{')
14543 op_string++;
14544 if (is_whitespace (*op_string))
14545 op_string++;
14548 if (startswith (op_string, "1to"))
14555 op_string += 3;
14556 if (*op_string == '8'
15437 char *op_string = operand_string; local
15800 op_string); local
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-i386.c 14381 check_VecOperations (char *op_string)
14387 while (*op_string)
14389 saved = op_string;
14390 if (*op_string == '{')
14392 op_string++;
14393 if (is_whitespace (*op_string))
14394 op_string++;
14397 if (startswith (op_string, "1to"))
14404 op_string += 3;
14405 if (*op_string == '8'
15286 char *op_string = operand_string; local
15649 op_string); local
    [all...]

Completed in 68 milliseconds