Home
last modified time | relevance | path

Searched refs:TOUPPER (Results 1 – 25 of 52) sorted by relevance

123

/toolchain/binutils/binutils-2.25/opcodes/
Dxstormy16-asm.c343 *rx++ = TOUPPER (c); in xstormy16_cgen_build_insn_regex()
377 *rx++ = TOUPPER (c); in xstormy16_cgen_build_insn_regex()
Dlm32-asm.c416 *rx++ = TOUPPER (c); in lm32_cgen_build_insn_regex()
450 *rx++ = TOUPPER (c); in lm32_cgen_build_insn_regex()
Dm32r-asm.c395 *rx++ = TOUPPER (c); in m32r_cgen_build_insn_regex()
429 *rx++ = TOUPPER (c); in m32r_cgen_build_insn_regex()
Dfr30-asm.c377 *rx++ = TOUPPER (c); in fr30_cgen_build_insn_regex()
411 *rx++ = TOUPPER (c); in fr30_cgen_build_insn_regex()
Dip2k-asm.c578 *rx++ = TOUPPER (c); in ip2k_cgen_build_insn_regex()
612 *rx++ = TOUPPER (c); in ip2k_cgen_build_insn_regex()
Dxc16x-asm.c443 *rx++ = TOUPPER (c); in xc16x_cgen_build_insn_regex()
477 *rx++ = TOUPPER (c); in xc16x_cgen_build_insn_regex()
Diq2000-asm.c526 *rx++ = TOUPPER (c); in iq2000_cgen_build_insn_regex()
560 *rx++ = TOUPPER (c); in iq2000_cgen_build_insn_regex()
Dor1k-asm.c570 *rx++ = TOUPPER (c); in or1k_cgen_build_insn_regex()
604 *rx++ = TOUPPER (c); in or1k_cgen_build_insn_regex()
Depiphany-asm.c522 *rx++ = TOUPPER (c); in epiphany_cgen_build_insn_regex()
556 *rx++ = TOUPPER (c); in epiphany_cgen_build_insn_regex()
Dmt-asm.c662 *rx++ = TOUPPER (c); in mt_cgen_build_insn_regex()
696 *rx++ = TOUPPER (c); in mt_cgen_build_insn_regex()
Dcgen-asm.in94 *rx++ = TOUPPER (c);
128 *rx++ = TOUPPER (c);
Dfrv-asm.c1330 *rx++ = TOUPPER (c); in frv_cgen_build_insn_regex()
1364 *rx++ = TOUPPER (c); in frv_cgen_build_insn_regex()
Dmep-asm.c1353 *rx++ = TOUPPER (c); in mep_cgen_build_insn_regex()
1387 *rx++ = TOUPPER (c); in mep_cgen_build_insn_regex()
Dm32c-asm.c1651 *rx++ = TOUPPER (c); in m32c_cgen_build_insn_regex()
1685 *rx++ = TOUPPER (c); in m32c_cgen_build_insn_regex()
/toolchain/binutils/binutils-2.25/include/
Dsafe-ctype.h112 #define TOUPPER(c) _sch_toupper[(c) & 0xff] macro
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-tic54x.c1459 && 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 …]
Dtc-dlx.c96 buf[i] = ISLOWER (regname[i]) ? TOUPPER (regname[i]) : regname[i]; in insert_sreg()
Dtc-z8k.c484 c = TOUPPER(src[j]); in get_flags_operand()
/toolchain/binutils/binutils-2.25/bfd/
Dvms-misc.c522 *fptr = TOUPPER (*fptr); in vms_get_module_name()
Dieee.c1869 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()
Dbfd.c1330 digit = TOUPPER (digit) - 'A' + 10; in bfd_scan_vma()
Dsyms.c709 c = TOUPPER (c); in bfd_decode_symclass()
/toolchain/binutils/binutils-2.25/binutils/
Dnlmheader.y755 BUF_ADD (TOUPPER (c)); in yylex()
/toolchain/binutils/binutils-2.25/gas/
DChangeLog-00011007 (Write_VMS_MHD_Records): Use TOUPPER instead of islower/toupper.
1008 (VMS_Case_Hack_Symbol): Use ISUPPER/ISLOWER/TOUPPER/TOLOWER
1011 (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 of
1158 (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 …]
Dsymbols.c123 *s = TOUPPER (*s); in save_symbol_name()
768 *copy++ = TOUPPER (c); in symbol_find_noref()

123