|
Electroneum
|
#include <assert.h>#include <stddef.h>#include <stdint.h>#include <string.h>#include <stdio.h>#include <unistd.h>#include <sys/mman.h>#include "int-util.h"#include "hash-ops.h"#include "variant4_random_math.h"#include "CryptonightR_JIT.h"#include "CryptonightR_template.h"
Macros | |
| #define | APPEND_CODE(src, size) |
Functions | |
| int | v4_generate_JIT_code (const struct V4_Instruction *code, v4_random_math_JIT_func buf, const size_t buf_size) |
Variables | |
| static const uint8_t | prologue [] |
| static const uint8_t | epilogue [] |
| #define APPEND_CODE | ( | src, | |
| size | |||
| ) |
| int v4_generate_JIT_code | ( | const struct V4_Instruction * | code, |
| v4_random_math_JIT_func | buf, | ||
| const size_t | buf_size | ||
| ) |
|
static |
|
static |