Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils/gas/config/
H A Dtc-msp430.h107 #define TC_IMPLICIT_LCOMM_ALIGNMENT(SIZE, P2VAR) (P2VAR) = 0 argument
H A Dobj-evax.h88 #define TC_IMPLICIT_LCOMM_ALIGNMENT(SIZE, P2VAR) (P2VAR) = 3 argument
H A Dtc-avr.h126 #define TC_IMPLICIT_LCOMM_ALIGNMENT(SIZE, P2VAR) (P2VAR) = 0 argument
H A Dtc-cris.h155 #define TC_IMPLICIT_LCOMM_ALIGNMENT(SIZE, P2VAR) argument
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/
H A Dobj-evax.h84 #define TC_IMPLICIT_LCOMM_ALIGNMENT(SIZE, P2VAR) (P2VAR) = 3 argument
H A Dtc-msp430.h103 #define TC_IMPLICIT_LCOMM_ALIGNMENT(SIZE, P2VAR) (P2VAR) = 0 argument
H A Dtc-z80.h103 #define TC_IMPLICIT_LCOMM_ALIGNMENT(SIZE, P2VAR) (P2VAR) = 0 argument
H A Dtc-avr.h122 #define TC_IMPLICIT_LCOMM_ALIGNMENT(SIZE, P2VAR) (P2VAR) = 0 argument
H A Dtc-cris.h162 #define TC_IMPLICIT_LCOMM_ALIGNMENT(SIZE, P2VAR) do { } while (0) argument
/openbsd/gnu/usr.bin/binutils/gas/
H A Dread.c54 #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 Dread.c51 #define TC_IMPLICIT_LCOMM_ALIGNMENT(SIZE, P2VAR) \ argument
55 (P2VAR) = 3; \
57 (P2VAR) = 2; \
59 (P2VAR) = 1; \
61 (P2VAR) = 0; \