libmicroemu 0.2.0
ARM Microcontroller Emulator Library
Loading...
Searching...
No Matches
libmicroemu::internal::Eor2ShiftOp< TInstrContext > Class Template Reference

Exclusive Or operation. More...

#include <ternary_instr_with_shift.h>

Static Public Member Functions

template<typename TDest, typename TArg0, typename TArg1>
static Result< InstrExecFlagsSet > Call (TInstrContext &ictx, const InstrFlagsSet &iflags, const TDest &rd, const TArg0 &rn, const TArg1 &rm, const ImmShiftResults &shift_res)
 

Detailed Description

template<typename TInstrContext>
class libmicroemu::internal::Eor2ShiftOp< TInstrContext >

Exclusive Or operation.

see Armv7-M Architecture Reference Manual Issue E.e p.233


The documentation for this class was generated from the following file: