/gem5/src/systemc/tests/systemc/misc/sim_tests/tri_state2/ |
H A D | ts_buf.cpp | 47 sc_logic val; local
|
/gem5/src/systemc/tests/systemc/misc/user_guide/chpt6.1/ |
H A D | ts_buf.cpp | 47 std_ulogic val; local
|
/gem5/src/arch/alpha/ |
H A D | idle_event.cc | 43 RegVal val = tc->readMiscRegNoEffect(IPR_PALtemp23); local
|
/gem5/src/systemc/tests/systemc/communication/sc_fifo/test01/ |
H A D | test01.cpp | 50 int val = 0; local 72 int val; local
|
/gem5/src/systemc/tests/systemc/communication/sc_fifo/test03/ |
H A D | test03.cpp | 50 int val = 0; local 83 int val; local
|
/gem5/src/systemc/tests/systemc/communication/sc_fifo/test04/ |
H A D | test04.cpp | 58 int val = 0; local 92 int val; local [all...] |
/gem5/src/systemc/tests/systemc/communication/sc_fifo/test05/ |
H A D | test05.cpp | 58 int val = 0; local 93 int val; local [all...] |
/gem5/src/dev/x86/ |
H A D | speaker.cc | 61 SpeakerControl val = pkt->getLE<uint8_t>(); local
|
/gem5/src/arch/arm/ |
H A D | isa_device.cc | 61 DummyISADevice::setMiscReg(int misc_reg, RegVal val) argument
|
/gem5/src/base/ |
H A D | trie.test.cc | 42 static inline uint32_t *ptr(uintptr_t val) argument
|
/gem5/src/arch/x86/bios/ |
H A D | e820.cc | 50 void writeVal(T val, PortProxy& proxy, Addr &addr) argument
|
/gem5/src/base/filters/ |
H A D | h3_bloom_filter.cc | 377 uint64_t val = local
|
/gem5/ext/fputils/tests/ |
H A D | fp80_cvfd.c | 99 double val = ldexp(x, exp); local
|
H A D | fp80_cvtf.c | 61 double val = ldexp(x, exp); local
|
/gem5/src/arch/x86/ |
H A D | utility.hh | 134 inline uint64_t getDoubleBits(double val) { argument
|
/gem5/src/systemc/tests/systemc/communication/sc_fifo/test06/ |
H A D | test06.cpp | 58 int val = 0; local 87 int val; local
|
/gem5/src/systemc/tests/systemc/misc/communication/channel/test1/ |
H A D | test1.cpp | 60 int val; local 65 cout << "Proc1:: Read. Value = " << val << "\n"; local 68 cout << "Proc1:: Read completed. Value = " << val << "\n"; local 70 cout << "Proc1:: Read. Value = " << val << "\n"; local 75 cout << "Proc1:: Read. Value = " << val << "\n"; local
|
/gem5/src/systemc/tests/systemc/misc/communication/channel/test2/ |
H A D | test2.cpp | 60 int val; local 65 cout << "Proc1:: Read. Value = " << val << "\n"; local 68 cout << "Proc1:: Read completed. Value = " << val << "\n"; local 70 cout << "Proc1:: Read. Value = " << val << "\n"; local
|
/gem5/src/systemc/tests/systemc/misc/communication/channel/test3/ |
H A D | test3.cpp | 60 int val; local 65 cout << "Proc1:: Read. Value = " << val << "\n"; local 67 cout << "Proc1:: Read. Value = " << val << "\n"; local 69 cout << "Proc1:: Read. Value = " << val << "\n"; local 74 cout << "Proc1:: Read. Value = " << val << "\n"; local 76 cout << "Proc1:: Read. Value = " << val << "\\n"; local 78 cout << "Proc1:: Read. Value = " << val << "\\n"; local 80 cout << "Proc1:: Read. Value = " << val << "\\n"; local 82 cout << "Proc1:: Read. Value = " << val << "\\n"; local 84 cout << "Proc1:: Read. Value = " << val << "\\n"; local 89 cout << "Proc1:: Read. Value = " << val << "\\n"; local [all...] |
/gem5/src/systemc/tests/systemc/misc/communication/channel/test4/ |
H A D | test4.cpp | 60 int val; local 65 cout << "Proc1:: Read. Value = " << val << "\n"; local 67 cout << "Proc1:: Read. Value = " << val << "\n"; local 69 cout << "Proc1:: Read. Value = " << val << "\n"; local 74 cout << "Proc1:: Read. Value = " << val << "\n"; local 76 cout << "Proc1:: Read. Value = " << val << "\\n"; local 78 cout << "Proc1:: Read. Value = " << val << "\\n"; local 80 cout << "Proc1:: Read. Value = " << val << "\\n"; local 82 cout << "Proc1:: Read. Value = " << val << "\\n"; local 84 cout << "Proc1:: Read. Value = " << val << "\\n"; local 89 cout << "Proc1:: Read. Value = " << val << "\\n"; local [all...] |
/gem5/src/dev/alpha/ |
H A D | backdoor.cc | 206 uint64_t val = pkt->getLE<uint64_t>(); local [all...] |
/gem5/src/arch/riscv/ |
H A D | types.hh | 65 PCState(Addr val) : UPCState(val) { _compressed = false; _rv32 = false; } argument 70 void rv32(bool val) { _rv32 = val; } argument
|
H A D | isa.cc | 169 ISA::setMiscRegNoEffect(int misc_reg, RegVal val) argument 180 ISA::setMiscReg(int misc_reg, RegVal val, ThreadContext *tc) argument
|
/gem5/src/cpu/o3/ |
H A D | thread_context.hh | 334 setVecElemFlat(flattenRegId(reg).index(), reg.elemIndex(), val); variable 471 setVecLaneFlat(int idx, int lId, const LD& val) argument [all...] |
/gem5/src/cpu/checker/ |
H A D | thread_context.hh | 403 setNPC(Addr val) argument [all...] |