Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/gas/config/
Dobj-evax.h88 #define TC_IMPLICIT_LCOMM_ALIGNMENT(SIZE, P2VAR) (P2VAR) = 3 argument
Dtc-msp430.h107 #define TC_IMPLICIT_LCOMM_ALIGNMENT(SIZE, P2VAR) (P2VAR) = 0 argument
Dtc-avr.h126 #define TC_IMPLICIT_LCOMM_ALIGNMENT(SIZE, P2VAR) (P2VAR) = 0 argument
Dtc-cris.h155 #define TC_IMPLICIT_LCOMM_ALIGNMENT(SIZE, P2VAR) do { } while (0) argument
/mirbsd/src/gnu/usr.bin/binutils/gas/
Dread.c51 #define TC_IMPLICIT_LCOMM_ALIGNMENT(SIZE, P2VAR) \ argument
55 (P2VAR) = 3; \
57 (P2VAR) = 2; \
59 (P2VAR) = 1; \
61 (P2VAR) = 0; \