Searched refs:TOUPPER (Results 1 – 25 of 52) sorted by relevance
123
343 *rx++ = TOUPPER (c); in xstormy16_cgen_build_insn_regex()377 *rx++ = TOUPPER (c); in xstormy16_cgen_build_insn_regex()
416 *rx++ = TOUPPER (c); in lm32_cgen_build_insn_regex()450 *rx++ = TOUPPER (c); in lm32_cgen_build_insn_regex()
395 *rx++ = TOUPPER (c); in m32r_cgen_build_insn_regex()429 *rx++ = TOUPPER (c); in m32r_cgen_build_insn_regex()
377 *rx++ = TOUPPER (c); in fr30_cgen_build_insn_regex()411 *rx++ = TOUPPER (c); in fr30_cgen_build_insn_regex()
578 *rx++ = TOUPPER (c); in ip2k_cgen_build_insn_regex()612 *rx++ = TOUPPER (c); in ip2k_cgen_build_insn_regex()
443 *rx++ = TOUPPER (c); in xc16x_cgen_build_insn_regex()477 *rx++ = TOUPPER (c); in xc16x_cgen_build_insn_regex()
526 *rx++ = TOUPPER (c); in iq2000_cgen_build_insn_regex()560 *rx++ = TOUPPER (c); in iq2000_cgen_build_insn_regex()
570 *rx++ = TOUPPER (c); in or1k_cgen_build_insn_regex()604 *rx++ = TOUPPER (c); in or1k_cgen_build_insn_regex()
522 *rx++ = TOUPPER (c); in epiphany_cgen_build_insn_regex()556 *rx++ = TOUPPER (c); in epiphany_cgen_build_insn_regex()
662 *rx++ = TOUPPER (c); in mt_cgen_build_insn_regex()696 *rx++ = TOUPPER (c); in mt_cgen_build_insn_regex()
94 *rx++ = TOUPPER (c);128 *rx++ = TOUPPER (c);
1330 *rx++ = TOUPPER (c); in frv_cgen_build_insn_regex()1364 *rx++ = TOUPPER (c); in frv_cgen_build_insn_regex()
1353 *rx++ = TOUPPER (c); in mep_cgen_build_insn_regex()1387 *rx++ = TOUPPER (c); in mep_cgen_build_insn_regex()
1651 *rx++ = TOUPPER (c); in m32c_cgen_build_insn_regex()1685 *rx++ = TOUPPER (c); in m32c_cgen_build_insn_regex()
112 #define TOUPPER(c) _sch_toupper[(c) & 0xff] macro
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()[all …]
96 buf[i] = ISLOWER (regname[i]) ? TOUPPER (regname[i]) : regname[i]; in insert_sreg()
484 c = TOUPPER(src[j]); in get_flags_operand()
522 *fptr = TOUPPER (*fptr); in vms_get_module_name()
1869 else if (TOUPPER (processor[3]) == 'F') /* 68F333 */ in ieee_object_p()1871 else if ((TOUPPER (processor[3]) == 'C') /* Embedded controllers. */ in ieee_object_p()1872 && ((TOUPPER (processor[2]) == 'E') in ieee_object_p()1873 || (TOUPPER (processor[2]) == 'H') in ieee_object_p()1874 || (TOUPPER (processor[2]) == 'L'))) in ieee_object_p()
1330 digit = TOUPPER (digit) - 'A' + 10; in bfd_scan_vma()
709 c = TOUPPER (c); in bfd_decode_symclass()
755 BUF_ADD (TOUPPER (c)); in yylex()
1007 (Write_VMS_MHD_Records): Use TOUPPER instead of islower/toupper.1008 (VMS_Case_Hack_Symbol): Use ISUPPER/ISLOWER/TOUPPER/TOLOWER1011 (insert_sreg): Use TOUPPER instead of islower/toupper.1026 (insert_reg): Use TOUPPER instead of islower/toupper.1073 (dot_pred_rel): Use TOUPPER/ISDIGIT instead of toupper/isdigit.1084 (insert_reg): Use TOUPPER instead of islower/toupper.1131 (ppc_canonicalize_symbol_name): Use ISLOWER/TOUPPER instead of1158 (lookup_version): Use TOUPPER instead of toupper.1161 (subsym_iscons): Use TOUPPER instead of toupper.1163 (is_type): Use TOUPPER/ISDIGIT instead of toupper/isdigit.[all …]
123 *s = TOUPPER (*s); in save_symbol_name()768 *copy++ = TOUPPER (c); in symbol_find_noref()