Go to the source code of this file.
◆ Opc_in_tbl
◆ Table_spec
#define Table_spec |
( |
|
t | ) |
t, sizeof(t) |
◆ uc
◆ adv_amd_decode()
◆ disp_size()
static size_t disp_size |
( |
void * |
seq | ) |
|
|
static |
◆ escape_len()
static size_t escape_len |
( |
void * |
seq | ) |
|
|
static |
◆ ins_len()
static size_t ins_len |
( |
void * |
seq | ) |
|
|
inlinestatic |
◆ is_prefix()
static bool is_prefix |
( |
void * |
ins | ) |
|
|
static |
◆ op4_imm()
static size_t op4_imm |
( |
void * |
seq | ) |
|
|
static |
◆ opc_in_table()
static bool opc_in_table |
( |
uc |
opc, |
|
|
const uc |
opc_tbl[], |
|
|
const size_t |
len |
|
) |
| |
|
inlinestatic |
◆ sib_byte()
static size_t sib_byte |
( |
void * |
seq | ) |
|
|
static |
◆ vex5_op4()
static bool vex5_op4 |
( |
void * |
seq | ) |
|
|
static |
◆ vex_op4()
static bool vex_op4 |
( |
void * |
seq | ) |
|
|
static |
◆ xop_op4()
static bool xop_op4 |
( |
void * |
seq | ) |
|
|
static |
◆ prefix_tbl
Initial value:= {
0x66,
0x67,
0x2e, 0x3e, 0x26, 0x64, 0x65, 0x36,
0xf0,
0xf2, 0xf3,
}
Definition at line 202 of file amd-xop.c.
◆ vex_op4_tbl
Initial value:= {
0x48,
0x49,
0x5c,
0x5d,
0x5e,
0x5f,
0x68,
0x69,
0x6a,
0x6b,
0x6c,
0x6d,
0x6e,
0x6f,
0x78,
0x79,
0x7a,
0x7b,
0x7c,
0x7d,
0x7e,
0x7f,
}
Definition at line 32 of file amd-xop.c.
◆ xop_op4_tbl
Initial value:= {
0x85,
0x86,
0x87,
0x8e,
0x8f,
0x95,
0x96,
0x97,
0x9f,
0xa2,
0xa3,
0xa6,
0xb6,
0xcc,
0xcd,
0xce,
0xcf,
0xec,
0xed,
0xee,
0xef,
}
Definition at line 57 of file amd-xop.c.