// Code generated by "stringer -type=Op"; DO NOT EDIT. package vm import "strconv" func _() { // An "invalid array index" compiler error signifies that the constant values have changed. // Re-run the stringer command to generate them again. var x [1]struct{} _ = x[Nop-0] _ = x[Add-1] _ = x[Addr-2] _ = x[Assign-3] _ = x[Fassign-4] _ = x[Vassign-5] _ = x[Call-6] _ = x[Calli-7] _ = x[CallX-8] _ = x[Deref-9] _ = x[Dup-10] _ = x[Fdup-11] _ = x[Fnew-12] _ = x[Equal-13] _ = x[EqualSet-14] _ = x[Exit-15] _ = x[Field-16] _ = x[FieldSet-17] _ = x[FieldFset-18] _ = x[Greater-19] _ = x[Grow-20] _ = x[Index-21] _ = x[Jump-22] _ = x[JumpTrue-23] _ = x[JumpFalse-24] _ = x[JumpSetTrue-25] _ = x[JumpSetFalse-26] _ = x[Lower-27] _ = x[Loweri-28] _ = x[Mul-29] _ = x[New-30] _ = x[Negate-31] _ = x[Not-32] _ = x[Pop-33] _ = x[Push-34] _ = x[Return-35] _ = x[Sub-36] _ = x[Subi-37] _ = x[Swap-38] } const _Op_name = "NopAddAddrAssignFassignVassignCallCalliCallXDerefDupFdupFnewEqualEqualSetExitFieldFieldSetFieldFsetGreaterGrowIndexJumpJumpTrueJumpFalseJumpSetTrueJumpSetFalseLowerLoweriMulNewNegateNotPopPushReturnSubSubiSwap" var _Op_index = [...]uint8{0, 3, 6, 10, 16, 23, 30, 34, 39, 44, 49, 52, 56, 60, 65, 73, 77, 82, 90, 99, 106, 110, 115, 119, 127, 136, 147, 159, 164, 170, 173, 176, 182, 185, 188, 192, 198, 201, 205, 209} func (i Op) String() string { idx := int(i) - 0 if i < 0 || idx >= len(_Op_index)-1 { return "Op(" + strconv.FormatInt(int64(i), 10) + ")" } return _Op_name[_Op_index[idx]:_Op_index[idx+1]] }