Searched refs:P2VAR (Results 1 – 11 of 11) sorted by relevance
/openbsd/gnu/usr.bin/binutils/gas/config/ |
H A D | tc-msp430.h | 107 #define TC_IMPLICIT_LCOMM_ALIGNMENT(SIZE, P2VAR) (P2VAR) = 0 argument
|
H A D | obj-evax.h | 88 #define TC_IMPLICIT_LCOMM_ALIGNMENT(SIZE, P2VAR) (P2VAR) = 3 argument
|
H A D | tc-avr.h | 126 #define TC_IMPLICIT_LCOMM_ALIGNMENT(SIZE, P2VAR) (P2VAR) = 0 argument
|
H A D | tc-cris.h | 155 #define TC_IMPLICIT_LCOMM_ALIGNMENT(SIZE, P2VAR) argument
|
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/ |
H A D | obj-evax.h | 84 #define TC_IMPLICIT_LCOMM_ALIGNMENT(SIZE, P2VAR) (P2VAR) = 3 argument
|
H A D | tc-msp430.h | 103 #define TC_IMPLICIT_LCOMM_ALIGNMENT(SIZE, P2VAR) (P2VAR) = 0 argument
|
H A D | tc-z80.h | 103 #define TC_IMPLICIT_LCOMM_ALIGNMENT(SIZE, P2VAR) (P2VAR) = 0 argument
|
H A D | tc-avr.h | 122 #define TC_IMPLICIT_LCOMM_ALIGNMENT(SIZE, P2VAR) (P2VAR) = 0 argument
|
H A D | tc-cris.h | 162 #define TC_IMPLICIT_LCOMM_ALIGNMENT(SIZE, P2VAR) do { } while (0) argument
|
/openbsd/gnu/usr.bin/binutils/gas/ |
H A D | read.c | 54 #define TC_IMPLICIT_LCOMM_ALIGNMENT(SIZE, P2VAR) \ argument 58 (P2VAR) = 3; \ 60 (P2VAR) = 2; \ 62 (P2VAR) = 1; \ 64 (P2VAR) = 0; \
|
/openbsd/gnu/usr.bin/binutils-2.17/gas/ |
H A D | read.c | 51 #define TC_IMPLICIT_LCOMM_ALIGNMENT(SIZE, P2VAR) \ argument 55 (P2VAR) = 3; \ 57 (P2VAR) = 2; \ 59 (P2VAR) = 1; \ 61 (P2VAR) = 0; \
|