HomeSort by relevance Sort by last modified time
    Searched defs:MAX_MEM_FOR_RS_ALIGN_CODE (Results 1 - 22 of 22) sorted by null

  /toolchain/binutils/binutils-2.27/gas/config/
tc-score.h 33 #define MAX_MEM_FOR_RS_ALIGN_CODE (3 + 4)
tc-frv.h 102 #define MAX_MEM_FOR_RS_ALIGN_CODE (3 + 4)
tc-spu.h 107 #define MAX_MEM_FOR_RS_ALIGN_CODE (7 + 8)
tc-tilegx.h 45 #define MAX_MEM_FOR_RS_ALIGN_CODE (7 + 8)
tc-tilepro.h 45 #define MAX_MEM_FOR_RS_ALIGN_CODE (7 + 8)
tc-i860.h 93 #define MAX_MEM_FOR_RS_ALIGN_CODE (3 + 4 + 4)
tc-m32r.h 66 #define MAX_MEM_FOR_RS_ALIGN_CODE (1 + 2 + 4)
tc-rl78.h 79 #define MAX_MEM_FOR_RS_ALIGN_CODE 8
tc-rx.h 89 #define MAX_MEM_FOR_RS_ALIGN_CODE 8
tc-sparc.h 78 #define MAX_MEM_FOR_RS_ALIGN_CODE (3 + 4 + 4)
tc-alpha.h 114 #define MAX_MEM_FOR_RS_ALIGN_CODE (3 + 4 + 8)
tc-arc.h 109 #define MAX_MEM_FOR_RS_ALIGN_CODE (1+2)
tc-mips.h 64 #define MAX_MEM_FOR_RS_ALIGN_CODE (3 + 4)
tc-sh.h 59 #define MAX_MEM_FOR_RS_ALIGN_CODE (1 + 2)
tc-sh64.h 27 MAX_MEM_FOR_RS_ALIGN_CODE; we might need to put in SHmedia NOP:s, not
33 #undef MAX_MEM_FOR_RS_ALIGN_CODE
34 #define MAX_MEM_FOR_RS_ALIGN_CODE sh64_max_mem_for_rs_align_code ()
tc-aarch64.h 121 #define MAX_MEM_FOR_RS_ALIGN_CODE 7
tc-ppc.h 80 #define MAX_MEM_FOR_RS_ALIGN_CODE 4
tc-arm.h 224 #define MAX_MEM_FOR_RS_ALIGN_CODE ((1 << MAX_MEM_ALIGNMENT_BYTES) - 1)
tc-i386.h 209 #define MAX_MEM_FOR_RS_ALIGN_CODE 31
tc-xtensa.h 367 #define MAX_MEM_FOR_RS_ALIGN_CODE 1
tc-ia64.h 179 #define MAX_MEM_FOR_RS_ALIGN_CODE (15 + 16)
  /toolchain/binutils/binutils-2.27/gas/
frags.c 368 #ifndef MAX_MEM_FOR_RS_ALIGN_CODE
373 # define MAX_MEM_FOR_RS_ALIGN_CODE 1
375 # define MAX_MEM_FOR_RS_ALIGN_CODE ((1 << alignment) - 1)
384 p = frag_var (rs_align_code, MAX_MEM_FOR_RS_ALIGN_CODE, 1,

Completed in 270 milliseconds