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

  /src/external/gpl3/binutils/dist/gas/config/
tc-hppa.c 4404 int uxor;
4418 /* The uxor instruction only supports unit conditions
4420 uxor = (opcode & 0xfc000fc0) == 0x08000380;
4431 else if (!uxor && strncasecmp (s, "sdc", 3) == 0)
4436 else if (!uxor && strncasecmp (s, "sbc", 3) == 0)
4441 else if (!uxor && strncasecmp (s, "shc", 3) == 0)
4464 else if (!uxor && strncasecmp (s, "ndc", 3) == 0)
4470 else if (!uxor && strncasecmp (s, "nbc", 3) == 0)
4476 else if (!uxor && strncasecmp (s, "nhc", 3) == 0)
4488 else if (!uxor && strncasecmp (s, "swc", 3) == 0
4402 int uxor; local
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-hppa.c 4404 int uxor;
4418 /* The uxor instruction only supports unit conditions
4420 uxor = (opcode & 0xfc000fc0) == 0x08000380;
4431 else if (!uxor && strncasecmp (s, "sdc", 3) == 0)
4436 else if (!uxor && strncasecmp (s, "sbc", 3) == 0)
4441 else if (!uxor && strncasecmp (s, "shc", 3) == 0)
4464 else if (!uxor && strncasecmp (s, "ndc", 3) == 0)
4470 else if (!uxor && strncasecmp (s, "nbc", 3) == 0)
4476 else if (!uxor && strncasecmp (s, "nhc", 3) == 0)
4488 else if (!uxor && strncasecmp (s, "swc", 3) == 0
4402 int uxor; local
    [all...]

Completed in 31 milliseconds