Searched refs:Op2Index (Results 1 – 1 of 1) sorted by relevance
2505 INT16 Op2Index; in ExecuteMOVsnw() local2514 Op1Index = Op2Index = 0; in ExecuteMOVsnw()2540 Op2Index = VmReadIndex16 (VmPtr, Size); in ExecuteMOVsnw()2542 Op2Index = VmReadImmed16 (VmPtr, Size); in ExecuteMOVsnw()2550 Op2 = (UINT64)(INT64)(INTN)(VmPtr->Gpr[OPERAND2_REGNUM (Operands)] + Op2Index); in ExecuteMOVsnw()2598 INT32 Op2Index; in ExecuteMOVsnd() local2607 Op1Index = Op2Index = 0; in ExecuteMOVsnd()2633 Op2Index = VmReadIndex32 (VmPtr, Size); in ExecuteMOVsnd()2635 Op2Index = VmReadImmed32 (VmPtr, Size); in ExecuteMOVsnd()2643 Op2 = (UINT64)(INT64)(INTN)(INT64)(VmPtr->Gpr[OPERAND2_REGNUM (Operands)] + Op2Index); in ExecuteMOVsnd()