~dexter/parrot-pkg/maverick

« back to all changes in this revision

Viewing changes to include/parrot/oplib/ops.h

  • Committer: Piotr Roszatycki
  • Date: 2011-01-11 14:34:28 UTC
  • mfrom: (1.1.13 upstream)
  • Revision ID: piotr.roszatycki@gmail.com-20110111143428-s7pa7qz38m61o4tw
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
 
2
 
/* $Id$ */
3
 
 
4
2
#ifndef PARROT_OPLIB_OPS_H_GUARD
5
3
#define PARROT_OPLIB_OPS_H_GUARD
6
4
 
12
10
 * .ops files). by ops2c.nqp.
13
11
 *
14
12
 * Any changes made here will be lost!  To regenerate this file after making
15
 
 * changes to any ops, use the bootstap-ops makefile target.
 
13
 * changes to any ops, use the bootstrap-ops makefile target.
16
14
 *
17
15
 */
18
16
 
898
896
    PARROT_OP_split_p_sc_s,                    /* 878 */
899
897
    PARROT_OP_split_p_s_sc,                    /* 879 */
900
898
    PARROT_OP_split_p_sc_sc,                   /* 880 */
901
 
    PARROT_OP_charset_i_s,                     /* 881 */
902
 
    PARROT_OP_charset_i_sc,                    /* 882 */
903
 
    PARROT_OP_charsetname_s_i,                 /* 883 */
904
 
    PARROT_OP_charsetname_s_ic,                /* 884 */
905
 
    PARROT_OP_find_charset_i_s,                /* 885 */
906
 
    PARROT_OP_find_charset_i_sc,               /* 886 */
907
 
    PARROT_OP_trans_charset_s_s_i,             /* 887 */
908
 
    PARROT_OP_trans_charset_s_sc_i,            /* 888 */
909
 
    PARROT_OP_trans_charset_s_s_ic,            /* 889 */
910
 
    PARROT_OP_trans_charset_s_sc_ic,           /* 890 */
911
 
    PARROT_OP_encoding_i_s,                    /* 891 */
912
 
    PARROT_OP_encoding_i_sc,                   /* 892 */
913
 
    PARROT_OP_encodingname_s_i,                /* 893 */
914
 
    PARROT_OP_encodingname_s_ic,               /* 894 */
915
 
    PARROT_OP_find_encoding_i_s,               /* 895 */
916
 
    PARROT_OP_find_encoding_i_sc,              /* 896 */
917
 
    PARROT_OP_trans_encoding_s_s_i,            /* 897 */
918
 
    PARROT_OP_trans_encoding_s_sc_i,           /* 898 */
919
 
    PARROT_OP_trans_encoding_s_s_ic,           /* 899 */
920
 
    PARROT_OP_trans_encoding_s_sc_ic,          /* 900 */
921
 
    PARROT_OP_is_cclass_i_i_s_i,               /* 901 */
922
 
    PARROT_OP_is_cclass_i_ic_s_i,              /* 902 */
923
 
    PARROT_OP_is_cclass_i_i_sc_i,              /* 903 */
924
 
    PARROT_OP_is_cclass_i_ic_sc_i,             /* 904 */
925
 
    PARROT_OP_is_cclass_i_i_s_ic,              /* 905 */
926
 
    PARROT_OP_is_cclass_i_ic_s_ic,             /* 906 */
927
 
    PARROT_OP_is_cclass_i_i_sc_ic,             /* 907 */
928
 
    PARROT_OP_is_cclass_i_ic_sc_ic,            /* 908 */
929
 
    PARROT_OP_find_cclass_i_i_s_i_i,           /* 909 */
930
 
    PARROT_OP_find_cclass_i_ic_s_i_i,          /* 910 */
931
 
    PARROT_OP_find_cclass_i_i_sc_i_i,          /* 911 */
932
 
    PARROT_OP_find_cclass_i_ic_sc_i_i,         /* 912 */
933
 
    PARROT_OP_find_cclass_i_i_s_ic_i,          /* 913 */
934
 
    PARROT_OP_find_cclass_i_ic_s_ic_i,         /* 914 */
935
 
    PARROT_OP_find_cclass_i_i_sc_ic_i,         /* 915 */
936
 
    PARROT_OP_find_cclass_i_ic_sc_ic_i,        /* 916 */
937
 
    PARROT_OP_find_cclass_i_i_s_i_ic,          /* 917 */
938
 
    PARROT_OP_find_cclass_i_ic_s_i_ic,         /* 918 */
