Searched defs:val (Results 1 - 25 of 165) sorted by relevance

1234567

/gem5/src/systemc/tests/systemc/misc/sim_tests/tri_state2/
H A Dts_buf.cpp47 sc_logic val; local
/gem5/src/systemc/tests/systemc/misc/user_guide/chpt6.1/
H A Dts_buf.cpp47 std_ulogic val; local
/gem5/src/arch/alpha/
H A Didle_event.cc43 RegVal val = tc->readMiscRegNoEffect(IPR_PALtemp23); local
/gem5/src/systemc/tests/systemc/communication/sc_fifo/test01/
H A Dtest01.cpp50 int val = 0; local
72 int val; local
/gem5/src/systemc/tests/systemc/communication/sc_fifo/test03/
H A Dtest03.cpp50 int val = 0; local
83 int val; local
/gem5/src/systemc/tests/systemc/communication/sc_fifo/test04/
H A Dtest04.cpp58 int val = 0; local
92 int val; local
[all...]
/gem5/src/systemc/tests/systemc/communication/sc_fifo/test05/
H A Dtest05.cpp58 int val = 0; local
93 int val; local
[all...]
/gem5/src/dev/x86/
H A Dspeaker.cc61 SpeakerControl val = pkt->getLE<uint8_t>(); local
/gem5/src/arch/arm/
H A Disa_device.cc61 DummyISADevice::setMiscReg(int misc_reg, RegVal val) argument
/gem5/src/base/
H A Dtrie.test.cc42 static inline uint32_t *ptr(uintptr_t val) argument
/gem5/src/arch/x86/bios/
H A De820.cc50 void writeVal(T val, PortProxy& proxy, Addr &addr) argument
/gem5/src/base/filters/
H A Dh3_bloom_filter.cc377 uint64_t val = local
/gem5/ext/fputils/tests/
H A Dfp80_cvfd.c99 double val = ldexp(x, exp); local
H A Dfp80_cvtf.c61 double val = ldexp(x, exp); local
/gem5/src/arch/x86/
H A Dutility.hh134 inline uint64_t getDoubleBits(double val) { argument
/gem5/src/systemc/tests/systemc/communication/sc_fifo/test06/
H A Dtest06.cpp58 int val = 0; local
87 int val; local
/gem5/src/systemc/tests/systemc/misc/communication/channel/test1/
H A Dtest1.cpp60 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 Dtest2.cpp60 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 Dtest3.cpp60 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 Dtest4.cpp60 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 Dbackdoor.cc206 uint64_t val = pkt->getLE<uint64_t>(); local
[all...]
/gem5/src/arch/riscv/
H A Dtypes.hh65 PCState(Addr val) : UPCState(val) { _compressed = false; _rv32 = false; } argument
70 void rv32(bool val) { _rv32 = val; } argument
H A Disa.cc169 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 Dthread_context.hh334 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 Dthread_context.hh403 setNPC(Addr val) argument
[all...]

Completed in 28 milliseconds

1234567