Searched defs:Op2Index (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/EbcDxe/
H A DEbcExecute.c2504 INT16 Op2Index; local
2513 Op1Index = Op2Index = 0;
2539 Op2Index = VmReadIndex16 (VmPtr, Size);
2541 Op2Index = VmReadImmed16 (VmPtr, Size);
2549 Op2 = (UINT64)(INT64)(INTN)(VmPtr->Gpr[OPERAND2_REGNUM (Operands)] + Op2Index);
2597 INT32 Op2Index; local
2606 Op1Index = Op2Index = 0;
2632 Op2Index = VmReadIndex32 (VmPtr, Size);
2634 Op2Index = VmReadImmed32 (VmPtr, Size);
2642 Op2 = (UINT64)(INT64)(INTN)(INT64)(VmPtr->Gpr[OPERAND2_REGNUM (Operands)] + Op2Index);
[all...]

Completed in 126 milliseconds