mc2lib
Public Member Functions | Protected Attributes | List of all members
mc2lib::codegen::armv7::Backend::Helper Class Reference

#include <armv7.hpp>

Public Member Functions

 Helper (char *&cnext, void *&code, std::size_t len)
 
void MovImm32 (Reg reg, std::uint32_t imm32)
 

Protected Attributes

char *& cnext__
 
void *& code
 
const std::size_t len
 

Constructor & Destructor Documentation

§ Helper()

mc2lib::codegen::armv7::Backend::Helper::Helper ( char *&  cnext,
void *&  code,
std::size_t  len 
)
inline

Member Function Documentation

§ MovImm32()

void mc2lib::codegen::armv7::Backend::Helper::MovImm32 ( Reg  reg,
std::uint32_t  imm32 
)
inline

Member Data Documentation

§ cnext__

char*& mc2lib::codegen::armv7::Backend::Helper::cnext__
protected

§ code

void*& mc2lib::codegen::armv7::Backend::Helper::code
protected

§ len

const std::size_t mc2lib::codegen::armv7::Backend::Helper::len
protected

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