| /xsrc/external/mit/xorg-server/dist/hw/xfree86/int10/ |
| xf86x86emu.h | 3 * execute BIOS int 10h calls in x86 real mode environment 16 #define X86_EAX M.x86.R_EAX 17 #define X86_EBX M.x86.R_EBX 18 #define X86_ECX M.x86.R_ECX 19 #define X86_EDX M.x86.R_EDX 20 #define X86_ESI M.x86.R_ESI 21 #define X86_EDI M.x86.R_EDI 22 #define X86_EBP M.x86.R_EBP 23 #define X86_EIP M.x86.R_EIP 24 #define X86_ESP M.x86.R_ES [all...] |
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/int10/ |
| xf86x86emu.h | 3 * execute BIOS int 10h calls in x86 real mode environment 16 #define X86_EAX M.x86.R_EAX 17 #define X86_EBX M.x86.R_EBX 18 #define X86_ECX M.x86.R_ECX 19 #define X86_EDX M.x86.R_EDX 20 #define X86_ESI M.x86.R_ESI 21 #define X86_EDI M.x86.R_EDI 22 #define X86_EBP M.x86.R_EBP 23 #define X86_EIP M.x86.R_EIP 24 #define X86_ESP M.x86.R_ES [all...] |
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/x86emu/ |
| decode.c | 3 * Realmode X86 Emulator Library 64 if (M.x86.intr & INTR_SYNCH) { 65 intno = M.x86.intno; 70 push_word((u16) M.x86.R_FLG); 73 push_word(M.x86.R_CS); 74 M.x86.R_CS = mem_access_word(intno * 4 + 2); 75 push_word(M.x86.R_IP); 76 M.x86.R_IP = mem_access_word(intno * 4); 77 M.x86.intr = 0; 93 M.x86.intno = intrnum [all...] |
| debug.c | 3 * Realmode X86 Emulator Library 64 printk("%04x:%04x ", M.x86.saved_cs, M.x86.saved_ip); 65 print_encoded_bytes(M.x86.saved_cs, M.x86.saved_ip); 85 printk("%04x:%04x ", M.x86.saved_cs, M.x86.saved_ip); 86 print_encoded_bytes(M.x86.saved_cs, M.x86.saved_ip); 122 tregs.x86.R_IP = off [all...] |
| ops.c | 3 * Realmode X86 Emulator Library 36 * and emulation of all the x86 processor instructions. 88 if (M.x86.R_SP != 0) { 89 DECODE_PRINTF("ILLEGAL X86 OPCODE\n"); 91 DB(printk("%04x:%04x: %02X ILLEGAL X86 OPCODE!\n", 92 M.x86.R_CS, M.x86.R_IP - 1, op1)); 181 if (M.x86.mode & SYSMODE_PREFIX_DATA) { 209 if (M.x86.mode & SYSMODE_PREFIX_DATA) { 237 if (M.x86.mode & SYSMODE_PREFIX_DATA) [all...] |
| validate.c | 3 * Realmode X86 Emulator Library 35 * Description: Program to validate the x86 emulator library for 37 * functions against the real x86 CPU, and compare the result 67 M.x86.R_EFLG = inflags = flags = def_flags; \ 73 if (r != r_asm || M.x86.R_EFLG != flags) \ 81 if (M.x86.R_EFLG != flags) \ 89 r, #name, d, s, print_flags(buf1,inflags), print_flags(buf2,M.x86.R_EFLG)); \ 97 r, #name, d, s, print_flags(buf1,inflags), print_flags(buf2,M.x86.R_EFLG)); \ 105 r, #name, d, s, print_flags(buf1,inflags), print_flags(buf2,M.x86.R_EFLG)); \ 111 M.x86.R_EFLG = inflags = flags = def_flags | (ALL_FLAGS & ~F_OF); [all...] |
| prim_ops.c | 3 * Realmode X86 Emulator Library 1376 /* was (M.x86.R_FLG&F_CF)==F_CF)), */ 2159 s16 res = (s16) ((s8) M.x86.R_AL * (s8) s); 2161 M.x86.R_AX = res; 2162 if (((M.x86.R_AL & 0x80) == 0 && M.x86.R_AH == 0x00) || 2163 ((M.x86.R_AL & 0x80) != 0 && M.x86.R_AH == 0xFF)) { 2180 s32 res = (s16) M.x86.R_AX * (s16) s; 2182 M.x86.R_AX = (u16) res [all...] |
| ops2.c | 3 * Realmode X86 Emulator Library 36 * and emulation of all the x86 extended two-byte processor 62 DECODE_PRINTF("ILLEGAL EXTENDED X86 OPCODE\n"); 64 printk("%04x:%04x: %02X ILLEGAL EXTENDED X86 OPCODE!\n", 65 M.x86.R_CS, M.x86.R_IP - 2, op2); 97 M.x86.R_EAX = counter & 0xffffffff; 98 M.x86.R_EDX = counter >> 32; 100 M.x86.R_EAX = counter; 101 M.x86.R_EDX = 0 [all...] |
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/x86emu/ |
| decode.c | 3 * Realmode X86 Emulator Library 53 if (M.x86.intr & INTR_SYNCH) { 54 intno = M.x86.intno; 58 push_word((u16)M.x86.R_FLG); 61 push_word(M.x86.R_CS); 62 M.x86.R_CS = mem_access_word(intno * 4 + 2); 63 push_word(M.x86.R_IP); 64 M.x86.R_IP = mem_access_word(intno * 4); 65 M.x86.intr = 0; 81 M.x86.intno = intrnum [all...] |
| debug.c | 3 * Realmode X86 Emulator Library 63 printk("%04x:%04x ",M.x86.saved_cs, M.x86.saved_ip); 64 print_encoded_bytes( M.x86.saved_cs, M.x86.saved_ip); 82 printk("%04x:%04x ",M.x86.saved_cs, M.x86.saved_ip); 83 print_encoded_bytes( M.x86.saved_cs, M.x86.saved_ip); 117 tregs.x86.R_IP = off [all...] |
| ops.c | 3 * Realmode X86 Emulator Library 36 * and emulation of all the x86 processor instructions. 88 if (M.x86.R_SP != 0) { 89 DECODE_PRINTF("ILLEGAL X86 OPCODE\n"); 91 DB( printk("%04x:%04x: %02X ILLEGAL X86 OPCODE!\n", 92 M.x86.R_CS, M.x86.R_IP-1,op1)); 179 if (M.x86.mode & SYSMODE_PREFIX_DATA) { 206 if (M.x86.mode & SYSMODE_PREFIX_DATA) { 233 if (M.x86.mode & SYSMODE_PREFIX_DATA) [all...] |
| validate.c | 3 * Realmode X86 Emulator Library 35 * Description: Program to validate the x86 emulator library for 37 * functions against the real x86 CPU, and compare the result 67 M.x86.R_EFLG = inflags = flags = def_flags; \ 73 if (r != r_asm || M.x86.R_EFLG != flags) \ 81 if (M.x86.R_EFLG != flags) \ 89 r, #name, d, s, print_flags(buf1,inflags), print_flags(buf2,M.x86.R_EFLG)); \ 97 r, #name, d, s, print_flags(buf1,inflags), print_flags(buf2,M.x86.R_EFLG)); \ 105 r, #name, d, s, print_flags(buf1,inflags), print_flags(buf2,M.x86.R_EFLG)); \ 111 M.x86.R_EFLG = inflags = flags = def_flags | (ALL_FLAGS & ~F_OF); [all...] |
| prim_ops.c | 3 * Realmode X86 Emulator Library 1326 /* was (M.x86.R_FLG&F_CF)==F_CF)), */ 2051 s16 res = (s16)((s8)M.x86.R_AL * (s8)s); 2053 M.x86.R_AX = res; 2054 if (((M.x86.R_AL & 0x80) == 0 && M.x86.R_AH == 0x00) || 2055 ((M.x86.R_AL & 0x80) != 0 && M.x86.R_AH == 0xFF)) { 2070 s32 res = (s16)M.x86.R_AX * (s16)s; 2072 M.x86.R_AX = (u16)res [all...] |
| ops2.c | 3 * Realmode X86 Emulator Library 36 * and emulation of all the x86 extended two-byte processor 62 DECODE_PRINTF("ILLEGAL EXTENDED X86 OPCODE\n"); 64 printk("%04x:%04x: %02X ILLEGAL EXTENDED X86 OPCODE!\n", 65 M.x86.R_CS, M.x86.R_IP-2,op2); 96 M.x86.R_EAX = counter & 0xffffffff; 97 M.x86.R_EDX = counter >> 32; 99 M.x86.R_EAX = counter; 100 M.x86.R_EDX = 0 [all...] |
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/x86emu/x86emu/ |
| debug.h | 3 * Realmode X86 Emulator Library 52 #define CHECK_IP_FETCH() (M.x86.check & CHECK_IP_FETCH_F) 53 #define CHECK_SP_ACCESS() (M.x86.check & CHECK_SP_ACCESS_F) 54 #define CHECK_MEM_ACCESS() (M.x86.check & CHECK_MEM_ACCESS_F) 55 #define CHECK_DATA_ACCESS() (M.x86.check & CHECK_DATA_ACCESS_F) 64 #define DEBUG_INSTRUMENT() (M.x86.debug & DEBUG_INSTRUMENT_F) 65 #define DEBUG_DECODE() (M.x86.debug & DEBUG_DECODE_F) 66 #define DEBUG_TRACE() (M.x86.debug & DEBUG_TRACE_F) 67 #define DEBUG_STEP() (M.x86.debug & DEBUG_STEP_F) 68 #define DEBUG_DISASSEMBLE() (M.x86.debug & DEBUG_DISASSEMBLE_F [all...] |
| prim_x86_gcc.h | 30 * Environment: GCC on i386 or x86-64 33 * Description: This file defines a few x86 macros that can be used by the 46 #error This file is intended to be used by gcc on i386 or x86-64 system
|
| regs.h | 3 * Realmode X86 Emulator Library 35 * Description: Header file for x86 register definitions. 208 #define TOGGLE_FLAG(flag) (M.x86.R_FLG ^= (flag)) 209 #define SET_FLAG(flag) (M.x86.R_FLG |= (flag)) 210 #define CLEAR_FLAG(flag) (M.x86.R_FLG &= ~(flag)) 211 #define ACCESS_FLAG(flag) (M.x86.R_FLG & (flag)) 212 #define CLEARALL_FLAG(m) (M.x86.R_FLG = 0) 303 x86 - X86 registers 309 X86EMU_regs x86; member in struct:__anon10103 [all...] |
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/x86emu/x86emu/ |
| debug.h | 3 * Realmode X86 Emulator Library 52 # define CHECK_IP_FETCH() (M.x86.check & CHECK_IP_FETCH_F) 53 # define CHECK_SP_ACCESS() (M.x86.check & CHECK_SP_ACCESS_F) 54 # define CHECK_MEM_ACCESS() (M.x86.check & CHECK_MEM_ACCESS_F) 55 # define CHECK_DATA_ACCESS() (M.x86.check & CHECK_DATA_ACCESS_F) 64 # define DEBUG_INSTRUMENT() (M.x86.debug & DEBUG_INSTRUMENT_F) 65 # define DEBUG_DECODE() (M.x86.debug & DEBUG_DECODE_F) 66 # define DEBUG_TRACE() (M.x86.debug & DEBUG_TRACE_F) 67 # define DEBUG_STEP() (M.x86.debug & DEBUG_STEP_F) 68 # define DEBUG_DISASSEMBLE() (M.x86.debug & DEBUG_DISASSEMBLE_F [all...] |
| prim_x86_gcc.h | 30 * Environment: GCC on i386 or x86-64 33 * Description: This file defines a few x86 macros that can be used by the 46 #error This file is intended to be used by gcc on i386 or x86-64 system
|
| regs.h | 3 * Realmode X86 Emulator Library 35 * Description: Header file for x86 register definitions. 205 #define TOGGLE_FLAG(flag) (M.x86.R_FLG ^= (flag)) 206 #define SET_FLAG(flag) (M.x86.R_FLG |= (flag)) 207 #define CLEAR_FLAG(flag) (M.x86.R_FLG &= ~(flag)) 208 #define ACCESS_FLAG(flag) (M.x86.R_FLG & (flag)) 209 #define CLEARALL_FLAG(m) (M.x86.R_FLG = 0) 300 x86 - X86 registers 306 X86EMU_regs x86; member in struct:__anon10698 [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/x86/ |
| x86_xform.c | 27 * Intel x86 assembly code by Josh Vanderhoof 52 DECLARE_XFORM_GROUP( x86, 2 ) 53 DECLARE_XFORM_GROUP( x86, 3 ) 54 DECLARE_XFORM_GROUP( x86, 4 ) 93 ASSIGN_XFORM_GROUP( x86, 2 ); 94 ASSIGN_XFORM_GROUP( x86, 3 ); 95 ASSIGN_XFORM_GROUP( x86, 4 ); 101 _math_test_all_transform_functions( "x86" ); 102 _math_test_all_cliptest_functions( "x86" );
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/x86/ |
| x86_xform.c | 27 * Intel x86 assembly code by Josh Vanderhoof 52 DECLARE_XFORM_GROUP( x86, 2 ) 53 DECLARE_XFORM_GROUP( x86, 3 ) 54 DECLARE_XFORM_GROUP( x86, 4 ) 93 ASSIGN_XFORM_GROUP( x86, 2 ); 94 ASSIGN_XFORM_GROUP( x86, 3 ); 95 ASSIGN_XFORM_GROUP( x86, 4 ); 101 _math_test_all_transform_functions( "x86" ); 102 _math_test_all_cliptest_functions( "x86" );
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/ |
| Makefile.sources | 604 x86/common_x86.c \ 605 x86/x86_xform.c \ 606 x86/3dnow.c \ 607 x86/sse.c \ 608 x86/rtasm/x86sse.c \ 609 x86/rtasm/x86sse.h \ 611 x86-64/x86-64.c 614 x86/assyntax.h \ 615 x86/clip_args.h [all...] |
| Android.mesa_gen_matypes.mk | 28 ifeq ($(TARGET_ARCH),x86) 41 x86/gen_matypes.c 46 endif # x86
|
| /xsrc/external/mit/xf86-video-intel-old/dist/src/ivch/ |
| ivch_reg.h | 260 #define VR86 0x86
|