Searched refs:FAST486_REG_EDI (Results 1 – 7 of 7) sorted by relevance
5324 State->GeneralRegs[FAST486_REG_EDI].Long += DataSize; in FAST486_OPCODE_HANDLER()5329 State->GeneralRegs[FAST486_REG_EDI].Long -= DataSize; in FAST486_OPCODE_HANDLER()5337 State->GeneralRegs[FAST486_REG_EDI].LowWord += DataSize; in FAST486_OPCODE_HANDLER()5342 State->GeneralRegs[FAST486_REG_EDI].LowWord -= DataSize; in FAST486_OPCODE_HANDLER()5454 State->GeneralRegs[FAST486_REG_EDI].Long += DataSize; in FAST486_OPCODE_HANDLER()5459 State->GeneralRegs[FAST486_REG_EDI].Long -= DataSize; in FAST486_OPCODE_HANDLER()5467 State->GeneralRegs[FAST486_REG_EDI].LowWord += DataSize; in FAST486_OPCODE_HANDLER()5472 State->GeneralRegs[FAST486_REG_EDI].LowWord -= DataSize; in FAST486_OPCODE_HANDLER()5637 else State->GeneralRegs[FAST486_REG_EDI].Long -= DataSize; in FAST486_OPCODE_HANDLER()5788 else State->GeneralRegs[FAST486_REG_EDI].Long -= DataSize; in FAST486_OPCODE_HANDLER()[all …]
818 OldTss.Edi = State->GeneralRegs[FAST486_REG_EDI].Long; in Fast486TaskSwitch()838 OldLegacyTss->Di = State->GeneralRegs[FAST486_REG_EDI].LowWord; in Fast486TaskSwitch()926 State->GeneralRegs[FAST486_REG_EDI].Long = NewTss.Edi; in Fast486TaskSwitch()974 State->GeneralRegs[FAST486_REG_EDI].LowWord = NewLegacyTss->Di; in Fast486TaskSwitch()
144 State->GeneralRegs[FAST486_REG_EDI].Long); in Fast486DumpState()
1172 + State->GeneralRegs[FAST486_REG_EDI].LowWord;1188 + State->GeneralRegs[FAST486_REG_EDI].LowWord;1202 ModRegRm->MemoryAddress = State->GeneralRegs[FAST486_REG_EDI].LowWord;
71 IntelRegPtr.Edi = EmulatorContext.GeneralRegs[FAST486_REG_EDI].Long; in getIntelRegistersPointer()422 return EmulatorContext.GeneralRegs[FAST486_REG_EDI].Long; in getEDI()429 EmulatorContext.GeneralRegs[FAST486_REG_EDI].Long = Value; in setEDI()436 return EmulatorContext.GeneralRegs[FAST486_REG_EDI].LowWord; in getDI()443 EmulatorContext.GeneralRegs[FAST486_REG_EDI].LowWord = Value; in setDI()
436 EmulatorContext.GeneralRegs[FAST486_REG_EDI].Long = Registers->Edi; in x86BiosCall()488 Registers->Edi = EmulatorContext.GeneralRegs[FAST486_REG_EDI].Long; in x86BiosCall()
131 FAST486_REG_EDI enumerator