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

/gem5/ext/systemc/src/sysc/datatypes/fx/
H A Dsc_fxval.h168 #define DECL_BIN_OP(op,dummy) \ macro
181 DECL_BIN_OP(*,mult)
182 DECL_BIN_OP(+,add)
183 DECL_BIN_OP(-,sub)
185 // DECL_BIN_OP(/,div)
210 #undef DECL_BIN_OP macro
507 #define DECL_BIN_OP(op,dummy) \ macro
519 DECL_BIN_OP(*,mult)
520 DECL_BIN_OP(+,add)
521 DECL_BIN_OP(
545 #undef DECL_BIN_OP macro
[all...]
H A Dsc_fxnum.h657 #define DECL_BIN_OP(op,dummy) \ macro
671 DECL_BIN_OP(*,mult)
672 DECL_BIN_OP(+,add)
673 DECL_BIN_OP(-,sub)
675 // DECL_BIN_OP(/,div)
699 #undef DECL_BIN_OP macro
1084 #define DECL_BIN_OP(op,dummy) \ macro
1097 DECL_BIN_OP(*,mult)
1098 DECL_BIN_OP(+,add)
1099 DECL_BIN_OP(
1123 #undef DECL_BIN_OP macro
[all...]
/gem5/src/systemc/ext/dt/fx/
H A Dsc_fxval.hh143 #define DECL_BIN_OP(op, dummy) \ macro
156 DECL_BIN_OP(*, mult)
157 DECL_BIN_OP(+, add)
158 DECL_BIN_OP(-, sub)
160 // DECL_BIN_OP(/, div)
183 #undef DECL_BIN_OP macro
430 #define DECL_BIN_OP(op, dummy) \ macro
442 DECL_BIN_OP(*, mult)
443 DECL_BIN_OP(+, add)
444 DECL_BIN_OP(
467 #undef DECL_BIN_OP macro
[all...]
H A Dsc_fxnum.hh556 #define DECL_BIN_OP(op, dummy) \ macro
570 DECL_BIN_OP(*, mult)
571 DECL_BIN_OP(+, add)
572 DECL_BIN_OP(-, sub)
574 // DECL_BIN_OP(/, div)
597 #undef DECL_BIN_OP macro
917 #define DECL_BIN_OP(op, dummy) \ macro
930 DECL_BIN_OP(*, mult)
931 DECL_BIN_OP(+, add)
932 DECL_BIN_OP(
955 #undef DECL_BIN_OP macro
[all...]

Completed in 23 milliseconds