Home
last modified time | relevance | path

Searched refs:P2VAR (Results 1 – 8 of 8) sorted by relevance

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-z80.h103 #define TC_IMPLICIT_LCOMM_ALIGNMENT(SIZE, P2VAR) (P2VAR) = 0 argument
Dtc-msp430.h106 #define TC_IMPLICIT_LCOMM_ALIGNMENT(SIZE, P2VAR) (P2VAR) = 0 argument
Dtc-alpha.h84 #define TC_IMPLICIT_LCOMM_ALIGNMENT(SIZE, P2VAR) (P2VAR) = 3 argument
Dtc-avr.h156 #define TC_IMPLICIT_LCOMM_ALIGNMENT(SIZE, P2VAR) (P2VAR) = 0 argument
Dtc-cris.h153 #define TC_IMPLICIT_LCOMM_ALIGNMENT(SIZE, P2VAR) do { } while (0) argument
Dtc-score7.c5927 #define TC_IMPLICIT_LCOMM_ALIGNMENT(SIZE, P2VAR) \ argument
5931 (P2VAR) = 3; \
5933 (P2VAR) = 2; \
5935 (P2VAR) = 1; \
5937 (P2VAR) = 0; \
Dtc-score.c6067 #define TC_IMPLICIT_LCOMM_ALIGNMENT(SIZE, P2VAR) \ argument
6071 (P2VAR) = 3; \
6073 (P2VAR) = 2; \
6075 (P2VAR) = 1; \
6077 (P2VAR) = 0; \
/toolchain/binutils/binutils-2.27/gas/
Dread.c49 #define TC_IMPLICIT_LCOMM_ALIGNMENT(SIZE, P2VAR) \ argument
53 (P2VAR) = 3; \
55 (P2VAR) = 2; \
57 (P2VAR) = 1; \
59 (P2VAR) = 0; \