HomeSort by: relevance | last modified time | path
    Searched defs:as_bits (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/config/rl78/
rl78.cc 1155 int as_bits;
1157 as_bits = GET_MODE_BITSIZE (rl78_addr_space_address_mode (as));
1166 if (as_bits == 16 && is_far_addr)
1176 if (addend && base && as_bits == 32 && GET_MODE (base) == SImode)
1150 int as_bits; local
  /src/external/gpl3/gcc.old/dist/gcc/config/rl78/
rl78.cc 1155 int as_bits;
1157 as_bits = GET_MODE_BITSIZE (rl78_addr_space_address_mode (as));
1166 if (as_bits == 16 && is_far_addr)
1176 if (addend && base && as_bits == 32 && GET_MODE (base) == SImode)
1150 int as_bits; local

Completed in 37 milliseconds