Searched refs:StackPop (Results 1 – 3 of 3) sorted by relevance
59 inline AddressType StackPop() in StackPop() function136 StackPop(); in OpDrop()187 AddressType top = StackPop(); in OpAnd()194 AddressType top = StackPop(); in OpDiv()206 AddressType top = StackPop(); in OpMinus()213 AddressType top = StackPop(); in OpMod()223 AddressType top = StackPop(); in OpMul()240 AddressType top = StackPop(); in OpOr()246 AddressType top = StackPop(); in OpPlus()257 AddressType top = StackPop(); in OpShl()[all …]
223 value = StackPop(); in Test04()233 value = StackPop(); in Test04()243 value = StackPop(); in Test04()253 value = StackPop(); in Test04()353 ret &= (0 == StackPop()); in Test07()380 ret = (1 == StackPop()); in Test08()470 value = StackPop(); in Test10()478 value = StackPop(); in Test10()485 value = StackPop(); in Test10()491 value = StackPop(); in Test10()[all …]
48 return static_cast<AddressType>(StackPop()); in Eval()