Home | History | Annotate | Download | only in config

Lines Matching full:uxor

4434 			int uxor;
4448 /* The uxor instruction only supports unit conditions
4450 uxor = (opcode & 0xfc000fc0) == 0x08000380;
4461 else if (!uxor && strncasecmp (s, "sdc", 3) == 0)
4466 else if (!uxor && strncasecmp (s, "sbc", 3) == 0)
4471 else if (!uxor && strncasecmp (s, "shc", 3) == 0)
4494 else if (!uxor && strncasecmp (s, "ndc", 3) == 0)
4500 else if (!uxor && strncasecmp (s, "nbc", 3) == 0)
4506 else if (!uxor && strncasecmp (s, "nhc", 3) == 0)
4518 else if (!uxor && strncasecmp (s, "swc", 3) == 0)
4530 else if (!uxor && strncasecmp (s, "nwc", 3) == 0)