Home
last modified time | relevance | path

Searched refs:MAX_MEM_FOR_RS_ALIGN_CODE (Results 1 – 13 of 13) sorted by relevance

/NextBSD/contrib/binutils/gas/
HDfrags.c337 #ifndef MAX_MEM_FOR_RS_ALIGN_CODE
342 # define MAX_MEM_FOR_RS_ALIGN_CODE 1 macro
344 # define MAX_MEM_FOR_RS_ALIGN_CODE ((1 << alignment) - 1) macro
353 p = frag_var (rs_align_code, MAX_MEM_FOR_RS_ALIGN_CODE, 1, in frag_align_code()
HDChangeLog-00011493 * config/tc-ppc.h (MAX_MEM_FOR_RS_ALIGN_CODE): Define.
2593 * config/tc-arm.h (MAX_MEM_FOR_RS_ALIGN_CODE): Define.
2595 MAX_MEM_FOR_RS_ALIGN_CODE bytes.
2596 (arm_frag_align_code): Use MAX_MEM_FOR_RS_ALIGN_CODE.
3676 (MAX_MEM_FOR_RS_ALIGN_CODE): New default.
3695 (MAX_MEM_FOR_RS_ALIGN_CODE): New.
3698 (MAX_MEM_FOR_RS_ALIGN_CODE): New.
3703 (MAX_MEM_FOR_RS_ALIGN_CODE): New.
3709 (HANDLE_ALIGN, MAX_MEM_FOR_RS_ALIGN_CODE): New.
3717 (MAX_MEM_FOR_RS_ALIGN_CODE): New.
[all …]
HDChangeLog-02031113 (MAX_MEM_FOR_RS_ALIGN_CODE): Define macro.
6664 (MAX_MEM_FOR_RS_ALIGN_CODE): Override definition in tc-sh.h.
/NextBSD/contrib/binutils/gas/config/
HDtc-score.h32 #define MAX_MEM_FOR_RS_ALIGN_CODE (3 + 4) macro
HDtc-spu.h105 #define MAX_MEM_FOR_RS_ALIGN_CODE (7 + 8) macro
HDtc-mips.h59 #define MAX_MEM_FOR_RS_ALIGN_CODE (1 + 2) macro
HDtc-alpha.h113 #define MAX_MEM_FOR_RS_ALIGN_CODE (3 + 4 + 8) macro
HDtc-sparc.h75 #define MAX_MEM_FOR_RS_ALIGN_CODE (3 + 4 + 4) macro
HDtc-ppc.h79 #define MAX_MEM_FOR_RS_ALIGN_CODE 4 macro
HDtc-i386.h264 #define MAX_MEM_FOR_RS_ALIGN_CODE 15 macro
HDtc-arm.h182 #define MAX_MEM_FOR_RS_ALIGN_CODE 31 macro
HDtc-ia64.h173 #define MAX_MEM_FOR_RS_ALIGN_CODE (15 + 16) macro
HDtc-arm.c17047 if (bytes > MAX_MEM_FOR_RS_ALIGN_CODE) in arm_handle_align()
17048 bytes &= MAX_MEM_FOR_RS_ALIGN_CODE; in arm_handle_align()
17097 if (max > MAX_MEM_FOR_RS_ALIGN_CODE) in arm_frag_align_code()
17101 MAX_MEM_FOR_RS_ALIGN_CODE, in arm_frag_align_code()