mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-01 16:33:37 +01:00
5e6c729e8b
llvm-svn: 53904
27 lines
700 B
Plaintext
27 lines
700 B
Plaintext
//===---------------------------------------------------------------------===//
|
|
|
|
Vector instructions support.
|
|
|
|
ShuffleVector
|
|
ExtractElement
|
|
InsertElement
|
|
|
|
//===---------------------------------------------------------------------===//
|
|
|
|
Add "OpaqueType" type.
|
|
|
|
//===---------------------------------------------------------------------===//
|
|
|
|
"switch" instruction emulation with CLI "switch" instruction.
|
|
|
|
//===---------------------------------------------------------------------===//
|
|
|
|
Write linker for external function, because function export need to know
|
|
dynamic library where function located.
|
|
|
|
.method static hidebysig pinvokeimpl("msvcrt.dll" cdecl)
|
|
void free(void*) preservesig {}
|
|
|
|
|
|
|