Go to the source code of this file.
#define REPLACEMENT_PATCH_SIZE 4 /* bytes */ |
#define SUPPORT_CONST_LOGICAL 1 /* AND, OR, XOR with immediates */ |
#define SUPPORT_CONST_MUL 1 /* mutiply with immediate */ |
#define SUPPORT_CONST_STORE 1 /* do we support const stores */ |
#define SUPPORT_CONST_STORE_ZERO_ONLY 1 /* on some risc machines we can */ |
#define SUPPORT_DIVISION 0 |
#define SUPPORT_DOUBLE_CMP 1 |
#define SUPPORT_DOUBLE_CMP 1 |
#define SUPPORT_FLOAT_CMP 1 |
#define SUPPORT_FLOAT_CMP 1 |
#define SUPPORT_LONG_ADD 1 |
#define SUPPORT_LONG_CMP 1 |
#define SUPPORT_LONG_DIV 0 |
#define SUPPORT_LONG_DIV_POW2 1 |
#define SUPPORT_LONG_MUL 1 |
#define SUPPORT_LONG_REM_POW2 1 |
#define SUPPORT_LONG_SHIFT 1 |