![]() |
Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
|
Macros | |
#define | BR_PC_INIT pc += (UInt32)size; |
#define | BR_PC_GET (pc - (UInt32)(SizeT)(lim - p)) |
#define | BR_CONVERT_VAL(v, c) |
#define | Z7_BRANCH_CONV(name) |
#define | Z7_BRANCH_FUNC_MAIN(name) |
#define | Z7_BRANCH_FUNC_IMP(name, m, encoding) |
#define | Z7_BRANCH_FUNCS_IMP(name) |
#define | BR_EXTERNAL_FOR for (;;) |
#define | BR_NEXT_ITERATION break; |
#define | Z7_UNLIKELY(x) |
#define | ARMT_TAIL_PROC { return p; } |
#define | BR_CONVERT_VAL_ENC(v) |
#define | BR_CONVERT_VAL_DEC(v) |
#define | RISCV_GET_UI32(p) |
#define | RISCV_SET_UI32(p, v) |
#define | RISCV_LOAD_VAL(p) |
#define | RISCV_INSTR_SIZE 2 |
#define | RISCV_STEP_1 (4 + RISCV_INSTR_SIZE) |
#define | RISCV_STEP_2 4 |
#define | RISCV_REG_VAL (2 << 7) |
#define | RISCV_CMD_VAL 3 |
#define | RISCV_DELTA_7F 0x7f |
#define | RISCV_CHECK_1(v, b) |
#define | RISCV_CHECK_2(v, r) |
#define | RISCV_SCAN_LOOP |
Functions | |
Z7_BRANCH_FUNC_MAIN (BranchConv_ARM64) | |
Z7_BRANCH_FUNC_MAIN (BranchConv_ARM) | |
Z7_BRANCH_FUNC_MAIN (BranchConv_PPC) | |
Z7_BRANCH_FUNC_MAIN (BranchConv_SPARC) | |
Z7_BRANCH_FUNC_MAIN (BranchConv_ARMT) | |
Z7_BRANCH_FUNC_MAIN (BranchConv_IA64) | |
Byte *Z7_BRANCH_CONV_ENC | RISCV (Byte *p, SizeT size, UInt32 pc) |
#define ARMT_TAIL_PROC { return p; } |
#define BR_CONVERT_VAL | ( | v, | |
c ) |
#define BR_CONVERT_VAL_ENC | ( | v | ) |
#define BR_EXTERNAL_FOR for (;;) |
#define BR_NEXT_ITERATION break; |
#define RISCV_CHECK_1 | ( | v, | |
b ) |
#define RISCV_CHECK_2 | ( | v, | |
r ) |
#define RISCV_CMD_VAL 3 |
#define RISCV_DELTA_7F 0x7f |
#define RISCV_GET_UI32 | ( | p | ) |
#define RISCV_INSTR_SIZE 2 |
#define RISCV_LOAD_VAL | ( | p | ) |
#define RISCV_REG_VAL (2 << 7) |
#define RISCV_SCAN_LOOP |
#define RISCV_SET_UI32 | ( | p, | |
v ) |
#define RISCV_STEP_1 (4 + RISCV_INSTR_SIZE) |
#define RISCV_STEP_2 4 |
#define Z7_BRANCH_CONV | ( | name | ) |
#define Z7_BRANCH_FUNC_IMP | ( | name, | |
m, | |||
encoding ) |
#define Z7_BRANCH_FUNC_MAIN | ( | name | ) |
#define Z7_BRANCH_FUNCS_IMP | ( | name | ) |
#define Z7_UNLIKELY | ( | x | ) |
Byte *Z7_BRANCH_CONV_DEC RISCV | ( | Byte * | p, |
SizeT | size, | ||
UInt32 | pc ) |
Z7_BRANCH_FUNC_MAIN | ( | BranchConv_ARM | ) |
Z7_BRANCH_FUNC_MAIN | ( | BranchConv_ARM64 | ) |
Z7_BRANCH_FUNC_MAIN | ( | BranchConv_ARMT | ) |
Z7_BRANCH_FUNC_MAIN | ( | BranchConv_IA64 | ) |
Z7_BRANCH_FUNC_MAIN | ( | BranchConv_PPC | ) |
Z7_BRANCH_FUNC_MAIN | ( | BranchConv_SPARC | ) |