Searched refs:DEFN_BIN_FNC_T (Results 1 - 8 of 8) sorted by relevance

/gem5/ext/systemc/src/sysc/datatypes/fx/
H A Dsc_fxval.h1021 #define DEFN_BIN_FNC_T(fnc,tp) \ macro
1046 DEFN_BIN_FNC_T(fnc,int64) \
1047 DEFN_BIN_FNC_T(fnc,uint64) \
1048 DEFN_BIN_FNC_T(fnc,const sc_int_base&) \
1049 DEFN_BIN_FNC_T(fnc,const sc_uint_base&) \
1050 DEFN_BIN_FNC_T(fnc,const sc_signed&) \
1051 DEFN_BIN_FNC_T(fnc,const sc_unsigned&)
1068 DEFN_BIN_FNC_T(fnc,int) \
1069 DEFN_BIN_FNC_T(fnc,unsigned int) \
1070 DEFN_BIN_FNC_T(fn
1083 #undef DEFN_BIN_FNC_T macro
1780 #define DEFN_BIN_FNC_T macro
1838 #undef DEFN_BIN_FNC_T macro
[all...]
H A Dsc_fxnum.h2850 #define DEFN_BIN_FNC_T(fnc,tp) \ macro
2895 DEFN_BIN_FNC_T(fnc,int64) \
2896 DEFN_BIN_FNC_T(fnc,uint64) \
2897 DEFN_BIN_FNC_T(fnc,const sc_int_base&) \
2898 DEFN_BIN_FNC_T(fnc,const sc_uint_base&) \
2899 DEFN_BIN_FNC_T(fnc,const sc_signed&) \
2900 DEFN_BIN_FNC_T(fnc,const sc_unsigned&)
2965 DEFN_BIN_FNC_T(fnc,int) \
2966 DEFN_BIN_FNC_T(fnc,unsigned int) \
2967 DEFN_BIN_FNC_T(fn
2981 #undef DEFN_BIN_FNC_T macro
3974 #define DEFN_BIN_FNC_T macro
4100 #undef DEFN_BIN_FNC_T macro
4832 #define DEFN_BIN_FNC_T macro
4863 #undef DEFN_BIN_FNC_T macro
5003 #define DEFN_BIN_FNC_T macro
5033 #undef DEFN_BIN_FNC_T macro
[all...]
H A Dsc_fix.h1089 #define DEFN_BIN_FNC_T(fnc,op2,tp1,tp2) \ macro
1103 DEFN_BIN_FNC_T(b_and,&&,sc_fix,sc_fix)
1104 DEFN_BIN_FNC_T(b_and,&&,sc_fix,sc_fix_fast)
1105 DEFN_BIN_FNC_T(b_and,&&,sc_fix_fast,sc_fix)
1107 DEFN_BIN_FNC_T(b_or,||,sc_fix,sc_fix)
1108 DEFN_BIN_FNC_T(b_or,||,sc_fix,sc_fix_fast)
1109 DEFN_BIN_FNC_T(b_or,||,sc_fix_fast,sc_fix)
1111 DEFN_BIN_FNC_T(b_xor,!=,sc_fix,sc_fix)
1112 DEFN_BIN_FNC_T(b_xor,!=,sc_fix,sc_fix_fast)
1113 DEFN_BIN_FNC_T(b_xo
1115 #undef DEFN_BIN_FNC_T macro
1795 #define DEFN_BIN_FNC_T macro
1813 #undef DEFN_BIN_FNC_T macro
[all...]
H A Dsc_ufix.h1092 #define DEFN_BIN_FNC_T(fnc,op2,tp1,tp2) \ macro
1106 DEFN_BIN_FNC_T(b_and,&&,sc_ufix,sc_ufix)
1107 DEFN_BIN_FNC_T(b_and,&&,sc_ufix,sc_ufix_fast)
1108 DEFN_BIN_FNC_T(b_and,&&,sc_ufix_fast,sc_ufix)
1110 DEFN_BIN_FNC_T(b_or,||,sc_ufix,sc_ufix)
1111 DEFN_BIN_FNC_T(b_or,||,sc_ufix,sc_ufix_fast)
1112 DEFN_BIN_FNC_T(b_or,||,sc_ufix_fast,sc_ufix)
1114 DEFN_BIN_FNC_T(b_xor,!=,sc_ufix,sc_ufix)
1115 DEFN_BIN_FNC_T(b_xor,!=,sc_ufix,sc_ufix_fast)
1116 DEFN_BIN_FNC_T(b_xo
1118 #undef DEFN_BIN_FNC_T macro
1798 #define DEFN_BIN_FNC_T macro
1816 #undef DEFN_BIN_FNC_T macro
[all...]
/gem5/src/systemc/ext/dt/fx/
H A Dsc_fxval.hh862 #define DEFN_BIN_FNC_T(fnc, tp) \ macro
884 DEFN_BIN_FNC_T(fnc, int64) \
885 DEFN_BIN_FNC_T(fnc, uint64) \
886 DEFN_BIN_FNC_T(fnc, const sc_int_base &) \
887 DEFN_BIN_FNC_T(fnc, const sc_uint_base &) \
888 DEFN_BIN_FNC_T(fnc, const sc_signed &) \
889 DEFN_BIN_FNC_T(fnc, const sc_unsigned &)
902 DEFN_BIN_FNC_T(fnc, int) \
903 DEFN_BIN_FNC_T(fnc, unsigned int) \
904 DEFN_BIN_FNC_T(fn
917 #undef DEFN_BIN_FNC_T macro
1508 #define DEFN_BIN_FNC_T macro
1559 #undef DEFN_BIN_FNC_T macro
[all...]
H A Dsc_fxnum.hh2414 #define DEFN_BIN_FNC_T(fnc, tp) \ macro
2454 DEFN_BIN_FNC_T(fnc, int64) \
2455 DEFN_BIN_FNC_T(fnc, uint64) \
2456 DEFN_BIN_FNC_T(fnc, const sc_int_base &) \
2457 DEFN_BIN_FNC_T(fnc, const sc_uint_base &) \
2458 DEFN_BIN_FNC_T(fnc, const sc_signed &) \
2459 DEFN_BIN_FNC_T(fnc, const sc_unsigned &)
2515 DEFN_BIN_FNC_T(fnc, int) \
2516 DEFN_BIN_FNC_T(fnc, unsigned int) \
2517 DEFN_BIN_FNC_T(fn
2531 #undef DEFN_BIN_FNC_T macro
3376 #define DEFN_BIN_FNC_T macro
3488 #undef DEFN_BIN_FNC_T macro
4127 #define DEFN_BIN_FNC_T macro
4156 #undef DEFN_BIN_FNC_T macro
4281 #define DEFN_BIN_FNC_T macro
4309 #undef DEFN_BIN_FNC_T macro
[all...]
H A Dsc_fix.hh741 #define DEFN_BIN_FNC_T(fnc, op2, tp1, tp2) \ macro
754 DEFN_BIN_FNC_T(b_and, &&, sc_fix, sc_fix)
755 DEFN_BIN_FNC_T(b_and, &&, sc_fix, sc_fix_fast)
756 DEFN_BIN_FNC_T(b_and, &&, sc_fix_fast, sc_fix)
758 DEFN_BIN_FNC_T(b_or, ||, sc_fix, sc_fix)
759 DEFN_BIN_FNC_T(b_or, ||, sc_fix, sc_fix_fast)
760 DEFN_BIN_FNC_T(b_or, ||, sc_fix_fast, sc_fix)
762 DEFN_BIN_FNC_T(b_xor, !=, sc_fix, sc_fix)
763 DEFN_BIN_FNC_T(b_xor, !=, sc_fix, sc_fix_fast)
764 DEFN_BIN_FNC_T(b_xo
766 #undef DEFN_BIN_FNC_T macro
1220 #define DEFN_BIN_FNC_T macro
1237 #undef DEFN_BIN_FNC_T macro
[all...]
H A Dsc_ufix.hh753 #define DEFN_BIN_FNC_T(fnc, op2, tp1, tp2) \ macro
766 DEFN_BIN_FNC_T(b_and, &&, sc_ufix, sc_ufix)
767 DEFN_BIN_FNC_T(b_and, &&, sc_ufix, sc_ufix_fast)
768 DEFN_BIN_FNC_T(b_and, &&, sc_ufix_fast, sc_ufix)
770 DEFN_BIN_FNC_T(b_or, ||, sc_ufix, sc_ufix)
771 DEFN_BIN_FNC_T(b_or, ||, sc_ufix, sc_ufix_fast)
772 DEFN_BIN_FNC_T(b_or, ||, sc_ufix_fast, sc_ufix)
774 DEFN_BIN_FNC_T(b_xor, !=, sc_ufix, sc_ufix)
775 DEFN_BIN_FNC_T(b_xor, !=, sc_ufix, sc_ufix_fast)
776 DEFN_BIN_FNC_T(b_xo
778 #undef DEFN_BIN_FNC_T macro
1231 #define DEFN_BIN_FNC_T macro
1248 #undef DEFN_BIN_FNC_T macro
[all...]

Completed in 47 milliseconds