1 //===---------------------------------------------------------------------===//
3 Vector instructions support.
9 //===---------------------------------------------------------------------===//
11 Add "OpaqueType" type.
13 //===---------------------------------------------------------------------===//
15 "switch" instruction emulation with CLI "switch" instruction.
17 //===---------------------------------------------------------------------===//
19 Write linker for external function, because function export need to know
20 dynamic library where function located.
22 .method static hidebysig pinvokeimpl("msvcrt.dll" cdecl)
23 void free(void*) preservesig {}