939
 
    PARROT_OP_find_cclass_i_i_sc_i_ic,         /* 919 */
940
 
    PARROT_OP_find_cclass_i_ic_sc_i_ic,        /* 920 */
941
 
    PARROT_OP_find_cclass_i_i_s_ic_ic,         /* 921 */
942
 
    PARROT_OP_find_cclass_i_ic_s_ic_ic,        /* 922 */
943
 
    PARROT_OP_find_cclass_i_i_sc_ic_ic,        /* 923 */
944
 
    PARROT_OP_find_cclass_i_ic_sc_ic_ic,       /* 924 */
945
 
    PARROT_OP_find_not_cclass_i_i_s_i_i,       /* 925 */
946
 
    PARROT_OP_find_not_cclass_i_ic_s_i_i,      /* 926 */
947
 
    PARROT_OP_find_not_cclass_i_i_sc_i_i,      /* 927 */
948
 
    PARROT_OP_find_not_cclass_i_ic_sc_i_i,     /* 928 */
949
 
    PARROT_OP_find_not_cclass_i_i_s_ic_i,      /* 929 */
950
 
    PARROT_OP_find_not_cclass_i_ic_s_ic_i,     /* 930 */
951
 
    PARROT_OP_find_not_cclass_i_i_sc_ic_i,     /* 931 */
952
 
    PARROT_OP_find_not_cclass_i_ic_sc_ic_i,    /* 932 */
953
 
    PARROT_OP_find_not_cclass_i_i_s_i_ic,      /* 933 */
954
 
    PARROT_OP_find_not_cclass_i_ic_s_i_ic,     /* 934 */
955
 
    PARROT_OP_find_not_cclass_i_i_sc_i_ic,     /* 935 */
956
 
    PARROT_OP_find_not_cclass_i_ic_sc_i_ic,    /* 936 */
957
 
    PARROT_OP_find_not_cclass_i_i_s_ic_ic,     /* 937 */
958
 
    PARROT_OP_find_not_cclass_i_ic_s_ic_ic,    /* 938 */
959
 
    PARROT_OP_find_not_cclass_i_i_sc_ic_ic,    /* 939 */
960
 
    PARROT_OP_find_not_cclass_i_ic_sc_ic_ic,   /* 940 */
961
 
    PARROT_OP_escape_s_s,                      /* 941 */
962
 
    PARROT_OP_compose_s_s,                     /* 942 */
963
 
    PARROT_OP_compose_s_sc,                    /* 943 */
964
 
    PARROT_OP_spawnw_i_s,                      /* 944 */
965
 
    PARROT_OP_spawnw_i_sc,                     /* 945 */
966
 
    PARROT_OP_spawnw_i_p,                      /* 946 */
967
 
    PARROT_OP_err_i,                           /* 947 */
968
 
    PARROT_OP_err_s,                           /* 948 */
969
 
    PARROT_OP_err_s_i,                         /* 949 */
970
 
    PARROT_OP_err_s_ic,                        /* 950 */
971
 
    PARROT_OP_time_i,                          /* 951 */
972
 
    PARROT_OP_time_n,                          /* 952 */
973
 
    PARROT_OP_sleep_i,                         /* 953 */
974
 
    PARROT_OP_sleep_ic,                        /* 954 */
975
 
    PARROT_OP_sleep_n,                         /* 955 */
976
 
    PARROT_OP_sleep_nc,                        /* 956 */
977
 
    PARROT_OP_store_lex_s_p,                   /* 957 */
978
 
    PARROT_OP_store_lex_sc_p,                  /* 958 */
979
 
    PARROT_OP_store_dynamic_lex_s_p,           /* 959 */
980
 
    PARROT_OP_store_dynamic_lex_sc_p,          /* 960 */
981
 
    PARROT_OP_find_lex_p_s,                    /* 961 */
982
 
    PARROT_OP_find_lex_p_sc,                   /* 962 */
983
 
    PARROT_OP_find_dynamic_lex_p_s,            /* 963 */
984
 
    PARROT_OP_find_dynamic_lex_p_sc,           /* 964 */
985
 
    PARROT_OP_find_caller_lex_p_s,             /* 965 */
986
 
    PARROT_OP_find_caller_lex_p_sc,            /* 966 */
987
 
    PARROT_OP_get_namespace_p,                 /* 967 */
988
 
    PARROT_OP_get_namespace_p_p,               /* 968 */
989
 
    PARROT_OP_get_namespace_p_pc,              /* 969 */
