Lines Matching refs:TOLOWER

992   char l0 = TOLOWER (src[0]);  in parse_reg_without_prefix()
993 char l1 = l0 ? TOLOWER (src[1]) : 0; in parse_reg_without_prefix()
1048 if (TOLOWER (src[2]) == 'g' && ! IDENT_CHAR ((unsigned char) src[3])) in parse_reg_without_prefix()
1063 if (TOLOWER (src[2]) == 'g' && ! IDENT_CHAR ((unsigned char) src[3])) in parse_reg_without_prefix()
1144 && TOLOWER (src[2]) == 'r' && ! IDENT_CHAR ((unsigned char) src[3])) in parse_reg_without_prefix()
1150 if (l0 == 's' && l1 == 'p' && TOLOWER (src[2]) == 'c' in parse_reg_without_prefix()
1157 if (l0 == 's' && l1 == 'g' && TOLOWER (src[2]) == 'r' in parse_reg_without_prefix()
1164 if (l0 == 'd' && l1 == 's' && TOLOWER (src[2]) == 'r' in parse_reg_without_prefix()
1171 if (l0 == 'd' && l1 == 'b' && TOLOWER (src[2]) == 'r' in parse_reg_without_prefix()
1203 if (l0 == 'g' && l1 == 'b' && TOLOWER (src[2]) == 'r' in parse_reg_without_prefix()
1209 if (l0 == 'v' && l1 == 'b' && TOLOWER (src[2]) == 'r' in parse_reg_without_prefix()
1216 if (l0 == 't' && l1 == 'b' && TOLOWER (src[2]) == 'r' in parse_reg_without_prefix()
1222 if (l0 == 'm' && l1 == 'a' && TOLOWER (src[2]) == 'c' in parse_reg_without_prefix()
1225 if (TOLOWER (src[3]) == 'l') in parse_reg_without_prefix()
1230 if (TOLOWER (src[3]) == 'h') in parse_reg_without_prefix()
1236 if (l0 == 'm' && l1 == 'o' && TOLOWER (src[2]) == 'd' in parse_reg_without_prefix()
1318 if (l0 == 'f' && l1 == 'p' && TOLOWER (src[2]) == 'u' in parse_reg_without_prefix()
1319 && TOLOWER (src[3]) == 'l' in parse_reg_without_prefix()
1326 if (l0 == 'f' && l1 == 'p' && TOLOWER (src[2]) == 's' in parse_reg_without_prefix()
1327 && TOLOWER (src[3]) == 'c' in parse_reg_without_prefix()
1328 && TOLOWER (src[4]) == 'r' && ! IDENT_CHAR ((unsigned char) src[5])) in parse_reg_without_prefix()
1334 if (l0 == 'x' && l1 == 'm' && TOLOWER (src[2]) == 't' in parse_reg_without_prefix()
1335 && TOLOWER (src[3]) == 'r' in parse_reg_without_prefix()
1336 && TOLOWER (src[4]) == 'x' && ! IDENT_CHAR ((unsigned char) src[5])) in parse_reg_without_prefix()
1558 l0 = TOLOWER (src[0]); in parse_at()
1559 l1 = TOLOWER (src[1]); in parse_at()
2579 c = TOLOWER (c); in find_cooked_opcode()