X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Fmini%2Fmini-ops.h;h=07dd0a435376575104bed2e5da8a9ffa6a8bc099;hb=9e167696e7709b66bc42e7a822046665f7d29660;hp=883fc1af323b2eab7427b492160bef2dda2e8411;hpb=9afab4092501a7e7e240a2dd9ed0892d1e0821de;p=mono.git diff --git a/mono/mini/mini-ops.h b/mono/mini/mini-ops.h index 883fc1af323..07dd0a43537 100644 --- a/mono/mini/mini-ops.h +++ b/mono/mini/mini-ops.h @@ -706,6 +706,9 @@ MINI_OP(OP_STRLEN, "strlen", IREG, IREG, NONE) MINI_OP(OP_NEWARR, "newarr", IREG, IREG, NONE) MINI_OP(OP_LDLEN, "ldlen", IREG, IREG, NONE) MINI_OP(OP_BOUNDS_CHECK, "bounds_check", NONE, IREG, IREG) +/* type checks */ +MINI_OP(OP_ISINST, "isinst", IREG, IREG, NONE) +MINI_OP(OP_CASTCLASS, "castclass", IREG, IREG, NONE) /* get adress of element in a 2D array */ MINI_OP(OP_LDELEMA2D, "getldelema2", NONE, NONE, NONE) /* inlined small memcpy with constant length */ @@ -1397,3 +1400,4 @@ MINI_OP(OP_OBJC_GET_SELECTOR, "objc_get_selector", IREG, NONE, NONE) MINI_OP(OP_GET_SP, "get_sp", IREG, NONE, NONE) MINI_OP(OP_SET_SP, "set_sp", NONE, IREG, NONE) +MINI_OP(OP_GET_LAST_ERROR, "get_last_error", IREG, NONE, NONE)