990
 
    PARROT_OP_get_hll_namespace_p,             /* 970 */
991
 
    PARROT_OP_get_hll_namespace_p_p,           /* 971 */
992
 
    PARROT_OP_get_hll_namespace_p_pc,          /* 972 */
993
 
    PARROT_OP_get_root_namespace_p,            /* 973 */
994
 
    PARROT_OP_get_root_namespace_p_p,          /* 974 */
995
 
    PARROT_OP_get_root_namespace_p_pc,         /* 975 */
996
 
    PARROT_OP_get_global_p_s,                  /* 976 */
997
 
    PARROT_OP_get_global_p_sc,                 /* 977 */
998
 
    PARROT_OP_get_global_p_p_s,                /* 978 */
999
 
    PARROT_OP_get_global_p_pc_s,               /* 979 */
1000
 
    PARROT_OP_get_global_p_p_sc,               /* 980 */
1001
 
    PARROT_OP_get_global_p_pc_sc,              /* 981 */
1002
 
    PARROT_OP_get_hll_global_p_s,              /* 982 */
1003
 
    PARROT_OP_get_hll_global_p_sc,             /* 983 */
1004
 
    PARROT_OP_get_hll_global_p_p_s,            /* 984 */
1005
 
    PARROT_OP_get_hll_global_p_pc_s,           /* 985 */
1006
 
    PARROT_OP_get_hll_global_p_p_sc,           /* 986 */
1007
 
    PARROT_OP_get_hll_global_p_pc_sc,          /* 987 */
1008
 
    PARROT_OP_get_root_global_p_s,             /* 988 */
1009
 
    PARROT_OP_get_root_global_p_sc,            /* 989 */
1010
 
    PARROT_OP_get_root_global_p_p_s,           /* 990 */
1011
 
    PARROT_OP_get_root_global_p_pc_s,          /* 991 */
1012
 
    PARROT_OP_get_root_global_p_p_sc,          /* 992 */
1013
 
    PARROT_OP_get_root_global_p_pc_sc,         /* 993 */
1014
 
    PARROT_OP_set_global_s_p,                  /* 994 */
1015
 
    PARROT_OP_set_global_sc_p,                 /* 995 */
1016
 
    PARROT_OP_set_global_p_s_p,                /* 996 */
1017
 
    PARROT_OP_set_global_pc_s_p,               /* 997 */
1018
 
    PARROT_OP_set_global_p_sc_p,               /* 998 */
1019
 
    PARROT_OP_set_global_pc_sc_p,              /* 999 */
1020
 
    PARROT_OP_set_hll_global_s_p,              /* 1000 */
1021
 
    PARROT_OP_set_hll_global_sc_p,             /* 1001 */
1022
 
    PARROT_OP_set_hll_global_p_s_p,            /* 1002 */
1023
 
    PARROT_OP_set_hll_global_pc_s_p,           /* 1003 */
1024
 
    PARROT_OP_set_hll_global_p_sc_p,           /* 1004 */
1025
 
    PARROT_OP_set_hll_global_pc_sc_p,          /* 1005 */
1026
 
    PARROT_OP_set_root_global_s_p,             /* 1006 */
1027
 
    PARROT_OP_set_root_global_sc_p,            /* 1007 */
1028
 
    PARROT_OP_set_root_global_p_s_p,           /* 1008 */
1029
 
    PARROT_OP_set_root_global_pc_s_p,          /* 1009 */
1030
 
    PARROT_OP_set_root_global_p_sc_p,          /* 1010 */
1031
 
    PARROT_OP_set_root_global_pc_sc_p,         /* 1011 */
1032
 
    PARROT_OP_find_name_p_s,                   /* 1012 */
1033
 
    PARROT_OP_find_name_p_sc,                  /* 1013 */
1034
 
    PARROT_OP_find_sub_not_null_p_s,           /* 1014 */
1035
 
    PARROT_OP_find_sub_not_null_p_sc,          /* 1015 */
1036
 
    PARROT_OP_trap,                            /* 1016 */
1037
 
    PARROT_OP_set_label_p_ic,                  /* 1017 */
1038
 
    PARROT_OP_get_label_i_p,                   /* 1018 */
1039
 
    PARROT_OP_fetch_p_p_p_p,                   /* 1019 */
1040
 
    PARROT_OP_fetch_p_pc_p_p,                  /* 1020 */
1041
 
    PARROT_OP_fetch_p_p_pc_p,                  /* 1021 */
1042
 
    PARROT_OP_fetch_p_pc_pc_p,                 /* 1022 */
