#include <JITHaarFeature.h>
|
|
typedef int(* | callback )(const unsigned int *) __attribute__((fastcall)) |
| |
|
|
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
|
| |
a uint32 memory accumulator JIT
| 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: