PROLEAD
A Probing-Based Leakage Detection Tool for Hardware and Software
Loading...
Searching...
No Matches
Namespaces | Enumerations | Functions
shift_types.h File Reference
#include <ostream>

Go to the source code of this file.

Namespaces

namespace  mulator
 

Enumerations

enum class  mulator::ShiftType {
  mulator::LSL , mulator::LSR , mulator::ASR , mulator::ROR ,
  mulator::RRX
}
 

Functions

std::string mulator::to_string (const ShiftType &x)
 
std::ostream & mulator::operator<< (std::ostream &os, const ShiftType &x)