1043
 
    PARROT_OP_fetch_p_p_p_pc,                  /* 1023 */
1044
 
    PARROT_OP_fetch_p_pc_p_pc,                 /* 1024 */
1045
 
    PARROT_OP_fetch_p_p_pc_pc,                 /* 1025 */
1046
 
    PARROT_OP_fetch_p_pc_pc_pc,                /* 1026 */
1047
 
    PARROT_OP_fetch_p_p_i_p,                   /* 1027 */
1048
 
    PARROT_OP_fetch_p_pc_i_p,                  /* 1028 */
1049
 
    PARROT_OP_fetch_p_p_ic_p,                  /* 1029 */
1050
 
    PARROT_OP_fetch_p_pc_ic_p,                 /* 1030 */
1051
 
    PARROT_OP_fetch_p_p_i_pc,                  /* 1031 */
1052
 
    PARROT_OP_fetch_p_pc_i_pc,                 /* 1032 */
1053
 
    PARROT_OP_fetch_p_p_ic_pc,                 /* 1033 */
1054
 
    PARROT_OP_fetch_p_pc_ic_pc,                /* 1034 */
1055
 
    PARROT_OP_fetch_p_p_s_p,                   /* 1035 */
1056
 
    PARROT_OP_fetch_p_pc_s_p,                  /* 1036 */
1057
 
    PARROT_OP_fetch_p_p_sc_p,                  /* 1037 */
1058
 
    PARROT_OP_fetch_p_pc_sc_p,                 /* 1038 */
1059
 
    PARROT_OP_fetch_p_p_s_pc,                  /* 1039 */
1060
 
    PARROT_OP_fetch_p_pc_s_pc,                 /* 1040 */
1061
 
    PARROT_OP_fetch_p_p_sc_pc,                 /* 1041 */
1062
 
    PARROT_OP_fetch_p_pc_sc_pc,                /* 1042 */
1063
 
    PARROT_OP_vivify_p_p_p_p,                  /* 1043 */
1064
 
    PARROT_OP_vivify_p_pc_p_p,                 /* 1044 */
1065
 
    PARROT_OP_vivify_p_p_pc_p,                 /* 1045 */
1066
 
    PARROT_OP_vivify_p_pc_pc_p,                /* 1046 */
1067
 
    PARROT_OP_vivify_p_p_p_pc,                 /* 1047 */
1068
 
    PARROT_OP_vivify_p_pc_p_pc,                /* 1048 */
1069
 
    PARROT_OP_vivify_p_p_pc_pc,                /* 1049 */
1070
 
    PARROT_OP_vivify_p_pc_pc_pc,               /* 1050 */
1071
 
    PARROT_OP_vivify_p_p_i_p,                  /* 1051 */
1072
 
    PARROT_OP_vivify_p_pc_i_p,                 /* 1052 */
1073
 
    PARROT_OP_vivify_p_p_ic_p,                 /* 1053 */
1074
 
    PARROT_OP_vivify_p_pc_ic_p,                /* 1054 */
1075
 
    PARROT_OP_vivify_p_p_i_pc,                 /* 1055 */
1076
 
    PARROT_OP_vivify_p_pc_i_pc,                /* 1056 */
1077
 
    PARROT_OP_vivify_p_p_ic_pc,                /* 1057 */
1078
 
    PARROT_OP_vivify_p_pc_ic_pc,               /* 1058 */
1079
 
    PARROT_OP_vivify_p_p_s_p,                  /* 1059 */
1080
 
    PARROT_OP_vivify_p_pc_s_p,                 /* 1060 */
1081
 
    PARROT_OP_vivify_p_p_sc_p,                 /* 1061 */
1082
 
    PARROT_OP_vivify_p_pc_sc_p,                /* 1062 */
1083
 
    PARROT_OP_vivify_p_p_s_pc,                 /* 1063 */
1084
 
    PARROT_OP_vivify_p_pc_s_pc,                /* 1064 */
1085
 
    PARROT_OP_vivify_p_p_sc_pc,                /* 1065 */
1086
 
    PARROT_OP_vivify_p_pc_sc_pc,               /* 1066 */
1087
 
    PARROT_OP_new_p_s_i,                       /* 1067 */
1088
 
    PARROT_OP_new_p_sc_i,                      /* 1068 */
1089
 
    PARROT_OP_new_p_s_ic,                      /* 1069 */
1090
 
    PARROT_OP_new_p_sc_ic,                     /* 1070 */
