Searched defs:zero (Results 1 - 15 of 15) sorted by relevance

/gem5/src/kern/linux/
H A Dprintk.cc57 bool zero = false; local
/gem5/src/cpu/
H A Dtimebuf.hh239 wire zero() function in class:TimeBuffer
/gem5/ext/drampower/src/
H A DCmdHandlers.cc48 int64_t zero = 0; local
H A DCommandAnalysis.h152 int64_t zero; member in class:Data::CommandAnalysis
/gem5/src/arch/generic/
H A Dvec_reg.hh196 zero() { container.zero(); } function in class:VecRegT
295 void zero() { memset(container.data(), 0, SIZE); } function in class:VecRegContainer
/gem5/src/base/
H A Dstatistics.hh113 bool zero() const { return s.zero(); } function in class:Stats::InfoProxy
217 bool zero() const { return true; } function in class:Stats::InfoAccess
[all...]
H A Dstatistics.cc318 int zero = size / 2; // round down! local
496 Formula::zero() const function in class:Stats::Formula
/gem5/ext/systemc/src/sysc/datatypes/fx/
H A Dscfx_rep.h569 bool zero = true; local
587 bool zero = ( m_mant[wi] & ~( ((word)-1) << bi ) ) == 0; local
774 bool zero; local
[all...]
/gem5/src/systemc/ext/dt/fx/
H A Dscfx_rep.hh481 bool zero = true; local
498 bool zero = (m_mant[wi] & ~(((word)-1) << bi)) == 0; local
669 bool zero; local
[all...]
/gem5/tests/test-progs/asmtest/src/riscv/isa/macros/mt/
H A Dtest_macros_mt_ecall.h201 addi t4, zero, 1 variable
/gem5/ext/systemc/src/sysc/datatypes/bit/
H A Dsc_proxy.h1523 uint64 zero = 0; local
/gem5/src/systemc/ext/dt/bit/
H A Dsc_proxy.hh1320 uint64 zero = 0; local
/gem5/system/alpha/h/
H A DfromHudsonOsf.h394 #define zero $31 /* Zero Register */ macro
/gem5/src/arch/x86/
H A Dprocess.cc650 uint64_t zero = 0; local
/gem5/src/sim/
H A Dsyscall_emul.cc267 uint8_t zero = 0; local

Completed in 52 milliseconds