Searched refs:tbl_fpu_ext (Results 1 – 3 of 3) sorted by relevance
/external/google-breakpad/src/third_party/libdisasm/ |
D | ia32_insn.c | 442 ia32_tables[subtable].type == tbl_fpu_ext ) { in ia32_table_lookup() 526 table_desc->type == tbl_fpu_ext ) && in ia32_table_lookup()
|
D | ia32_insn.h | 198 tbl_fpu_ext /* fpu extension : C0-FF -> 00-1F */ enumerator
|
D | ia32_opcode_tables.c | 2860 { tbl_D8C0, tbl_fpu_ext, 0x00, 0xFF, 0xC0, 0xFF }, 2862 { tbl_D9C0, tbl_fpu_ext, 0x00, 0xFF, 0xC0, 0xFF }, 2865 { tbl_DAC0, tbl_fpu_ext, 0x00, 0xFF, 0xC0, 0xFF }, 2867 { tbl_DBC0, tbl_fpu_ext, 0x00, 0xFF, 0xC0, 0xFF }, 2869 { tbl_DCC0, tbl_fpu_ext, 0x00, 0xFF, 0xC0, 0xFF }, 2872 { tbl_DDC0, tbl_fpu_ext, 0x00, 0xFF, 0xC0, 0xFF }, 2874 { tbl_DEC0, tbl_fpu_ext, 0x00, 0xFF, 0xC0, 0xFF }, 2877 { tbl_DFC0, tbl_fpu_ext, 0x00, 0xFF, 0xC0, 0xFF },
|