1091
 
    PARROT_OP_new_p_p_i,                       /* 1071 */
1092
 
    PARROT_OP_new_p_pc_i,                      /* 1072 */
1093
 
    PARROT_OP_new_p_p_ic,                      /* 1073 */
1094
 
    PARROT_OP_new_p_pc_ic,                     /* 1074 */
1095
 
    PARROT_OP_root_new_p_p_i,                  /* 1075 */
1096
 
    PARROT_OP_root_new_p_pc_i,                 /* 1076 */
1097
 
    PARROT_OP_root_new_p_p_ic,                 /* 1077 */
1098
 
    PARROT_OP_root_new_p_pc_ic,                /* 1078 */
1099
 
    PARROT_OP_find_codepoint_i_s,              /* 1079 */
1100
 
    PARROT_OP_find_codepoint_i_sc,             /* 1080 */
1101
 
    PARROT_OP_finalize_p,                      /* 1081 */
1102
 
    PARROT_OP_finalize_pc                      /* 1082 */
 
899
    PARROT_OP_encoding_i_s,                    /* 881 */
 
900
    PARROT_OP_encoding_i_sc,                   /* 882 */
 
901
    PARROT_OP_encodingname_s_i,                /* 883 */
 
902
    PARROT_OP_encodingname_s_ic,               /* 884 */
 
903
    PARROT_OP_find_encoding_i_s,               /* 885 */
 
904
    PARROT_OP_find_encoding_i_sc,              /* 886 */
 
905
    PARROT_OP_trans_encoding_s_s_i,            /* 887 */
 
906
    PARROT_OP_trans_encoding_s_sc_i,           /* 888 */
 
907
    PARROT_OP_trans_encoding_s_s_ic,           /* 889 */
 
908
    PARROT_OP_trans_encoding_s_sc_ic,          /* 890 */
 
909
    PARROT_OP_is_cclass_i_i_s_i,               /* 891 */
 
910
    PARROT_OP_is_cclass_i_ic_s_i,              /* 892 */
 
911
    PARROT_OP_is_cclass_i_i_sc_i,              /* 893 */
 
912
    PARROT_OP_is_cclass_i_ic_sc_i,             /* 894 */
 
913
    PARROT_OP_is_cclass_i_i_s_ic,              /* 895 */
 
914
    PARROT_OP_is_cclass_i_ic_s_ic,             /* 896 */
 
915
    PARROT_OP_is_cclass_i_i_sc_ic,             /* 897 */
 
916
    PARROT_OP_is_cclass_i_ic_sc_ic,            /* 898 */
 
917
    PARROT_OP_find_cclass_i_i_s_i_i,           /* 899 */
 
918
    PARROT_OP_find_cclass_i_ic_s_i_i,          /* 900 */
 
919
    PARROT_OP_find_cclass_i_i_sc_i_i,          /* 901 */
 
920
    PARROT_OP_find_cclass_i_ic_sc_i_i,         /* 902 */
 
921
    PARROT_OP_find_cclass_i_i_s_ic_i,          /* 903 */
 
922
    PARROT_OP_find_cclass_i_ic_s_ic_i,         /* 904 */
 
923
    PARROT_OP_find_cclass_i_i_sc_ic_i,         /* 905 */
 
924
    PARROT_OP_find_cclass_i_ic_sc_ic_i,        /* 906 */
 
925
    PARROT_OP_find_cclass_i_i_s_i_ic,          /* 907 */
 
926
    PARROT_OP_find_cclass_i_ic_s_i_ic,         /* 908 */
 
927
    PARROT_OP_find_cclass_i_i_sc_i_ic,         /* 909 */
 
928
    PARROT_OP_find_cclass_i_ic_sc_i_ic,        /* 910 */
 
929
    PARROT_OP_find_cclass_i_i_s_ic_ic,         /* 911 */
 
930
    PARROT_OP_find_cclass_i_ic_s_ic_ic,        /* 912 */
 
931
    PARROT_OP_find_cclass_i_i_sc_ic_ic,        /* 913 */
 
932
    PARROT_OP_find_cclass_i_ic_sc_ic_ic,       /* 914 */
 
933
    PARROT_OP_find_not_cclass_i_i_s_i_i,       /* 915 */
 
934
    PARROT_OP_find_not_cclass_i_ic_s_i_i,      /* 916 */
 
935
    PARROT_OP_find_not_cclass_i_i_sc_i_i,      /* 917 */
 
936
    PARROT_OP_find_not_cclass_i_ic_sc_i_i,     /* 918 */
 
