ReactOS 0.4.16-dev-838-g27bb510
|
#include <windef.h>
#include <debug.h>
#include <fast486.h>
#include "opcodes.h"
#include "common.h"
Go to the source code of this file.
Functions | |
static ULONG | Fast486ArithmeticOperation (PFAST486_STATE State, INT Operation, ULONG FirstValue, ULONG SecondValue, UCHAR Bits) |
static ULONG | Fast486RotateOperation (PFAST486_STATE State, INT Operation, ULONG Value, UCHAR Bits, UCHAR Count) |
FAST486_OPCODE_HANDLER (Fast486OpcodeGroup8082) | |
FAST486_OPCODE_HANDLER (Fast486OpcodeGroup81) | |
FAST486_OPCODE_HANDLER (Fast486OpcodeGroup83) | |
FAST486_OPCODE_HANDLER (Fast486OpcodeGroup8F) | |
FAST486_OPCODE_HANDLER (Fast486OpcodeGroupC0) | |
FAST486_OPCODE_HANDLER (Fast486OpcodeGroupC1) | |
FAST486_OPCODE_HANDLER (Fast486OpcodeGroupC6) | |
FAST486_OPCODE_HANDLER (Fast486OpcodeGroupC7) | |
FAST486_OPCODE_HANDLER (Fast486OpcodeGroupD0) | |
FAST486_OPCODE_HANDLER (Fast486OpcodeGroupD1) | |
FAST486_OPCODE_HANDLER (Fast486OpcodeGroupD2) | |
FAST486_OPCODE_HANDLER (Fast486OpcodeGroupD3) | |
FAST486_OPCODE_HANDLER (Fast486OpcodeGroupF6) | |
FAST486_OPCODE_HANDLER (Fast486OpcodeGroupF7) | |
FAST486_OPCODE_HANDLER (Fast486OpcodeGroupFE) | |
FAST486_OPCODE_HANDLER (Fast486OpcodeGroupFF) | |
FAST486_OPCODE_HANDLER (Fast486ExtOpcodeGroup0F00) | |
FAST486_OPCODE_HANDLER (Fast486ExtOpcodeGroup0F01) | |
FAST486_OPCODE_HANDLER (Fast486ExtOpcodeGroup0FB9) | |
FAST486_OPCODE_HANDLER (Fast486ExtOpcodeGroup0FBA) | |
FAST486_OPCODE_HANDLER | ( | Fast486ExtOpcodeGroup0F00 | ) |
Definition at line 1749 of file opgroups.c.
FAST486_OPCODE_HANDLER | ( | Fast486ExtOpcodeGroup0F01 | ) |
Definition at line 2058 of file opgroups.c.
FAST486_OPCODE_HANDLER | ( | Fast486ExtOpcodeGroup0FB9 | ) |
Definition at line 2298 of file opgroups.c.
FAST486_OPCODE_HANDLER | ( | Fast486ExtOpcodeGroup0FBA | ) |
Definition at line 2316 of file opgroups.c.
FAST486_OPCODE_HANDLER | ( | Fast486OpcodeGroup8082 | ) |
Definition at line 299 of file opgroups.c.
FAST486_OPCODE_HANDLER | ( | Fast486OpcodeGroup81 | ) |
Definition at line 337 of file opgroups.c.
FAST486_OPCODE_HANDLER | ( | Fast486OpcodeGroup83 | ) |
Definition at line 409 of file opgroups.c.
FAST486_OPCODE_HANDLER | ( | Fast486OpcodeGroup8F | ) |
Definition at line 477 of file opgroups.c.
FAST486_OPCODE_HANDLER | ( | Fast486OpcodeGroupC0 | ) |
Definition at line 512 of file opgroups.c.
FAST486_OPCODE_HANDLER | ( | Fast486OpcodeGroupC1 | ) |
Definition at line 551 of file opgroups.c.
FAST486_OPCODE_HANDLER | ( | Fast486OpcodeGroupC6 | ) |
Definition at line 619 of file opgroups.c.
FAST486_OPCODE_HANDLER | ( | Fast486OpcodeGroupC7 | ) |
Definition at line 650 of file opgroups.c.
FAST486_OPCODE_HANDLER | ( | Fast486OpcodeGroupD0 | ) |
Definition at line 701 of file opgroups.c.
FAST486_OPCODE_HANDLER | ( | Fast486OpcodeGroupD1 | ) |
Definition at line 730 of file opgroups.c.
FAST486_OPCODE_HANDLER | ( | Fast486OpcodeGroupD2 | ) |
Definition at line 782 of file opgroups.c.
FAST486_OPCODE_HANDLER | ( | Fast486OpcodeGroupD3 | ) |
Definition at line 814 of file opgroups.c.
FAST486_OPCODE_HANDLER | ( | Fast486OpcodeGroupF6 | ) |
Definition at line 874 of file opgroups.c.
FAST486_OPCODE_HANDLER | ( | Fast486OpcodeGroupF7 | ) |
Definition at line 1042 of file opgroups.c.
FAST486_OPCODE_HANDLER | ( | Fast486OpcodeGroupFE | ) |
Definition at line 1331 of file opgroups.c.
FAST486_OPCODE_HANDLER | ( | Fast486OpcodeGroupFF | ) |
Definition at line 1383 of file opgroups.c.
|
inlinestatic |
Definition at line 38 of file opgroups.c.
Referenced by FAST486_OPCODE_HANDLER().
|
inlinestatic |
Definition at line 162 of file opgroups.c.
Referenced by FAST486_OPCODE_HANDLER().