X-Boost  2.3.8
Public Types | Public Member Functions | List of all members
jit Class Reference

#include <JITHaarFeature.h>

Public Types

typedef int(* callback )(const unsigned int *) __attribute__((fastcall))
 

Public Member Functions

void clear ()
 
callback GetProcAddr () const
 Return the current procedure addres.
 
void move (int offset)
 
void add (int offset)
 
void sub (int offset)
 
void mul (int f)
 NOTE: offset in bytes and not in uint32_t!!!
 
void retq ()
 complete and return the procedure
 

Detailed Description

a uint32 memory accumulator JIT

Member Function Documentation

void jit::add ( int  offset)
inline

add to accumulator mem+offset NOTE: offset in bytes and not in uint32_t!!!

void jit::move ( int  offset)
inline

move in accumulator mem+offset NOTE: offset in bytes and not in uint32_t!!!

void jit::sub ( int  offset)
inline

suubtract from accumulator mem+offset NOTE: offset in bytes and not in uint32_t!!!


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