937
    PARROT_OP_find_not_cclass_i_i_s_ic_i,      /* 919 */
 
938
    PARROT_OP_find_not_cclass_i_ic_s_ic_i,     /* 920 */
 
939
    PARROT_OP_find_not_cclass_i_i_sc_ic_i,     /* 921 */
 
940
    PARROT_OP_find_not_cclass_i_ic_sc_ic_i,    /* 922 */
 
941
    PARROT_OP_find_not_cclass_i_i_s_i_ic,      /* 923 */
 
942
    PARROT_OP_find_not_cclass_i_ic_s_i_ic,     /* 924 */
 
943
    PARROT_OP_find_not_cclass_i_i_sc_i_ic,     /* 925 */
 
944
    PARROT_OP_find_not_cclass_i_ic_sc_i_ic,    /* 926 */
 
945
    PARROT_OP_find_not_cclass_i_i_s_ic_ic,     /* 927 */
 
946
    PARROT_OP_find_not_cclass_i_ic_s_ic_ic,    /* 928 */
 
947
    PARROT_OP_find_not_cclass_i_i_sc_ic_ic,    /* 929 */
 
948
    PARROT_OP_find_not_cclass_i_ic_sc_ic_ic,   /* 930 */
 
949
    PARROT_OP_escape_s_s,                      /* 931 */
 
950
    PARROT_OP_compose_s_s,                     /* 932 */
 
951
    PARROT_OP_compose_s_sc,                    /* 933 */
 
952
    PARROT_OP_find_codepoint_i_s,              /* 934 */
 
953
    PARROT_OP_find_codepoint_i_sc,             /* 935 */
 
954
    PARROT_OP_spawnw_i_s,                      /* 936 */
 
955
    PARROT_OP_spawnw_i_sc,                     /* 937 */
 
956
    PARROT_OP_spawnw_i_p,                      /* 938 */
 
957
    PARROT_OP_err_i,                           /* 939 */
 
958
    PARROT_OP_err_s,                           /* 940 */
 
959
    PARROT_OP_err_s_i,                         /* 941 */
 
960
    PARROT_OP_err_s_ic,                        /* 942 */
 
961
    PARROT_OP_time_i,                          /* 943 */
 
962
    PARROT_OP_time_n,                          /* 944 */
 
963
    PARROT_OP_sleep_i,                         /* 945 */
 
964
    PARROT_OP_sleep_ic,                        /* 946 */
 
965
    PARROT_OP_sleep_n,                         /* 947 */
 
966
    PARROT_OP_sleep_nc,                        /* 948 */
 
967
    PARROT_OP_store_lex_s_p,                   /* 949 */
 
968
    PARROT_OP_store_lex_sc_p,                  /* 950 */
 
969
    PARROT_OP_store_dynamic_lex_s_p,           /* 951 */
 
970
    PARROT_OP_store_dynamic_lex_sc_p,          /* 952 */
 
971
    PARROT_OP_find_lex_p_s,                    /* 953 */
 
972
    PARROT_OP_find_lex_p_sc,                   /* 954 */
 
973
    PARROT_OP_find_dynamic_lex_p_s,            /* 955 */
 
974
    PARROT_OP_find_dynamic_lex_p_sc,           /* 956 */
 
975
    PARROT_OP_find_caller_lex_p_s,             /* 957 */
 
976
    PARROT_OP_find_caller_lex_p_sc,            /* 958 */
 
977
    PARROT_OP_get_namespace_p,                 /* 959 */
 
978
    PARROT_OP_get_namespace_p_p,               /* 960 */
 
979
    PARROT_OP_get_namespace_p_pc,              /* 961 */
 
980
    PARROT_OP_get_hll_namespace_p,             /* 962 */
 
981
    PARROT_OP_get_hll_namespace_p_p,           /* 963 */
 
982
    PARROT_OP_get_hll_namespace_p_pc,          /* 964 */
 
983
    PARROT_OP_get_root_namespace_p,            /* 965 */
 
984
    PARROT_OP_get_root_namespace_p_p,          /* 966 */
 
985
    PARROT_OP_get_root_namespace_p_pc,         /* 967 */
 
986
    PARROT_OP_get_global_p_s,                  /* 968 */
 
987
    PARROT_OP_get_global_p_sc,                 /* 969 */
 
988
    PARROT_OP_get_global_p_p_s,                /* 970 */
 
989
    PARROT_OP_get_global_p_pc_s,               /* 971 */
 
990
    PARROT_OP_get_global_p_p_sc,               /* 972 */
 
