gem5  v21.2.1.1
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Namespaces | Functions
condcodes.hh File Reference
#include "base/bitfield.hh"

Go to the source code of this file.

Namespaces

 gem5
 Reference material can be found at the JEDEC website: UFS standard http://www.jedec.org/standards-documents/results/jesd220 UFS HCI specification http://www.jedec.org/standards-documents/results/jesd223.
 

Functions

static bool gem5::findCarry (int width, uint64_t dest, uint64_t src1, uint64_t src2)
 Calculate the carry flag from an addition. More...
 
static bool gem5::findOverflow (int width, uint64_t dest, uint64_t src1, uint64_t src2)
 Calculate the overflow flag from an addition. More...
 
static bool gem5::findParity (int width, uint64_t dest)
 Calculate the parity of a value. More...
 
static bool gem5::findNegative (int width, uint64_t dest)
 Calculate the negative flag. More...
 
static bool gem5::findZero (int width, uint64_t dest)
 Calculate the zero flag. More...
 

Generated on Wed May 4 2022 12:14:15 for gem5 by doxygen 1.8.17