Searched refs:TC_PARSE_CONS_EXPRESSION (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/contrib/binutils/gas/config/
H A Dtc-arc.h59 #define TC_PARSE_CONS_EXPRESSION(EXP, NBYTES) \ macro
H A Dtc-sparc.h156 #define TC_PARSE_CONS_EXPRESSION(EXP, NBYTES) sparc_cons (EXP, NBYTES) macro
H A Dtc-i386.h199 #define TC_PARSE_CONS_EXPRESSION(EXP, NBYTES) x86_cons (EXP, NBYTES) macro
/freebsd-10-stable/contrib/binutils/gas/
H A Dread.c3668 You can define TC_PARSE_CONS_EXPRESSION to do whatever you like
3680 #ifndef TC_PARSE_CONS_EXPRESSION
3682 #define TC_PARSE_CONS_EXPRESSION(EXP, NBYTES) parse_bitfield_cons (EXP, NBYTES) macro
3687 #define TC_PARSE_CONS_EXPRESSION(EXP, NBYTES) parse_repeat_cons (EXP, NBYTES)
3693 #ifndef TC_PARSE_CONS_EXPRESSION
3694 #define TC_PARSE_CONS_EXPRESSION(EXP, NBYTES) expression (EXP)
3702 TC_PARSE_CONS_EXPRESSION (exp, nbytes);
3750 TC_PARSE_CONS_EXPRESSION (&exp, (unsigned int) nbytes);
4368 TC_PARSE_CONS_EXPRESSION (exp, nbytes);
3677 #define TC_PARSE_CONS_EXPRESSION macro
3689 #define TC_PARSE_CONS_EXPRESSION macro

Completed in 89 milliseconds