Lines Matching refs:dis386
2347 struct dis386 { struct
2412 static const struct dis386 dis386[] = { variable
2703 static const struct dis386 dis386_twobyte[] = {
3300 static const struct dis386 reg_table[][8] = {
3673 static const struct dis386 prefix_table[][4] = {
6700 static const struct dis386 x86_64_table[][2] = {
6852 static const struct dis386 three_byte_table[][256] = {
7730 static const struct dis386 xop_table[][256] = {
8606 static const struct dis386 vex_table[][256] = {
9485 static const struct dis386 vex_len_table[][2] = {
10296 static const struct dis386 vex_w_table[][2] = {
11547 static const struct dis386 mod_table[][2] = {
11985 static const struct dis386 rm_table[][8] = {
12360 static const struct dis386 bad_opcode = { "(bad)", { XX } };
12364 static const struct dis386 *
12365 get_valid_dis386 (const struct dis386 *dp, disassemble_info *info) in get_valid_dis386()
12817 const struct dis386 *dp; in print_insn()
13039 dp = &dis386[*codep]; in print_insn()
13381 static const struct dis386 float_reg[][8] = {
13540 const struct dis386 *dp; in dofloat()