Searched refs:Op1Index (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/EbcDxe/
H A DEbcExecute.c2503 INT16 Op1Index; local
2513 Op1Index = Op2Index = 0;
2521 Op1Index = VmReadIndex16 (VmPtr, 2);
2559 VmWriteMemN (VmPtr, (UINTN) (VmPtr->Gpr[OPERAND1_REGNUM (Operands)] + Op1Index), (UINTN) Op2);
2596 INT32 Op1Index; local
2606 Op1Index = Op2Index = 0;
2614 Op1Index = VmReadIndex32 (VmPtr, 2);
2652 VmWriteMemN (VmPtr, (UINTN) (VmPtr->Gpr[OPERAND1_REGNUM (Operands)] + Op1Index), (UINTN) Op2);

Completed in 1413 milliseconds