Searched refs:need (Results 1 - 3 of 3) sorted by relevance

/gem5/src/base/
H A Dcp_annotate.cc152 // This code is ISA specific and will need to be changed
191 // check if we need to link to the previous state machine
647 int need = qBytes[qi-1] - size; local
649 while (need > 0) {
656 if (tail_bytes > need) {
657 qData[qi-1].back()->data -= need;
658 need = 0;
659 } else if (tail_bytes == need) {
662 need = 0;
666 need
1027 int32_t need = count; local
[all...]
/gem5/ext/systemc/src/sysc/datatypes/int/
H A Dsc_nbfriends.inc32 or, and xor) need the 2's complement representations of
/gem5/src/systemc/dt/int/
H A Dsc_nbfriends.inc32 or, and xor) need the 2's complement representations of

Completed in 10 milliseconds