Lines Matching refs:TOUPPER
1459 && TOUPPER (ver[3]) == 'L' in lookup_version()
1460 && TOUPPER (ver[4]) == 'P' in lookup_version()
2663 switch (TOUPPER (a[len - 1])) in subsym_iscons()
2679 if (TOUPPER (a[1]) == 'X') in subsym_iscons()
3321 return is_accumulator (operand) && TOUPPER (operand->buf[0]) == 'B'; in is_type()
3323 return is_accumulator (operand) && TOUPPER (operand->buf[0]) == 'A'; in is_type()
3550 mod = ((TOUPPER (operand->buf[1]) == 'A') ? 12 : in encode_indirect()
3575 arf = (TOUPPER (operand->buf[1]) == 'A' ? in encode_indirect()
3596 else if (TOUPPER (operand->buf[6]) == 'B') in encode_indirect()
3598 else if (TOUPPER (operand->buf[6]) == '%') in encode_indirect()
3808 if (TOUPPER (*operand->buf) == 'B') in encode_operand()
3817 if (!((TOUPPER (operand->buf[0]) == 'B') ^ in encode_operand()
3827 if (TOUPPER (operand->buf[0]) == 'B') in encode_operand()