991
    PARROT_OP_get_global_p_pc_sc,              /* 973 */
 
992
    PARROT_OP_get_hll_global_p_s,              /* 974 */
 
993
    PARROT_OP_get_hll_global_p_sc,             /* 975 */
 
994
    PARROT_OP_get_hll_global_p_p_s,            /* 976 */
 
995
    PARROT_OP_get_hll_global_p_pc_s,           /* 977 */
 
996
    PARROT_OP_get_hll_global_p_p_sc,           /* 978 */
 
997
    PARROT_OP_get_hll_global_p_pc_sc,          /* 979 */
 
998
    PARROT_OP_get_root_global_p_s,             /* 980 */
 
999
    PARROT_OP_get_root_global_p_sc,            /* 981 */
 
1000
    PARROT_OP_get_root_global_p_p_s,           /* 982 */
 
1001
    PARROT_OP_get_root_global_p_pc_s,          /* 983 */
 
1002
    PARROT_OP_get_root_global_p_p_sc,          /* 984 */
 
1003
    PARROT_OP_get_root_global_p_pc_sc,         /* 985 */
 
1004
    PARROT_OP_set_global_s_p,                  /* 986 */
 
1005
    PARROT_OP_set_global_sc_p,                 /* 987 */
 
1006
    PARROT_OP_set_global_p_s_p,                /* 988 */
 
1007
    PARROT_OP_set_global_pc_s_p,               /* 989 */
 
1008
    PARROT_OP_set_global_p_sc_p,               /* 990 */
 
1009
    PARROT_OP_set_global_pc_sc_p,              /* 991 */
 
1010
    PARROT_OP_set_hll_global_s_p,              /* 992 */
 
1011
    PARROT_OP_set_hll_global_sc_p,             /* 993 */
 
1012
    PARROT_OP_set_hll_global_p_s_p,            /* 994 */
 
1013
    PARROT_OP_set_hll_global_pc_s_p,           /* 995 */
 
1014
    PARROT_OP_set_hll_global_p_sc_p,           /* 996 */
 
1015
    PARROT_OP_set_hll_global_pc_sc_p,          /* 997 */
 
1016
    PARROT_OP_set_root_global_s_p,             /* 998 */
 
1017
    PARROT_OP_set_root_global_sc_p,            /* 999 */
 
1018
    PARROT_OP_set_root_global_p_s_p,           /* 1000 */
 
1019
    PARROT_OP_set_root_global_pc_s_p,          /* 1001 */
 
1020
    PARROT_OP_set_root_global_p_sc_p,          /* 1002 */
 
1021
    PARROT_OP_set_root_global_pc_sc_p,         /* 1003 */
 
1022
    PARROT_OP_find_name_p_s,                   /* 1004 */
 
1023
    PARROT_OP_find_name_p_sc,                  /* 1005 */
 
1024
    PARROT_OP_find_sub_not_null_p_s,           /* 1006 */
 
1025
    PARROT_OP_find_sub_not_null_p_sc,          /* 1007 */
 
1026
    PARROT_OP_trap,                            /* 1008 */
 
1027
    PARROT_OP_set_label_p_ic,                  /* 1009 */
 
1028
    PARROT_OP_get_label_i_p,                   /* 1010 */
 
1029
    PARROT_OP_fetch_p_p_p_p,                   /* 1011 */
 
1030
    PARROT_OP_fetch_p_pc_p_p,                  /* 1012 */
 
1031
    PARROT_OP_fetch_p_p_pc_p,                  /* 1013 */
 
1032
    PARROT_OP_fetch_p_pc_pc_p,                 /* 1014 */
 
1033
    PARROT_OP_fetch_p_p_p_pc,                  /* 1015 */
 
1034
    PARROT_OP_fetch_p_pc_p_pc,                 /* 1016 */
 
1035
    PARROT_OP_fetch_p_p_pc_pc,                 /* 1017 */
 
1036
    PARROT_OP_fetch_p_pc_pc_pc,                /* 1018 */
 
1037
    PARROT_OP_fetch_p_p_i_p,                   /* 1019 */
 
1038
    PARROT_OP_fetch_p_pc_i_p,                  /* 1020 */
 
1039
    PARROT_OP_fetch_p_p_ic_p,                  /* 1021 */
 
1040
    PARROT_OP_fetch_p_pc_ic_p,                 /* 1022 */
 
1041
    PARROT_OP_fetch_p_p_i_pc,                  /* 1023 */
 
