Searched refs:RESULT (Results 101 - 107 of 107) sorted by relevance

12345

/gem5/tests/test-progs/asmtest/src/riscv/isa/rv64uamt/
H A Damomaxu_d.S53 #define RESULT 0xdeadbeefdeadbeef define
100 li a1, RESULT
H A Damomin_d.S53 #define RESULT 0xDEADBEEFDEADBEEF define
100 li a1, RESULT
H A Damominu_d.S53 #define RESULT 0x00000000deadbeef define
100 li a1, RESULT
H A Damoswap_d.S58 #define RESULT NUM_THREADS * LOOP_COUNT define
104 li a1, RESULT
H A Dlrsc_d.S58 #define RESULT NUM_THREADS * LOOP_COUNT define
106 li a1, RESULT
/gem5/ext/systemc/src/sysc/datatypes/misc/
H A Dsc_concatref.h674 #define SC_CONCAT_OP_TYPE(RESULT,OP,OTHER_TYPE) \
675 inline RESULT operator OP ( const sc_concatref& a, OTHER_TYPE b ) \
679 inline RESULT operator OP ( OTHER_TYPE a, const sc_concatref& b ) \
685 #define SC_CONCAT_OP(RESULT,OP) \
686 inline RESULT operator OP ( const sc_concatref& a, const sc_concatref& b ) \
693 SC_CONCAT_OP_TYPE(RESULT,OP,unsigned int) \
694 SC_CONCAT_OP_TYPE(RESULT,OP,unsigned long) \
695 SC_CONCAT_OP_TYPE(RESULT,OP,uint64) \
697 SC_CONCAT_OP_TYPE(RESULT,OP,const sc_uint_base&) \
699 SC_CONCAT_OP_TYPE(RESULT,O
[all...]
/gem5/src/systemc/ext/dt/misc/
H A Dsc_concatref.hh626 #define SC_CONCAT_OP_TYPE(RESULT, OP, OTHER_TYPE) \
627 inline RESULT \
632 inline RESULT \
639 #define SC_CONCAT_OP(RESULT, OP) \
640 inline RESULT \
648 SC_CONCAT_OP_TYPE(RESULT, OP, unsigned int) \
649 SC_CONCAT_OP_TYPE(RESULT, OP, unsigned long) \
650 SC_CONCAT_OP_TYPE(RESULT, OP, uint64) \
652 SC_CONCAT_OP_TYPE(RESULT, OP, const sc_uint_base &) \
654 SC_CONCAT_OP_TYPE(RESULT, O
[all...]

Completed in 13 milliseconds

12345