X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Fmini%2Fcpu-arm64.md;h=a8eea0965d54bb34f9263672de5063974c378e48;hb=08a728d237965feb2bbd485f909998b17c0bbb11;hp=a50a0d20b06548fd683e9baa7db61fbc3e9d0997;hpb=e097a98f3bd9082c7d03fa580b604c0228b4ad67;p=mono.git diff --git a/mono/mini/cpu-arm64.md b/mono/mini/cpu-arm64.md index a50a0d20b06..a8eea0965d5 100644 --- a/mono/mini/cpu-arm64.md +++ b/mono/mini/cpu-arm64.md @@ -1,5 +1,6 @@ # Copyright 2011-2013 Xamarin, Inc (http://www.xamarin.com) # Copyright 2003-2011 Novell, Inc (http://www.novell.com) +# Licensed under the MIT license. See LICENSE file in the project root for full license information. # arm64 cpu description file # this file is read by genmdesc to pruduce a table with all the relevant information # about the cpu instructions that may be used by the regsiter allocator, the scheduler @@ -56,7 +57,7 @@ br: len:16 switch: src1:i len:12 # See the comment in resume_from_signal_handler, we can't copy the fp regs from sigctx to MonoContext on linux, # since the corresponding sigctx structures are not well defined. -seq_point: len:38 clob:c +seq_point: len:40 clob:c il_seq_point: len:0 throw: src1:i len:24 @@ -478,3 +479,6 @@ atomic_store_i8: dest:b src1:i len:12 atomic_store_u8: dest:b src1:i len:12 atomic_store_r4: dest:b src1:f len:24 atomic_store_r8: dest:b src1:f len:20 + +generic_class_init: src1:a len:44 clob:c +gc_safe_point: src1:i len:12 clob:c