1042
    PARROT_OP_fetch_p_pc_i_pc,                 /* 1024 */
 
1043
    PARROT_OP_fetch_p_p_ic_pc,                 /* 1025 */
 
1044
    PARROT_OP_fetch_p_pc_ic_pc,                /* 1026 */
 
1045
    PARROT_OP_fetch_p_p_s_p,                   /* 1027 */
 
1046
    PARROT_OP_fetch_p_pc_s_p,                  /* 1028 */
 
1047
    PARROT_OP_fetch_p_p_sc_p,                  /* 1029 */
 
1048
    PARROT_OP_fetch_p_pc_sc_p,                 /* 1030 */
 
1049
    PARROT_OP_fetch_p_p_s_pc,                  /* 1031 */
 
1050
    PARROT_OP_fetch_p_pc_s_pc,                 /* 1032 */
 
1051
    PARROT_OP_fetch_p_p_sc_pc,                 /* 1033 */
 
1052
    PARROT_OP_fetch_p_pc_sc_pc,                /* 1034 */
 
1053
    PARROT_OP_vivify_p_p_p_p,                  /* 1035 */
 
1054
    PARROT_OP_vivify_p_pc_p_p,                 /* 1036 */
 
1055
    PARROT_OP_vivify_p_p_pc_p,                 /* 1037 */
 
1056
    PARROT_OP_vivify_p_pc_pc_p,                /* 1038 */
 
1057
    PARROT_OP_vivify_p_p_p_pc,                 /* 1039 */
 
1058
    PARROT_OP_vivify_p_pc_p_pc,                /* 1040 */
 
1059
    PARROT_OP_vivify_p_p_pc_pc,                /* 1041 */
 
1060
    PARROT_OP_vivify_p_pc_pc_pc,               /* 1042 */
 
1061
    PARROT_OP_vivify_p_p_i_p,                  /* 1043 */
 
1062
    PARROT_OP_vivify_p_pc_i_p,                 /* 1044 */
 
1063
    PARROT_OP_vivify_p_p_ic_p,                 /* 1045 */
 
1064
    PARROT_OP_vivify_p_pc_ic_p,                /* 1046 */
 
1065
    PARROT_OP_vivify_p_p_i_pc,                 /* 1047 */
 
1066
    PARROT_OP_vivify_p_pc_i_pc,                /* 1048 */
 
1067
    PARROT_OP_vivify_p_p_ic_pc,                /* 1049 */
 
1068
    PARROT_OP_vivify_p_pc_ic_pc,               /* 1050 */
 
1069
    PARROT_OP_vivify_p_p_s_p,                  /* 1051 */
 
1070
    PARROT_OP_vivify_p_pc_s_p,                 /* 1052 */
 
1071
    PARROT_OP_vivify_p_p_sc_p,                 /* 1053 */
 
1072
    PARROT_OP_vivify_p_pc_sc_p,                /* 1054 */
 
1073
    PARROT_OP_vivify_p_p_s_pc,                 /* 1055 */
 
1074
    PARROT_OP_vivify_p_pc_s_pc,                /* 1056 */
 
1075
    PARROT_OP_vivify_p_p_sc_pc,                /* 1057 */
 
1076
    PARROT_OP_vivify_p_pc_sc_pc,               /* 1058 */
 
1077
    PARROT_OP_new_p_s_i,                       /* 1059 */
 
1078
    PARROT_OP_new_p_sc_i,                      /* 1060 */
 
1079
    PARROT_OP_new_p_s_ic,                      /* 1061 */
 
1080
    PARROT_OP_new_p_sc_ic,                     /* 1062 */
 
1081
    PARROT_OP_new_p_p_i,                       /* 1063 */
 
1082
    PARROT_OP_new_p_pc_i,                      /* 1064 */
 
1083
    PARROT_OP_new_p_p_ic,                      /* 1065 */
 
1084
    PARROT_OP_new_p_pc_ic,                     /* 1066 */
 
1085
    PARROT_OP_root_new_p_p_i,                  /* 1067 */
 
1086
    PARROT_OP_root_new_p_pc_i,                 /* 1068 */
 
1087
    PARROT_OP_root_new_p_p_ic,                 /* 1069 */
 
1088
    PARROT_OP_root_new_p_pc_ic,                /* 1070 */
 
1089
    PARROT_OP_finalize_p,                      /* 1071 */
 
1090
    PARROT_OP_finalize_pc                      /* 1072 */
1103
1091
 
1104
1092
} parrot_opcode_enums;
1105
1093