Searched defs:width (Results 1 - 25 of 45) sorted by relevance

12

/gem5/src/systemc/tests/systemc/misc/user_guide/chpt10.1/
H A Dmain.cpp46 int width = 4; local
/gem5/src/cpu/simple/
H A DAtomicSimpleCPU.py61 width = Param.Int(1, "CPU width") variable in class:AtomicSimpleCPU
H A Datomic.hh65 const int width; member in class:AtomicSimpleCPU
/gem5/src/base/
H A Dcondcodes.hh43 findCarry(int width, uint64_t dest, uint64_t src1, uint64_t src2) { argument
55 findOverflow(int width, uint64_t dest, uint64_t src1, uint64_t src2) { argument
65 findParity(int width, uint64_t dest) { argument
81 findNegative(int width, uint64_t dest) { argument
90 findZero(int width, uint64_ argument
[all...]
H A Dframebuffer.hh98 unsigned width() const { return _width; } function in class:FrameBuffer
H A Dpixel.cc67 PixelConverter::Channel::Channel(unsigned _offset, unsigned width) argument
H A Dpngwriter.cc119 unsigned width = fb.width(); local
H A Dframebuffer.cc48 FrameBuffer::FrameBuffer(unsigned width, unsigned height) argument
82 FrameBuffer::resize(unsigned width, unsigned height) argument
H A Dtrie.hh188 insert(Key key, unsigned width, Value *val) argument
H A Dcprintf_formats.hh52 int width; member in struct:cp::Format
[all...]
/gem5/ext/drampower/src/
H A DMemArchitectureSpec.h57 int64_t width; member in class:Data::MemArchitectureSpec
/gem5/src/systemc/utils/
H A Dsc_trace_file.cc285 sc_trace(sc_trace_file *tf, const unsigned char &v, const std::string &name, int width) argument
292 sc_trace(sc_trace_file *tf, const unsigned char *v, const std::string &name, int width) argument
299 sc_trace(sc_trace_file *tf, const unsigned short &v, const std::string &name, int width) argument
306 sc_trace(sc_trace_file *tf, const unsigned short *v, const std::string &name, int width) argument
313 sc_trace(sc_trace_file *tf, const unsigned int &v, const std::string &name, int width) argument
320 sc_trace(sc_trace_file *tf, const unsigned int *v, const std::string &name, int width) argument
327 sc_trace(sc_trace_file *tf, const unsigned long &v, const std::string &name, int width) argument
334 sc_trace(sc_trace_file *tf, const unsigned long *v, const std::string &name, int width) argument
341 sc_trace(sc_trace_file *tf, const char &v, const std::string &name, int width) argument
347 sc_trace(sc_trace_file *tf, const char *v, const std::string &name, int width) argument
353 sc_trace(sc_trace_file *tf, const short &v, const std::string &name, int width) argument
360 sc_trace(sc_trace_file *tf, const short *v, const std::string &name, int width) argument
367 sc_trace(sc_trace_file *tf, const int &v, const std::string &name, int width) argument
373 sc_trace(sc_trace_file *tf, const int *v, const std::string &name, int width) argument
379 sc_trace(sc_trace_file *tf, const long &v, const std::string &name, int width) argument
385 sc_trace(sc_trace_file *tf, const long *v, const std::string &name, int width) argument
391 sc_trace(sc_trace_file *tf, const sc_dt::int64 &v, const std::string &name, int width) argument
398 sc_trace(sc_trace_file *tf, const sc_dt::int64 *v, const std::string &name, int width) argument
405 sc_trace(sc_trace_file *tf, const sc_dt::uint64 &v, const std::string &name, int width) argument
412 sc_trace(sc_trace_file *tf, const sc_dt::uint64 *v, const std::string &name, int width) argument
419 sc_trace(sc_trace_file *tf, const sc_signal_in_if<char> &v, const std::string &name, int width) argument
427 sc_trace(sc_trace_file *tf, const sc_signal_in_if<short> &v, const std::string &name, int width) argument
435 sc_trace(sc_trace_file *tf, const sc_signal_in_if<int> &v, const std::string &name, int width) argument
443 sc_trace(sc_trace_file *tf, const sc_signal_in_if<long> &v, const std::string &name, int width) argument
[all...]
H A Dvcd.hh84 addNewTraceVal(const typename TV::TracedType *v, const std::string &name, int width=1) argument
[all...]
H A Dtracefile.hh57 int width() { return _width; } function in class:sc_gem5::TraceValBase
[all...]
/gem5/src/systemc/tests/systemc/kernel/process_control/test06/
H A Dtest06.cpp21 void proc_tree( unsigned depth, unsigned width, bool as_method, bool spawn_only ) argument
/gem5/src/kern/linux/
H A Dprintk.cc58 int width = 0; local
[all...]
/gem5/system/alpha/console/
H A Dprintf.c68 PutNumber(long value, int radix, int width, char fill) argument
[all...]
/gem5/ext/mcpat/cacti/
H A Dcrossbar.cc105 double width /*per tristate*/ = g_area / (CB_ADJ * g_tp.cell_h_def); local
/gem5/src/cpu/minor/
H A Dpipe_data.cc226 ForwardInstData::ForwardInstData(unsigned int width, ThreadID tid) : argument
262 ForwardInstData::resize(unsigned int width) argument
H A Dpipe_data.hh275 unsigned int width() const { return numInsts; } function in class:Minor::ForwardInstData
/gem5/src/mem/
H A DXBar.py75 width = Param.Unsigned("Datapath width per port (bytes)") variable in class:BaseXBar
139 width = 32 variable in class:L2XBar
163 width = 16 variable in class:SystemXBar
192 width = 16 variable in class:IOXBar
/gem5/src/arch/hsail/insts/
H A Dbranch.hh56 Brig::BrigWidth8_t width; member in class:HsailISA::BrnInstBase
171 Brig::BrigWidth8_t width; member in class:HsailISA::CbrInstBase
340 ImmOperand<uint32_t> width; member in class:HsailISA::BrInstBase
[all...]
/gem5/src/dev/
H A Dpixelpump.hh105 unsigned width; member in struct:DisplayTimings
/gem5/src/base/vnc/
H A Dvncserver.hh129 uint16_t width; member in struct:VncServer::FrameBufferRect
H A Dvncinput.hh133 uint16_t width; member in struct:VncInput::FrameBufferUpdateReq

Completed in 31 milliseconds

12