ffi 1.9.21-x64-mingw32 → 1.9.22-x64-mingw32
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of ffi might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/.gitignore +22 -0
- data/.gitmodules +3 -0
- data/.travis.yml +52 -0
- data/.yardopts +5 -0
- data/Gemfile +15 -0
- data/{spec/ffi/LICENSE.SPECS → LICENSE.SPECS} +1 -1
- data/README.md +1 -1
- data/Rakefile +28 -3
- data/appveyor.yml +22 -0
- data/ffi.gemspec +14 -1
- data/lib/2.0/ffi_c.so +0 -0
- data/lib/2.1/ffi_c.so +0 -0
- data/lib/2.2/ffi_c.so +0 -0
- data/lib/2.3/ffi_c.so +0 -0
- data/lib/2.4/ffi_c.so +0 -0
- data/lib/2.5/ffi_c.so +0 -0
- data/lib/ffi/library.rb +1 -1
- data/lib/ffi/version.rb +1 -1
- data/samples/getlogin.rb +8 -0
- data/samples/getpid.rb +8 -0
- data/samples/gettimeofday.rb +18 -0
- data/samples/hello.rb +7 -0
- data/samples/inotify.rb +60 -0
- data/samples/pty.rb +76 -0
- data/samples/qsort.rb +21 -0
- data/samples/sample_helper.rb +6 -0
- metadata +17 -526
- data/ext/ffi_c/AbstractMemory.c +0 -1109
- data/ext/ffi_c/AbstractMemory.h +0 -175
- data/ext/ffi_c/ArrayType.c +0 -162
- data/ext/ffi_c/ArrayType.h +0 -59
- data/ext/ffi_c/Buffer.c +0 -365
- data/ext/ffi_c/Call.c +0 -517
- data/ext/ffi_c/Call.h +0 -110
- data/ext/ffi_c/ClosurePool.c +0 -283
- data/ext/ffi_c/ClosurePool.h +0 -57
- data/ext/ffi_c/DataConverter.c +0 -91
- data/ext/ffi_c/DynamicLibrary.c +0 -339
- data/ext/ffi_c/DynamicLibrary.h +0 -98
- data/ext/ffi_c/Function.c +0 -998
- data/ext/ffi_c/Function.h +0 -87
- data/ext/ffi_c/FunctionInfo.c +0 -271
- data/ext/ffi_c/LastError.c +0 -184
- data/ext/ffi_c/LastError.h +0 -47
- data/ext/ffi_c/LongDouble.c +0 -63
- data/ext/ffi_c/LongDouble.h +0 -51
- data/ext/ffi_c/MappedType.c +0 -168
- data/ext/ffi_c/MappedType.h +0 -59
- data/ext/ffi_c/MemoryPointer.c +0 -197
- data/ext/ffi_c/MemoryPointer.h +0 -53
- data/ext/ffi_c/MethodHandle.c +0 -358
- data/ext/ffi_c/MethodHandle.h +0 -55
- data/ext/ffi_c/Platform.c +0 -129
- data/ext/ffi_c/Platform.h +0 -45
- data/ext/ffi_c/Pointer.c +0 -508
- data/ext/ffi_c/Pointer.h +0 -63
- data/ext/ffi_c/Struct.c +0 -829
- data/ext/ffi_c/Struct.h +0 -106
- data/ext/ffi_c/StructByReference.c +0 -190
- data/ext/ffi_c/StructByReference.h +0 -50
- data/ext/ffi_c/StructByValue.c +0 -150
- data/ext/ffi_c/StructByValue.h +0 -55
- data/ext/ffi_c/StructLayout.c +0 -698
- data/ext/ffi_c/Thread.c +0 -352
- data/ext/ffi_c/Thread.h +0 -95
- data/ext/ffi_c/Type.c +0 -397
- data/ext/ffi_c/Type.h +0 -62
- data/ext/ffi_c/Types.c +0 -139
- data/ext/ffi_c/Types.h +0 -89
- data/ext/ffi_c/Variadic.c +0 -304
- data/ext/ffi_c/compat.h +0 -78
- data/ext/ffi_c/extconf.rb +0 -71
- data/ext/ffi_c/ffi.c +0 -98
- data/ext/ffi_c/libffi.bsd.mk +0 -40
- data/ext/ffi_c/libffi.darwin.mk +0 -105
- data/ext/ffi_c/libffi.gnu.mk +0 -32
- data/ext/ffi_c/libffi.mk +0 -18
- data/ext/ffi_c/libffi.vc.mk +0 -26
- data/ext/ffi_c/libffi.vc64.mk +0 -26
- data/ext/ffi_c/libffi/ChangeLog.libffi +0 -584
- data/ext/ffi_c/libffi/ChangeLog.libffi-3.1 +0 -6000
- data/ext/ffi_c/libffi/ChangeLog.libgcj +0 -40
- data/ext/ffi_c/libffi/ChangeLog.v1 +0 -764
- data/ext/ffi_c/libffi/LICENSE +0 -21
- data/ext/ffi_c/libffi/Makefile.am +0 -205
- data/ext/ffi_c/libffi/Makefile.in +0 -1805
- data/ext/ffi_c/libffi/README +0 -454
- data/ext/ffi_c/libffi/acinclude.m4 +0 -473
- data/ext/ffi_c/libffi/aclocal.m4 +0 -2134
- data/ext/ffi_c/libffi/autogen.sh +0 -2
- data/ext/ffi_c/libffi/autom4te.cache/output.0 +0 -21972
- data/ext/ffi_c/libffi/autom4te.cache/output.1 +0 -21972
- data/ext/ffi_c/libffi/autom4te.cache/output.2 +0 -21972
- data/ext/ffi_c/libffi/autom4te.cache/output.3 +0 -21972
- data/ext/ffi_c/libffi/autom4te.cache/requests +0 -331
- data/ext/ffi_c/libffi/autom4te.cache/traces.0 +0 -4010
- data/ext/ffi_c/libffi/autom4te.cache/traces.1 +0 -1005
- data/ext/ffi_c/libffi/autom4te.cache/traces.2 +0 -4010
- data/ext/ffi_c/libffi/autom4te.cache/traces.3 +0 -4010
- data/ext/ffi_c/libffi/compile +0 -347
- data/ext/ffi_c/libffi/config.guess +0 -1462
- data/ext/ffi_c/libffi/config.sub +0 -1825
- data/ext/ffi_c/libffi/configure +0 -21972
- data/ext/ffi_c/libffi/configure.ac +0 -388
- data/ext/ffi_c/libffi/configure.host +0 -272
- data/ext/ffi_c/libffi/depcomp +0 -791
- data/ext/ffi_c/libffi/doc/Makefile.am +0 -3
- data/ext/ffi_c/libffi/doc/Makefile.in +0 -811
- data/ext/ffi_c/libffi/doc/libffi.texi +0 -985
- data/ext/ffi_c/libffi/doc/mdate-sh +0 -228
- data/ext/ffi_c/libffi/doc/texinfo.tex +0 -10079
- data/ext/ffi_c/libffi/doc/version.texi +0 -4
- data/ext/ffi_c/libffi/fficonfig.h.in +0 -210
- data/ext/ffi_c/libffi/fficonfig.h.in~ +0 -210
- data/ext/ffi_c/libffi/generate-darwin-source-and-headers.py +0 -207
- data/ext/ffi_c/libffi/include/Makefile.am +0 -9
- data/ext/ffi_c/libffi/include/Makefile.in +0 -604
- data/ext/ffi_c/libffi/include/ffi.h.in +0 -484
- data/ext/ffi_c/libffi/include/ffi_cfi.h +0 -55
- data/ext/ffi_c/libffi/include/ffi_common.h +0 -147
- data/ext/ffi_c/libffi/install-sh +0 -508
- data/ext/ffi_c/libffi/libffi.map.in +0 -80
- data/ext/ffi_c/libffi/libffi.pc.in +0 -11
- data/ext/ffi_c/libffi/libffi.xcodeproj/project.pbxproj +0 -637
- data/ext/ffi_c/libffi/libtool-ldflags +0 -106
- data/ext/ffi_c/libffi/libtool-version +0 -29
- data/ext/ffi_c/libffi/ltmain.sh +0 -11156
- data/ext/ffi_c/libffi/m4/asmcfi.m4 +0 -13
- data/ext/ffi_c/libffi/m4/ax_append_flag.m4 +0 -69
- data/ext/ffi_c/libffi/m4/ax_cc_maxopt.m4 +0 -181
- data/ext/ffi_c/libffi/m4/ax_cflags_warn_all.m4 +0 -122
- data/ext/ffi_c/libffi/m4/ax_check_compile_flag.m4 +0 -72
- data/ext/ffi_c/libffi/m4/ax_compiler_vendor.m4 +0 -84
- data/ext/ffi_c/libffi/m4/ax_configure_args.m4 +0 -70
- data/ext/ffi_c/libffi/m4/ax_enable_builddir.m4 +0 -301
- data/ext/ffi_c/libffi/m4/ax_gcc_archflag.m4 +0 -225
- data/ext/ffi_c/libffi/m4/ax_gcc_x86_cpuid.m4 +0 -79
- data/ext/ffi_c/libffi/m4/libtool.m4 +0 -8387
- data/ext/ffi_c/libffi/m4/ltoptions.m4 +0 -437
- data/ext/ffi_c/libffi/m4/ltsugar.m4 +0 -124
- data/ext/ffi_c/libffi/m4/ltversion.m4 +0 -23
- data/ext/ffi_c/libffi/m4/lt~obsolete.m4 +0 -99
- data/ext/ffi_c/libffi/man/Makefile.am +0 -8
- data/ext/ffi_c/libffi/man/Makefile.in +0 -558
- data/ext/ffi_c/libffi/man/ffi.3 +0 -41
- data/ext/ffi_c/libffi/man/ffi_call.3 +0 -103
- data/ext/ffi_c/libffi/man/ffi_prep_cif.3 +0 -68
- data/ext/ffi_c/libffi/man/ffi_prep_cif_var.3 +0 -73
- data/ext/ffi_c/libffi/missing +0 -215
- data/ext/ffi_c/libffi/msvcc.sh +0 -260
- data/ext/ffi_c/libffi/src/aarch64/ffi.c +0 -941
- data/ext/ffi_c/libffi/src/aarch64/ffitarget.h +0 -81
- data/ext/ffi_c/libffi/src/aarch64/internal.h +0 -67
- data/ext/ffi_c/libffi/src/aarch64/sysv.S +0 -438
- data/ext/ffi_c/libffi/src/alpha/ffi.c +0 -521
- data/ext/ffi_c/libffi/src/alpha/ffitarget.h +0 -57
- data/ext/ffi_c/libffi/src/alpha/internal.h +0 -23
- data/ext/ffi_c/libffi/src/alpha/osf.S +0 -282
- data/ext/ffi_c/libffi/src/arc/arcompact.S +0 -135
- data/ext/ffi_c/libffi/src/arc/ffi.c +0 -266
- data/ext/ffi_c/libffi/src/arc/ffitarget.h +0 -53
- data/ext/ffi_c/libffi/src/arm/ffi.c +0 -808
- data/ext/ffi_c/libffi/src/arm/ffitarget.h +0 -82
- data/ext/ffi_c/libffi/src/arm/internal.h +0 -7
- data/ext/ffi_c/libffi/src/arm/sysv.S +0 -383
- data/ext/ffi_c/libffi/src/avr32/ffi.c +0 -423
- data/ext/ffi_c/libffi/src/avr32/ffitarget.h +0 -55
- data/ext/ffi_c/libffi/src/avr32/sysv.S +0 -208
- data/ext/ffi_c/libffi/src/bfin/ffi.c +0 -196
- data/ext/ffi_c/libffi/src/bfin/ffitarget.h +0 -43
- data/ext/ffi_c/libffi/src/bfin/sysv.S +0 -179
- data/ext/ffi_c/libffi/src/closures.c +0 -890
- data/ext/ffi_c/libffi/src/cris/ffi.c +0 -386
- data/ext/ffi_c/libffi/src/cris/ffitarget.h +0 -56
- data/ext/ffi_c/libffi/src/cris/sysv.S +0 -215
- data/ext/ffi_c/libffi/src/debug.c +0 -64
- data/ext/ffi_c/libffi/src/dlmalloc.c +0 -5166
- data/ext/ffi_c/libffi/src/frv/eabi.S +0 -128
- data/ext/ffi_c/libffi/src/frv/ffi.c +0 -292
- data/ext/ffi_c/libffi/src/frv/ffitarget.h +0 -62
- data/ext/ffi_c/libffi/src/ia64/ffi.c +0 -586
- data/ext/ffi_c/libffi/src/ia64/ffitarget.h +0 -55
- data/ext/ffi_c/libffi/src/ia64/ia64_flags.h +0 -40
- data/ext/ffi_c/libffi/src/ia64/unix.S +0 -560
- data/ext/ffi_c/libffi/src/java_raw_api.c +0 -374
- data/ext/ffi_c/libffi/src/m32r/ffi.c +0 -232
- data/ext/ffi_c/libffi/src/m32r/ffitarget.h +0 -53
- data/ext/ffi_c/libffi/src/m32r/sysv.S +0 -121
- data/ext/ffi_c/libffi/src/m68k/ffi.c +0 -362
- data/ext/ffi_c/libffi/src/m68k/ffitarget.h +0 -54
- data/ext/ffi_c/libffi/src/m68k/sysv.S +0 -357
- data/ext/ffi_c/libffi/src/m88k/ffi.c +0 -400
- data/ext/ffi_c/libffi/src/m88k/ffitarget.h +0 -49
- data/ext/ffi_c/libffi/src/m88k/obsd.S +0 -209
- data/ext/ffi_c/libffi/src/metag/ffi.c +0 -330
- data/ext/ffi_c/libffi/src/metag/ffitarget.h +0 -53
- data/ext/ffi_c/libffi/src/metag/sysv.S +0 -311
- data/ext/ffi_c/libffi/src/microblaze/ffi.c +0 -321
- data/ext/ffi_c/libffi/src/microblaze/ffitarget.h +0 -53
- data/ext/ffi_c/libffi/src/microblaze/sysv.S +0 -302
- data/ext/ffi_c/libffi/src/mips/ffi.c +0 -1105
- data/ext/ffi_c/libffi/src/mips/ffitarget.h +0 -249
- data/ext/ffi_c/libffi/src/mips/n32.S +0 -661
- data/ext/ffi_c/libffi/src/mips/o32.S +0 -502
- data/ext/ffi_c/libffi/src/moxie/eabi.S +0 -101
- data/ext/ffi_c/libffi/src/moxie/ffi.c +0 -272
- data/ext/ffi_c/libffi/src/moxie/ffitarget.h +0 -52
- data/ext/ffi_c/libffi/src/nios2/ffi.c +0 -304
- data/ext/ffi_c/libffi/src/nios2/ffitarget.h +0 -52
- data/ext/ffi_c/libffi/src/nios2/sysv.S +0 -136
- data/ext/ffi_c/libffi/src/or1k/ffi.c +0 -328
- data/ext/ffi_c/libffi/src/or1k/ffitarget.h +0 -58
- data/ext/ffi_c/libffi/src/or1k/sysv.S +0 -107
- data/ext/ffi_c/libffi/src/pa/ffi.c +0 -719
- data/ext/ffi_c/libffi/src/pa/ffitarget.h +0 -85
- data/ext/ffi_c/libffi/src/pa/hpux32.S +0 -368
- data/ext/ffi_c/libffi/src/pa/linux.S +0 -357
- data/ext/ffi_c/libffi/src/powerpc/aix.S +0 -328
- data/ext/ffi_c/libffi/src/powerpc/aix_closure.S +0 -447
- data/ext/ffi_c/libffi/src/powerpc/asm.h +0 -125
- data/ext/ffi_c/libffi/src/powerpc/darwin.S +0 -378
- data/ext/ffi_c/libffi/src/powerpc/darwin_closure.S +0 -571
- data/ext/ffi_c/libffi/src/powerpc/ffi.c +0 -173
- data/ext/ffi_c/libffi/src/powerpc/ffi_darwin.c +0 -1359
- data/ext/ffi_c/libffi/src/powerpc/ffi_linux64.c +0 -945
- data/ext/ffi_c/libffi/src/powerpc/ffi_powerpc.h +0 -94
- data/ext/ffi_c/libffi/src/powerpc/ffi_sysv.c +0 -923
- data/ext/ffi_c/libffi/src/powerpc/ffitarget.h +0 -195
- data/ext/ffi_c/libffi/src/powerpc/linux64.S +0 -228
- data/ext/ffi_c/libffi/src/powerpc/linux64_closure.S +0 -488
- data/ext/ffi_c/libffi/src/powerpc/ppc_closure.S +0 -397
- data/ext/ffi_c/libffi/src/powerpc/sysv.S +0 -175
- data/ext/ffi_c/libffi/src/prep_cif.c +0 -261
- data/ext/ffi_c/libffi/src/raw_api.c +0 -267
- data/ext/ffi_c/libffi/src/s390/ffi.c +0 -756
- data/ext/ffi_c/libffi/src/s390/ffitarget.h +0 -70
- data/ext/ffi_c/libffi/src/s390/internal.h +0 -11
- data/ext/ffi_c/libffi/src/s390/sysv.S +0 -325
- data/ext/ffi_c/libffi/src/sh/ffi.c +0 -717
- data/ext/ffi_c/libffi/src/sh/ffitarget.h +0 -54
- data/ext/ffi_c/libffi/src/sh/sysv.S +0 -850
- data/ext/ffi_c/libffi/src/sh64/ffi.c +0 -469
- data/ext/ffi_c/libffi/src/sh64/ffitarget.h +0 -58
- data/ext/ffi_c/libffi/src/sh64/sysv.S +0 -539
- data/ext/ffi_c/libffi/src/sparc/ffi.c +0 -468
- data/ext/ffi_c/libffi/src/sparc/ffi64.c +0 -608
- data/ext/ffi_c/libffi/src/sparc/ffitarget.h +0 -81
- data/ext/ffi_c/libffi/src/sparc/internal.h +0 -26
- data/ext/ffi_c/libffi/src/sparc/v8.S +0 -443
- data/ext/ffi_c/libffi/src/sparc/v9.S +0 -440
- data/ext/ffi_c/libffi/src/tile/ffi.c +0 -355
- data/ext/ffi_c/libffi/src/tile/ffitarget.h +0 -65
- data/ext/ffi_c/libffi/src/tile/tile.S +0 -360
- data/ext/ffi_c/libffi/src/types.c +0 -106
- data/ext/ffi_c/libffi/src/vax/elfbsd.S +0 -195
- data/ext/ffi_c/libffi/src/vax/ffi.c +0 -276
- data/ext/ffi_c/libffi/src/vax/ffitarget.h +0 -49
- data/ext/ffi_c/libffi/src/x86/asmnames.h +0 -30
- data/ext/ffi_c/libffi/src/x86/ffi.c +0 -733
- data/ext/ffi_c/libffi/src/x86/ffi64.c +0 -857
- data/ext/ffi_c/libffi/src/x86/ffitarget.h +0 -141
- data/ext/ffi_c/libffi/src/x86/ffiw64.c +0 -287
- data/ext/ffi_c/libffi/src/x86/internal.h +0 -29
- data/ext/ffi_c/libffi/src/x86/internal64.h +0 -22
- data/ext/ffi_c/libffi/src/x86/sysv.S +0 -1043
- data/ext/ffi_c/libffi/src/x86/unix64.S +0 -525
- data/ext/ffi_c/libffi/src/x86/win64.S +0 -232
- data/ext/ffi_c/libffi/src/x86/win64_intel.S +0 -237
- data/ext/ffi_c/libffi/src/xtensa/ffi.c +0 -298
- data/ext/ffi_c/libffi/src/xtensa/ffitarget.h +0 -53
- data/ext/ffi_c/libffi/src/xtensa/sysv.S +0 -253
- data/ext/ffi_c/libffi/stamp-h.in +0 -1
- data/ext/ffi_c/libffi/testsuite/Makefile.am +0 -85
- data/ext/ffi_c/libffi/testsuite/Makefile.in +0 -607
- data/ext/ffi_c/libffi/testsuite/config/default.exp +0 -1
- data/ext/ffi_c/libffi/testsuite/lib/libffi.exp +0 -445
- data/ext/ffi_c/libffi/testsuite/lib/target-libpath.exp +0 -283
- data/ext/ffi_c/libffi/testsuite/lib/wrapper.exp +0 -45
- data/ext/ffi_c/libffi/testsuite/libffi.call/align_mixed.c +0 -46
- data/ext/ffi_c/libffi/testsuite/libffi.call/call.exp +0 -30
- data/ext/ffi_c/libffi/testsuite/libffi.call/closure_fn0.c +0 -89
- data/ext/ffi_c/libffi/testsuite/libffi.call/closure_fn1.c +0 -81
- data/ext/ffi_c/libffi/testsuite/libffi.call/closure_fn2.c +0 -81
- data/ext/ffi_c/libffi/testsuite/libffi.call/closure_fn3.c +0 -82
- data/ext/ffi_c/libffi/testsuite/libffi.call/closure_fn4.c +0 -89
- data/ext/ffi_c/libffi/testsuite/libffi.call/closure_fn5.c +0 -92
- data/ext/ffi_c/libffi/testsuite/libffi.call/closure_fn6.c +0 -90
- data/ext/ffi_c/libffi/testsuite/libffi.call/closure_loc_fn0.c +0 -95
- data/ext/ffi_c/libffi/testsuite/libffi.call/closure_simple.c +0 -55
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_12byte.c +0 -94
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_16byte.c +0 -95
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_18byte.c +0 -96
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_19byte.c +0 -102
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_1_1byte.c +0 -89
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_20byte.c +0 -91
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_20byte1.c +0 -93
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_24byte.c +0 -113
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_2byte.c +0 -90
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_3_1byte.c +0 -95
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_3byte1.c +0 -90
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_3byte2.c +0 -90
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_4_1byte.c +0 -98
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_4byte.c +0 -90
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_5_1_byte.c +0 -109
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_5byte.c +0 -98
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_64byte.c +0 -124
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_6_1_byte.c +0 -113
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_6byte.c +0 -99
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_7_1_byte.c +0 -117
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_7byte.c +0 -97
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_8byte.c +0 -88
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_9byte1.c +0 -90
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_9byte2.c +0 -91
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_align_double.c +0 -93
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_align_float.c +0 -91
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_align_longdouble.c +0 -92
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_align_longdouble_split.c +0 -132
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_align_longdouble_split2.c +0 -115
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_align_pointer.c +0 -95
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_align_sint16.c +0 -91
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_align_sint32.c +0 -91
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_align_sint64.c +0 -92
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_align_uint16.c +0 -91
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_align_uint32.c +0 -91
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_align_uint64.c +0 -93
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_dbls_struct.c +0 -66
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_double.c +0 -43
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_double_va.c +0 -61
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_float.c +0 -42
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_longdouble.c +0 -105
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_longdouble_va.c +0 -61
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_many_mixed_args.c +0 -70
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_many_mixed_float_double.c +0 -55
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_multi_schar.c +0 -74
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_multi_sshort.c +0 -74
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_multi_sshortchar.c +0 -86
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_multi_uchar.c +0 -91
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_multi_ushort.c +0 -74
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_multi_ushortchar.c +0 -86
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_pointer.c +0 -74
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_pointer_stack.c +0 -142
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_schar.c +0 -44
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_sint.c +0 -42
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_sshort.c +0 -42
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_struct_va1.c +0 -114
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_uchar.c +0 -42
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_uchar_va.c +0 -44
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_uint.c +0 -43
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_uint_va.c +0 -45
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_ulong_va.c +0 -45
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_ulonglong.c +0 -47
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_ushort.c +0 -43
- data/ext/ffi_c/libffi/testsuite/libffi.call/cls_ushort_va.c +0 -44
- data/ext/ffi_c/libffi/testsuite/libffi.call/err_bad_abi.c +0 -36
- data/ext/ffi_c/libffi/testsuite/libffi.call/err_bad_typedef.c +0 -26
- data/ext/ffi_c/libffi/testsuite/libffi.call/ffitest.h +0 -136
- data/ext/ffi_c/libffi/testsuite/libffi.call/float.c +0 -59
- data/ext/ffi_c/libffi/testsuite/libffi.call/float1.c +0 -60
- data/ext/ffi_c/libffi/testsuite/libffi.call/float2.c +0 -60
- data/ext/ffi_c/libffi/testsuite/libffi.call/float3.c +0 -74
- data/ext/ffi_c/libffi/testsuite/libffi.call/float4.c +0 -62
- data/ext/ffi_c/libffi/testsuite/libffi.call/float_va.c +0 -107
- data/ext/ffi_c/libffi/testsuite/libffi.call/huge_struct.c +0 -341
- data/ext/ffi_c/libffi/testsuite/libffi.call/many.c +0 -59
- data/ext/ffi_c/libffi/testsuite/libffi.call/many2.c +0 -57
- data/ext/ffi_c/libffi/testsuite/libffi.call/many_double.c +0 -70
- data/ext/ffi_c/libffi/testsuite/libffi.call/many_mixed.c +0 -78
- data/ext/ffi_c/libffi/testsuite/libffi.call/negint.c +0 -52
- data/ext/ffi_c/libffi/testsuite/libffi.call/nested_struct.c +0 -152
- data/ext/ffi_c/libffi/testsuite/libffi.call/nested_struct1.c +0 -161
- data/ext/ffi_c/libffi/testsuite/libffi.call/nested_struct10.c +0 -133
- data/ext/ffi_c/libffi/testsuite/libffi.call/nested_struct11.c +0 -121
- data/ext/ffi_c/libffi/testsuite/libffi.call/nested_struct2.c +0 -110
- data/ext/ffi_c/libffi/testsuite/libffi.call/nested_struct3.c +0 -111
- data/ext/ffi_c/libffi/testsuite/libffi.call/nested_struct4.c +0 -111
- data/ext/ffi_c/libffi/testsuite/libffi.call/nested_struct5.c +0 -112
- data/ext/ffi_c/libffi/testsuite/libffi.call/nested_struct6.c +0 -131
- data/ext/ffi_c/libffi/testsuite/libffi.call/nested_struct7.c +0 -111
- data/ext/ffi_c/libffi/testsuite/libffi.call/nested_struct8.c +0 -131
- data/ext/ffi_c/libffi/testsuite/libffi.call/nested_struct9.c +0 -131
- data/ext/ffi_c/libffi/testsuite/libffi.call/offsets.c +0 -46
- data/ext/ffi_c/libffi/testsuite/libffi.call/pr1172638.c +0 -127
- data/ext/ffi_c/libffi/testsuite/libffi.call/problem1.c +0 -90
- data/ext/ffi_c/libffi/testsuite/libffi.call/promotion.c +0 -59
- data/ext/ffi_c/libffi/testsuite/libffi.call/pyobjc-tc.c +0 -114
- data/ext/ffi_c/libffi/testsuite/libffi.call/return_dbl.c +0 -36
- data/ext/ffi_c/libffi/testsuite/libffi.call/return_dbl1.c +0 -43
- data/ext/ffi_c/libffi/testsuite/libffi.call/return_dbl2.c +0 -42
- data/ext/ffi_c/libffi/testsuite/libffi.call/return_fl.c +0 -35
- data/ext/ffi_c/libffi/testsuite/libffi.call/return_fl1.c +0 -36
- data/ext/ffi_c/libffi/testsuite/libffi.call/return_fl2.c +0 -49
- data/ext/ffi_c/libffi/testsuite/libffi.call/return_fl3.c +0 -42
- data/ext/ffi_c/libffi/testsuite/libffi.call/return_ldl.c +0 -34
- data/ext/ffi_c/libffi/testsuite/libffi.call/return_ll.c +0 -41
- data/ext/ffi_c/libffi/testsuite/libffi.call/return_ll1.c +0 -43
- data/ext/ffi_c/libffi/testsuite/libffi.call/return_sc.c +0 -36
- data/ext/ffi_c/libffi/testsuite/libffi.call/return_sl.c +0 -38
- data/ext/ffi_c/libffi/testsuite/libffi.call/return_uc.c +0 -38
- data/ext/ffi_c/libffi/testsuite/libffi.call/return_ul.c +0 -38
- data/ext/ffi_c/libffi/testsuite/libffi.call/stret_large.c +0 -145
- data/ext/ffi_c/libffi/testsuite/libffi.call/stret_large2.c +0 -148
- data/ext/ffi_c/libffi/testsuite/libffi.call/stret_medium.c +0 -124
- data/ext/ffi_c/libffi/testsuite/libffi.call/stret_medium2.c +0 -125
- data/ext/ffi_c/libffi/testsuite/libffi.call/strlen.c +0 -44
- data/ext/ffi_c/libffi/testsuite/libffi.call/strlen2.c +0 -49
- data/ext/ffi_c/libffi/testsuite/libffi.call/strlen3.c +0 -49
- data/ext/ffi_c/libffi/testsuite/libffi.call/strlen4.c +0 -55
- data/ext/ffi_c/libffi/testsuite/libffi.call/struct1.c +0 -67
- data/ext/ffi_c/libffi/testsuite/libffi.call/struct2.c +0 -67
- data/ext/ffi_c/libffi/testsuite/libffi.call/struct3.c +0 -60
- data/ext/ffi_c/libffi/testsuite/libffi.call/struct4.c +0 -64
- data/ext/ffi_c/libffi/testsuite/libffi.call/struct5.c +0 -66
- data/ext/ffi_c/libffi/testsuite/libffi.call/struct6.c +0 -64
- data/ext/ffi_c/libffi/testsuite/libffi.call/struct7.c +0 -74
- data/ext/ffi_c/libffi/testsuite/libffi.call/struct8.c +0 -81
- data/ext/ffi_c/libffi/testsuite/libffi.call/struct9.c +0 -68
- data/ext/ffi_c/libffi/testsuite/libffi.call/testclosure.c +0 -70
- data/ext/ffi_c/libffi/testsuite/libffi.call/uninitialized.c +0 -61
- data/ext/ffi_c/libffi/testsuite/libffi.call/unwindtest.cc +0 -117
- data/ext/ffi_c/libffi/testsuite/libffi.call/unwindtest_ffi_call.cc +0 -54
- data/ext/ffi_c/libffi/testsuite/libffi.call/va_1.c +0 -196
- data/ext/ffi_c/libffi/testsuite/libffi.call/va_struct1.c +0 -121
- data/ext/ffi_c/libffi/testsuite/libffi.call/va_struct2.c +0 -123
- data/ext/ffi_c/libffi/testsuite/libffi.call/va_struct3.c +0 -125
- data/ext/ffi_c/libffi/testsuite/libffi.complex/cls_align_complex.inc +0 -91
- data/ext/ffi_c/libffi/testsuite/libffi.complex/cls_align_complex_double.c +0 -10
- data/ext/ffi_c/libffi/testsuite/libffi.complex/cls_align_complex_float.c +0 -10
- data/ext/ffi_c/libffi/testsuite/libffi.complex/cls_align_complex_longdouble.c +0 -10
- data/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex.inc +0 -42
- data/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_double.c +0 -10
- data/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_float.c +0 -10
- data/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_longdouble.c +0 -10
- data/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_struct.inc +0 -71
- data/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_struct_double.c +0 -10
- data/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_struct_float.c +0 -10
- data/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_struct_longdouble.c +0 -10
- data/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_va.inc +0 -80
- data/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_va_double.c +0 -10
- data/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_va_float.c +0 -16
- data/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_va_longdouble.c +0 -10
- data/ext/ffi_c/libffi/testsuite/libffi.complex/complex.exp +0 -36
- data/ext/ffi_c/libffi/testsuite/libffi.complex/complex.inc +0 -51
- data/ext/ffi_c/libffi/testsuite/libffi.complex/complex_defs_double.inc +0 -7
- data/ext/ffi_c/libffi/testsuite/libffi.complex/complex_defs_float.inc +0 -7
- data/ext/ffi_c/libffi/testsuite/libffi.complex/complex_defs_longdouble.inc +0 -7
- data/ext/ffi_c/libffi/testsuite/libffi.complex/complex_double.c +0 -10
- data/ext/ffi_c/libffi/testsuite/libffi.complex/complex_float.c +0 -10
- data/ext/ffi_c/libffi/testsuite/libffi.complex/complex_int.c +0 -86
- data/ext/ffi_c/libffi/testsuite/libffi.complex/complex_longdouble.c +0 -10
- data/ext/ffi_c/libffi/testsuite/libffi.complex/ffitest.h +0 -1
- data/ext/ffi_c/libffi/testsuite/libffi.complex/many_complex.inc +0 -78
- data/ext/ffi_c/libffi/testsuite/libffi.complex/many_complex_double.c +0 -10
- data/ext/ffi_c/libffi/testsuite/libffi.complex/many_complex_float.c +0 -10
- data/ext/ffi_c/libffi/testsuite/libffi.complex/many_complex_longdouble.c +0 -10
- data/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex.inc +0 -37
- data/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex1.inc +0 -41
- data/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex1_double.c +0 -10
- data/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex1_float.c +0 -10
- data/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex1_longdouble.c +0 -10
- data/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex2.inc +0 -44
- data/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex2_double.c +0 -10
- data/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex2_float.c +0 -10
- data/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex2_longdouble.c +0 -10
- data/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex_double.c +0 -10
- data/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex_float.c +0 -10
- data/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex_longdouble.c +0 -10
- data/ext/ffi_c/libffi/testsuite/libffi.go/aa-direct.c +0 -34
- data/ext/ffi_c/libffi/testsuite/libffi.go/closure1.c +0 -28
- data/ext/ffi_c/libffi/testsuite/libffi.go/ffitest.h +0 -1
- data/ext/ffi_c/libffi/testsuite/libffi.go/go.exp +0 -36
- data/ext/ffi_c/libffi/testsuite/libffi.go/static-chain.h +0 -19
- data/ext/ffi_c/rbffi.h +0 -57
- data/ext/ffi_c/rbffi_endian.h +0 -59
- data/ext/ffi_c/win32/stdbool.h +0 -8
- data/ext/ffi_c/win32/stdint.h +0 -201
- data/gen/Rakefile +0 -30
- data/libtest/Benchmark.c +0 -52
- data/libtest/BoolTest.c +0 -34
- data/libtest/BufferTest.c +0 -31
- data/libtest/ClosureTest.c +0 -205
- data/libtest/EnumTest.c +0 -51
- data/libtest/FunctionTest.c +0 -70
- data/libtest/GNUmakefile +0 -149
- data/libtest/GlobalVariable.c +0 -62
- data/libtest/LastErrorTest.c +0 -21
- data/libtest/NumberTest.c +0 -132
- data/libtest/PointerTest.c +0 -63
- data/libtest/ReferenceTest.c +0 -23
- data/libtest/StringTest.c +0 -34
- data/libtest/StructTest.c +0 -243
- data/libtest/UnionTest.c +0 -43
- data/libtest/VariadicTest.c +0 -99
- data/spec/ffi/async_callback_spec.rb +0 -35
- data/spec/ffi/bitmask_spec.rb +0 -575
- data/spec/ffi/bool_spec.rb +0 -32
- data/spec/ffi/buffer_spec.rb +0 -279
- data/spec/ffi/callback_spec.rb +0 -773
- data/spec/ffi/custom_param_type.rb +0 -37
- data/spec/ffi/custom_type_spec.rb +0 -74
- data/spec/ffi/dup_spec.rb +0 -52
- data/spec/ffi/embed-test/ext/Makefile +0 -242
- data/spec/ffi/enum_spec.rb +0 -423
- data/spec/ffi/errno_spec.rb +0 -20
- data/spec/ffi/ffi_spec.rb +0 -28
- data/spec/ffi/fixtures/Benchmark.c +0 -52
- data/spec/ffi/fixtures/BitmaskTest.c +0 -51
- data/spec/ffi/fixtures/BoolTest.c +0 -34
- data/spec/ffi/fixtures/BufferTest.c +0 -31
- data/spec/ffi/fixtures/ClosureTest.c +0 -205
- data/spec/ffi/fixtures/EnumTest.c +0 -51
- data/spec/ffi/fixtures/FunctionTest.c +0 -142
- data/spec/ffi/fixtures/GNUmakefile +0 -149
- data/spec/ffi/fixtures/GlobalVariable.c +0 -62
- data/spec/ffi/fixtures/LastErrorTest.c +0 -21
- data/spec/ffi/fixtures/NumberTest.c +0 -132
- data/spec/ffi/fixtures/PipeHelper.h +0 -21
- data/spec/ffi/fixtures/PipeHelperPosix.c +0 -41
- data/spec/ffi/fixtures/PipeHelperWindows.c +0 -72
- data/spec/ffi/fixtures/PointerTest.c +0 -63
- data/spec/ffi/fixtures/ReferenceTest.c +0 -23
- data/spec/ffi/fixtures/StringTest.c +0 -34
- data/spec/ffi/fixtures/StructTest.c +0 -243
- data/spec/ffi/fixtures/UnionTest.c +0 -43
- data/spec/ffi/fixtures/VariadicTest.c +0 -99
- data/spec/ffi/fixtures/classes.rb +0 -438
- data/spec/ffi/function_spec.rb +0 -97
- data/spec/ffi/io_spec.rb +0 -16
- data/spec/ffi/library_spec.rb +0 -286
- data/spec/ffi/long_double.rb +0 -30
- data/spec/ffi/managed_struct_spec.rb +0 -68
- data/spec/ffi/memorypointer_spec.rb +0 -78
- data/spec/ffi/number_spec.rb +0 -247
- data/spec/ffi/platform_spec.rb +0 -114
- data/spec/ffi/pointer_spec.rb +0 -285
- data/spec/ffi/rbx/attach_function_spec.rb +0 -34
- data/spec/ffi/rbx/memory_pointer_spec.rb +0 -198
- data/spec/ffi/rbx/spec_helper.rb +0 -6
- data/spec/ffi/rbx/struct_spec.rb +0 -18
- data/spec/ffi/spec_helper.rb +0 -93
- data/spec/ffi/string_spec.rb +0 -118
- data/spec/ffi/strptr_spec.rb +0 -50
- data/spec/ffi/struct_by_ref_spec.rb +0 -43
- data/spec/ffi/struct_callback_spec.rb +0 -69
- data/spec/ffi/struct_initialize_spec.rb +0 -35
- data/spec/ffi/struct_packed_spec.rb +0 -50
- data/spec/ffi/struct_spec.rb +0 -882
- data/spec/ffi/typedef_spec.rb +0 -91
- data/spec/ffi/union_spec.rb +0 -67
- data/spec/ffi/variadic_spec.rb +0 -132
- data/spec/spec.opts +0 -4
@@ -1,208 +0,0 @@
|
|
1
|
-
/* -----------------------------------------------------------------------
|
2
|
-
sysv.S - Copyright (c) 2009 Bradley Smith <brad@brad-smith.co.uk>
|
3
|
-
|
4
|
-
AVR32 Foreign Function Interface
|
5
|
-
|
6
|
-
Permission is hereby granted, free of charge, to any person obtaining
|
7
|
-
a copy of this software and associated documentation files (the
|
8
|
-
``Software''), to deal in the Software without restriction, including
|
9
|
-
without limitation the rights to use, copy, modify, merge, publish,
|
10
|
-
distribute, sublicense, and/or sell copies of the Software, and to
|
11
|
-
permit persons to whom the Software is furnished to do so, subject to
|
12
|
-
the following conditions:
|
13
|
-
|
14
|
-
The above copyright notice and this permission notice shall be included
|
15
|
-
in all copies or substantial portions of the Software.
|
16
|
-
|
17
|
-
THE SOFTWARE IS PROVIDED ``AS IS'', WITHOUT WARRANTY OF ANY KIND,
|
18
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
19
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
20
|
-
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
21
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
22
|
-
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
23
|
-
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
24
|
-
--------------------------------------------------------------------- */
|
25
|
-
|
26
|
-
#define LIBFFI_ASM
|
27
|
-
#include <fficonfig.h>
|
28
|
-
#include <ffi.h>
|
29
|
-
|
30
|
-
/* r12: ffi_prep_args
|
31
|
-
* r11: &ecif
|
32
|
-
* r10: size
|
33
|
-
* r9: cif->flags
|
34
|
-
* r8: ecif.rvalue
|
35
|
-
* sp+0: cif->rstruct_flag
|
36
|
-
* sp+4: fn */
|
37
|
-
|
38
|
-
.text
|
39
|
-
.align 1
|
40
|
-
.globl ffi_call_SYSV
|
41
|
-
.type ffi_call_SYSV, @function
|
42
|
-
ffi_call_SYSV:
|
43
|
-
stm --sp, r0,r1,lr
|
44
|
-
stm --sp, r8-r12
|
45
|
-
mov r0, sp
|
46
|
-
|
47
|
-
/* Make room for all of the new args. */
|
48
|
-
sub sp, r10
|
49
|
-
/* Pad to make way for potential skipped registers */
|
50
|
-
sub sp, 20
|
51
|
-
|
52
|
-
/* Call ffi_prep_args(stack, &ecif). */
|
53
|
-
/* r11 already set */
|
54
|
-
mov r1, r12
|
55
|
-
mov r12, sp
|
56
|
-
icall r1
|
57
|
-
|
58
|
-
/* Save new argument size */
|
59
|
-
mov r1, r12
|
60
|
-
|
61
|
-
/* Move first 5 parameters in registers. */
|
62
|
-
ldm sp++, r8-r12
|
63
|
-
|
64
|
-
/* call (fn) (...). */
|
65
|
-
ld.w r1, r0[36]
|
66
|
-
icall r1
|
67
|
-
|
68
|
-
/* Remove the space we pushed for the args. */
|
69
|
-
mov sp, r0
|
70
|
-
|
71
|
-
/* Load r1 with the rstruct flag. */
|
72
|
-
ld.w r1, sp[32]
|
73
|
-
|
74
|
-
/* Load r9 with the return type code. */
|
75
|
-
ld.w r9, sp[12]
|
76
|
-
|
77
|
-
/* Load r8 with the return value pointer. */
|
78
|
-
ld.w r8, sp[16]
|
79
|
-
|
80
|
-
/* If the return value pointer is NULL, assume no return value. */
|
81
|
-
cp.w r8, 0
|
82
|
-
breq .Lend
|
83
|
-
|
84
|
-
/* Check if return type is actually a struct */
|
85
|
-
cp.w r1, 0
|
86
|
-
breq 1f
|
87
|
-
|
88
|
-
/* Return 8bit */
|
89
|
-
cp.w r9, FFI_TYPE_UINT8
|
90
|
-
breq .Lstore8
|
91
|
-
|
92
|
-
/* Return 16bit */
|
93
|
-
cp.w r9, FFI_TYPE_UINT16
|
94
|
-
breq .Lstore16
|
95
|
-
|
96
|
-
1:
|
97
|
-
/* Return 32bit */
|
98
|
-
cp.w r9, FFI_TYPE_UINT32
|
99
|
-
breq .Lstore32
|
100
|
-
cp.w r9, FFI_TYPE_UINT16
|
101
|
-
breq .Lstore32
|
102
|
-
cp.w r9, FFI_TYPE_UINT8
|
103
|
-
breq .Lstore32
|
104
|
-
|
105
|
-
/* Return 64bit */
|
106
|
-
cp.w r9, FFI_TYPE_UINT64
|
107
|
-
breq .Lstore64
|
108
|
-
|
109
|
-
/* Didn't match anything */
|
110
|
-
bral .Lend
|
111
|
-
|
112
|
-
.Lstore64:
|
113
|
-
st.w r8[0], r11
|
114
|
-
st.w r8[4], r10
|
115
|
-
bral .Lend
|
116
|
-
|
117
|
-
.Lstore32:
|
118
|
-
st.w r8[0], r12
|
119
|
-
bral .Lend
|
120
|
-
|
121
|
-
.Lstore16:
|
122
|
-
st.h r8[0], r12
|
123
|
-
bral .Lend
|
124
|
-
|
125
|
-
.Lstore8:
|
126
|
-
st.b r8[0], r12
|
127
|
-
bral .Lend
|
128
|
-
|
129
|
-
.Lend:
|
130
|
-
sub sp, -20
|
131
|
-
ldm sp++, r0,r1,pc
|
132
|
-
|
133
|
-
.size ffi_call_SYSV, . - ffi_call_SYSV
|
134
|
-
|
135
|
-
|
136
|
-
/* r12: __ctx
|
137
|
-
* r11: __rstruct_flag
|
138
|
-
* r10: __inner */
|
139
|
-
|
140
|
-
.align 1
|
141
|
-
.globl ffi_closure_SYSV
|
142
|
-
.type ffi_closure_SYSV, @function
|
143
|
-
ffi_closure_SYSV:
|
144
|
-
stm --sp, r0,lr
|
145
|
-
mov r0, r11
|
146
|
-
mov r8, r10
|
147
|
-
sub r10, sp, -8
|
148
|
-
sub sp, 12
|
149
|
-
st.w sp[8], sp
|
150
|
-
sub r11, sp, -8
|
151
|
-
icall r8
|
152
|
-
|
153
|
-
/* Check if return type is actually a struct */
|
154
|
-
cp.w r0, 0
|
155
|
-
breq 1f
|
156
|
-
|
157
|
-
/* Return 8bit */
|
158
|
-
cp.w r12, FFI_TYPE_UINT8
|
159
|
-
breq .Lget8
|
160
|
-
|
161
|
-
/* Return 16bit */
|
162
|
-
cp.w r12, FFI_TYPE_UINT16
|
163
|
-
breq .Lget16
|
164
|
-
|
165
|
-
1:
|
166
|
-
/* Return 32bit */
|
167
|
-
cp.w r12, FFI_TYPE_UINT32
|
168
|
-
breq .Lget32
|
169
|
-
cp.w r12, FFI_TYPE_UINT16
|
170
|
-
breq .Lget32
|
171
|
-
cp.w r12, FFI_TYPE_UINT8
|
172
|
-
breq .Lget32
|
173
|
-
|
174
|
-
/* Return 64bit */
|
175
|
-
cp.w r12, FFI_TYPE_UINT64
|
176
|
-
breq .Lget64
|
177
|
-
|
178
|
-
/* Didn't match anything */
|
179
|
-
bral .Lclend
|
180
|
-
|
181
|
-
.Lget64:
|
182
|
-
ld.w r11, sp[0]
|
183
|
-
ld.w r10, sp[4]
|
184
|
-
bral .Lclend
|
185
|
-
|
186
|
-
.Lget32:
|
187
|
-
ld.w r12, sp[0]
|
188
|
-
bral .Lclend
|
189
|
-
|
190
|
-
.Lget16:
|
191
|
-
ld.uh r12, sp[0]
|
192
|
-
bral .Lclend
|
193
|
-
|
194
|
-
.Lget8:
|
195
|
-
ld.ub r12, sp[0]
|
196
|
-
bral .Lclend
|
197
|
-
|
198
|
-
.Lclend:
|
199
|
-
sub sp, -12
|
200
|
-
ldm sp++, r0,lr
|
201
|
-
sub sp, -20
|
202
|
-
mov pc, lr
|
203
|
-
|
204
|
-
.size ffi_closure_SYSV, . - ffi_closure_SYSV
|
205
|
-
|
206
|
-
#if defined __ELF__ && defined __linux__
|
207
|
-
.section .note.GNU-stack,"",@progbits
|
208
|
-
#endif
|
@@ -1,196 +0,0 @@
|
|
1
|
-
/* -----------------------------------------------------------------------
|
2
|
-
ffi.c - Copyright (c) 2012 Alexandre K. I. de Mendonca <alexandre.keunecke@gmail.com>,
|
3
|
-
Paulo Pizarro <paulo.pizarro@gmail.com>
|
4
|
-
|
5
|
-
Blackfin Foreign Function Interface
|
6
|
-
|
7
|
-
Permission is hereby granted, free of charge, to any person obtaining
|
8
|
-
a copy of this software and associated documentation files (the
|
9
|
-
``Software''), to deal in the Software without restriction, including
|
10
|
-
without limitation the rights to use, copy, modify, merge, publish,
|
11
|
-
distribute, sublicense, and/or sell copies of the Software, and to
|
12
|
-
permit persons to whom the Software is furnished to do so, subject to
|
13
|
-
the following conditions:
|
14
|
-
|
15
|
-
The above copyright notice and this permission notice shall be included
|
16
|
-
in all copies or substantial portions of the Software.
|
17
|
-
|
18
|
-
THE SOFTWARE IS PROVIDED ``AS IS'', WITHOUT WARRANTY OF ANY KIND,
|
19
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
20
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
21
|
-
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
22
|
-
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
23
|
-
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
24
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
25
|
-
DEALINGS IN THE SOFTWARE.
|
26
|
-
----------------------------------------------------------------------- */
|
27
|
-
#include <ffi.h>
|
28
|
-
#include <ffi_common.h>
|
29
|
-
|
30
|
-
#include <stdlib.h>
|
31
|
-
#include <stdio.h>
|
32
|
-
|
33
|
-
/* Maximum number of GPRs available for argument passing. */
|
34
|
-
#define MAX_GPRARGS 3
|
35
|
-
|
36
|
-
/*
|
37
|
-
* Return types
|
38
|
-
*/
|
39
|
-
#define FFIBFIN_RET_VOID 0
|
40
|
-
#define FFIBFIN_RET_BYTE 1
|
41
|
-
#define FFIBFIN_RET_HALFWORD 2
|
42
|
-
#define FFIBFIN_RET_INT64 3
|
43
|
-
#define FFIBFIN_RET_INT32 4
|
44
|
-
|
45
|
-
/*====================================================================*/
|
46
|
-
/* PROTOTYPE *
|
47
|
-
/*====================================================================*/
|
48
|
-
void ffi_prep_args(unsigned char *, extended_cif *);
|
49
|
-
|
50
|
-
/*====================================================================*/
|
51
|
-
/* Externals */
|
52
|
-
/* (Assembly) */
|
53
|
-
/*====================================================================*/
|
54
|
-
|
55
|
-
extern void ffi_call_SYSV(unsigned, extended_cif *, void(*)(unsigned char *, extended_cif *), unsigned, void *, void(*fn)(void));
|
56
|
-
|
57
|
-
/*====================================================================*/
|
58
|
-
/* Implementation */
|
59
|
-
/* */
|
60
|
-
/*====================================================================*/
|
61
|
-
|
62
|
-
|
63
|
-
/*
|
64
|
-
* This function calculates the return type (size) based on type.
|
65
|
-
*/
|
66
|
-
|
67
|
-
ffi_status ffi_prep_cif_machdep(ffi_cif *cif)
|
68
|
-
{
|
69
|
-
/* --------------------------------------*
|
70
|
-
* Return handling *
|
71
|
-
* --------------------------------------*/
|
72
|
-
switch (cif->rtype->type) {
|
73
|
-
case FFI_TYPE_VOID:
|
74
|
-
cif->flags = FFIBFIN_RET_VOID;
|
75
|
-
break;
|
76
|
-
case FFI_TYPE_UINT16:
|
77
|
-
case FFI_TYPE_SINT16:
|
78
|
-
cif->flags = FFIBFIN_RET_HALFWORD;
|
79
|
-
break;
|
80
|
-
case FFI_TYPE_UINT8:
|
81
|
-
cif->flags = FFIBFIN_RET_BYTE;
|
82
|
-
break;
|
83
|
-
case FFI_TYPE_INT:
|
84
|
-
case FFI_TYPE_UINT32:
|
85
|
-
case FFI_TYPE_SINT32:
|
86
|
-
case FFI_TYPE_FLOAT:
|
87
|
-
case FFI_TYPE_POINTER:
|
88
|
-
case FFI_TYPE_SINT8:
|
89
|
-
cif->flags = FFIBFIN_RET_INT32;
|
90
|
-
break;
|
91
|
-
case FFI_TYPE_SINT64:
|
92
|
-
case FFI_TYPE_UINT64:
|
93
|
-
case FFI_TYPE_DOUBLE:
|
94
|
-
cif->flags = FFIBFIN_RET_INT64;
|
95
|
-
break;
|
96
|
-
case FFI_TYPE_STRUCT:
|
97
|
-
if (cif->rtype->size <= 4){
|
98
|
-
cif->flags = FFIBFIN_RET_INT32;
|
99
|
-
}else if (cif->rtype->size == 8){
|
100
|
-
cif->flags = FFIBFIN_RET_INT64;
|
101
|
-
}else{
|
102
|
-
//it will return via a hidden pointer in P0
|
103
|
-
cif->flags = FFIBFIN_RET_VOID;
|
104
|
-
}
|
105
|
-
break;
|
106
|
-
default:
|
107
|
-
FFI_ASSERT(0);
|
108
|
-
break;
|
109
|
-
}
|
110
|
-
return FFI_OK;
|
111
|
-
}
|
112
|
-
|
113
|
-
/*
|
114
|
-
* This will prepare the arguments and will call the assembly routine
|
115
|
-
* cif = the call interface
|
116
|
-
* fn = the function to be called
|
117
|
-
* rvalue = the return value
|
118
|
-
* avalue = the arguments
|
119
|
-
*/
|
120
|
-
void ffi_call(ffi_cif *cif, void(*fn)(void), void *rvalue, void **avalue)
|
121
|
-
{
|
122
|
-
int ret_type = cif->flags;
|
123
|
-
extended_cif ecif;
|
124
|
-
ecif.cif = cif;
|
125
|
-
ecif.avalue = avalue;
|
126
|
-
ecif.rvalue = rvalue;
|
127
|
-
|
128
|
-
switch (cif->abi) {
|
129
|
-
case FFI_SYSV:
|
130
|
-
ffi_call_SYSV(cif->bytes, &ecif, ffi_prep_args, ret_type, ecif.rvalue, fn);
|
131
|
-
break;
|
132
|
-
default:
|
133
|
-
FFI_ASSERT(0);
|
134
|
-
break;
|
135
|
-
}
|
136
|
-
}
|
137
|
-
|
138
|
-
|
139
|
-
/*
|
140
|
-
* This function prepares the parameters (copies them from the ecif to the stack)
|
141
|
-
* to call the function (ffi_prep_args is called by the assembly routine in file
|
142
|
-
* sysv.S, which also calls the actual function)
|
143
|
-
*/
|
144
|
-
void ffi_prep_args(unsigned char *stack, extended_cif *ecif)
|
145
|
-
{
|
146
|
-
register unsigned int i = 0;
|
147
|
-
void **p_argv;
|
148
|
-
unsigned char *argp;
|
149
|
-
ffi_type **p_arg;
|
150
|
-
argp = stack;
|
151
|
-
p_argv = ecif->avalue;
|
152
|
-
for (i = ecif->cif->nargs, p_arg = ecif->cif->arg_types;
|
153
|
-
(i != 0);
|
154
|
-
i--, p_arg++) {
|
155
|
-
size_t z;
|
156
|
-
z = (*p_arg)->size;
|
157
|
-
if (z < sizeof(int)) {
|
158
|
-
z = sizeof(int);
|
159
|
-
switch ((*p_arg)->type) {
|
160
|
-
case FFI_TYPE_SINT8: {
|
161
|
-
signed char v = *(SINT8 *)(* p_argv);
|
162
|
-
signed int t = v;
|
163
|
-
*(signed int *) argp = t;
|
164
|
-
}
|
165
|
-
break;
|
166
|
-
case FFI_TYPE_UINT8: {
|
167
|
-
unsigned char v = *(UINT8 *)(* p_argv);
|
168
|
-
unsigned int t = v;
|
169
|
-
*(unsigned int *) argp = t;
|
170
|
-
}
|
171
|
-
break;
|
172
|
-
case FFI_TYPE_SINT16:
|
173
|
-
*(signed int *) argp = (signed int) * (SINT16 *)(* p_argv);
|
174
|
-
break;
|
175
|
-
case FFI_TYPE_UINT16:
|
176
|
-
*(unsigned int *) argp = (unsigned int) * (UINT16 *)(* p_argv);
|
177
|
-
break;
|
178
|
-
case FFI_TYPE_STRUCT:
|
179
|
-
memcpy(argp, *p_argv, (*p_arg)->size);
|
180
|
-
break;
|
181
|
-
default:
|
182
|
-
FFI_ASSERT(0);
|
183
|
-
break;
|
184
|
-
}
|
185
|
-
} else if (z == sizeof(int)) {
|
186
|
-
*(unsigned int *) argp = (unsigned int) * (UINT32 *)(* p_argv);
|
187
|
-
} else {
|
188
|
-
memcpy(argp, *p_argv, z);
|
189
|
-
}
|
190
|
-
p_argv++;
|
191
|
-
argp += z;
|
192
|
-
}
|
193
|
-
}
|
194
|
-
|
195
|
-
|
196
|
-
|
@@ -1,43 +0,0 @@
|
|
1
|
-
/* -----------------------------------------------------------------------
|
2
|
-
ffitarget.h - Copyright (c) 2012 Alexandre K. I. de Mendonca <alexandre.keunecke@gmail.com>
|
3
|
-
|
4
|
-
Blackfin Foreign Function Interface
|
5
|
-
|
6
|
-
Permission is hereby granted, free of charge, to any person obtaining
|
7
|
-
a copy of this software and associated documentation files (the
|
8
|
-
``Software''), to deal in the Software without restriction, including
|
9
|
-
without limitation the rights to use, copy, modify, merge, publish,
|
10
|
-
distribute, sublicense, and/or sell copies of the Software, and to
|
11
|
-
permit persons to whom the Software is furnished to do so, subject to
|
12
|
-
the following conditions:
|
13
|
-
|
14
|
-
The above copyright notice and this permission notice shall be included
|
15
|
-
in all copies or substantial portions of the Software.
|
16
|
-
|
17
|
-
THE SOFTWARE IS PROVIDED ``AS IS'', WITHOUT WARRANTY OF ANY KIND,
|
18
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
19
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
20
|
-
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
21
|
-
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
22
|
-
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
23
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
24
|
-
DEALINGS IN THE SOFTWARE.
|
25
|
-
----------------------------------------------------------------------- */
|
26
|
-
|
27
|
-
#ifndef LIBFFI_TARGET_H
|
28
|
-
#define LIBFFI_TARGET_H
|
29
|
-
|
30
|
-
#ifndef LIBFFI_ASM
|
31
|
-
typedef unsigned long ffi_arg;
|
32
|
-
typedef signed long ffi_sarg;
|
33
|
-
|
34
|
-
typedef enum ffi_abi {
|
35
|
-
FFI_FIRST_ABI = 0,
|
36
|
-
FFI_SYSV,
|
37
|
-
FFI_LAST_ABI,
|
38
|
-
FFI_DEFAULT_ABI = FFI_SYSV
|
39
|
-
} ffi_abi;
|
40
|
-
#endif
|
41
|
-
|
42
|
-
#endif
|
43
|
-
|
@@ -1,179 +0,0 @@
|
|
1
|
-
/* -----------------------------------------------------------------------
|
2
|
-
sysv.S - Copyright (c) 2012 Alexandre K. I. de Mendonca <alexandre.keunecke@gmail.com>,
|
3
|
-
Paulo Pizarro <paulo.pizarro@gmail.com>
|
4
|
-
|
5
|
-
Blackfin Foreign Function Interface
|
6
|
-
|
7
|
-
Permission is hereby granted, free of charge, to any person obtaining
|
8
|
-
a copy of this software and associated documentation files (the
|
9
|
-
``Software''), to deal in the Software without restriction, including
|
10
|
-
without limitation the rights to use, copy, modify, merge, publish,
|
11
|
-
distribute, sublicense, and/or sell copies of the Software, and to
|
12
|
-
permit persons to whom the Software is furnished to do so, subject to
|
13
|
-
the following conditions:
|
14
|
-
|
15
|
-
The above copyright notice and this permission notice shall be included
|
16
|
-
in all copies or substantial portions of the Software.
|
17
|
-
|
18
|
-
THE SOFTWARE IS PROVIDED ``AS IS'', WITHOUT WARRANTY OF ANY KIND,
|
19
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
20
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
21
|
-
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
22
|
-
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
23
|
-
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
24
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
25
|
-
DEALINGS IN THE SOFTWARE.
|
26
|
-
----------------------------------------------------------------------- */
|
27
|
-
|
28
|
-
#define LIBFFI_ASM
|
29
|
-
#include <fficonfig.h>
|
30
|
-
#include <ffi.h>
|
31
|
-
|
32
|
-
.text
|
33
|
-
.align 4
|
34
|
-
|
35
|
-
/*
|
36
|
-
There is a "feature" in the bfin toolchain that it puts a _ before function names
|
37
|
-
that's why the function here it's called _ffi_call_SYSV and not ffi_call_SYSV
|
38
|
-
*/
|
39
|
-
.global _ffi_call_SYSV;
|
40
|
-
.type _ffi_call_SYSV, STT_FUNC;
|
41
|
-
.func ffi_call_SYSV
|
42
|
-
|
43
|
-
/*
|
44
|
-
cif->bytes = R0 (fp+8)
|
45
|
-
&ecif = R1 (fp+12)
|
46
|
-
ffi_prep_args = R2 (fp+16)
|
47
|
-
ret_type = stack (fp+20)
|
48
|
-
ecif.rvalue = stack (fp+24)
|
49
|
-
fn = stack (fp+28)
|
50
|
-
got (fp+32)
|
51
|
-
|
52
|
-
There is room for improvement here (we can use temporary registers
|
53
|
-
instead of saving the values in the memory)
|
54
|
-
REGS:
|
55
|
-
P5 => Stack pointer (function arguments)
|
56
|
-
R5 => cif->bytes
|
57
|
-
R4 => ret->type
|
58
|
-
|
59
|
-
FP-20 = P3
|
60
|
-
FP-16 = SP (parameters area)
|
61
|
-
FP-12 = SP (temp)
|
62
|
-
FP-08 = function return part 1 [R0]
|
63
|
-
FP-04 = function return part 2 [R1]
|
64
|
-
*/
|
65
|
-
|
66
|
-
_ffi_call_SYSV:
|
67
|
-
.prologue:
|
68
|
-
LINK 20;
|
69
|
-
[FP-20] = P3;
|
70
|
-
[FP+8] = R0;
|
71
|
-
[FP+12] = R1;
|
72
|
-
[FP+16] = R2;
|
73
|
-
|
74
|
-
.allocate_stack:
|
75
|
-
//alocate cif->bytes into the stack
|
76
|
-
R1 = [FP+8];
|
77
|
-
R0 = SP;
|
78
|
-
R0 = R0 - R1;
|
79
|
-
R1 = 4;
|
80
|
-
R0 = R0 - R1;
|
81
|
-
[FP-12] = SP;
|
82
|
-
SP = R0;
|
83
|
-
[FP-16] = SP;
|
84
|
-
|
85
|
-
.call_prep_args:
|
86
|
-
//get the addr of prep_args
|
87
|
-
P0 = [P3 + _ffi_prep_args@FUNCDESC_GOT17M4];
|
88
|
-
P1 = [P0];
|
89
|
-
P3 = [P0+4];
|
90
|
-
R0 = [FP-16];//SP (parameter area)
|
91
|
-
R1 = [FP+12];//ecif
|
92
|
-
call (P1);
|
93
|
-
|
94
|
-
.call_user_function:
|
95
|
-
//ajust SP so as to allow the user function access the parameters on the stack
|
96
|
-
SP = [FP-16]; //point to function parameters
|
97
|
-
R0 = [SP];
|
98
|
-
R1 = [SP+4];
|
99
|
-
R2 = [SP+8];
|
100
|
-
//load user function address
|
101
|
-
P0 = FP;
|
102
|
-
P0 +=28;
|
103
|
-
P1 = [P0];
|
104
|
-
P1 = [P1];
|
105
|
-
P3 = [P0+4];
|
106
|
-
/*
|
107
|
-
For functions returning aggregate values (struct) occupying more than 8 bytes,
|
108
|
-
the caller allocates the return value object on the stack and the address
|
109
|
-
of this object is passed to the callee as a hidden argument in register P0.
|
110
|
-
*/
|
111
|
-
P0 = [FP+24];
|
112
|
-
|
113
|
-
call (P1);
|
114
|
-
SP = [FP-12];
|
115
|
-
.compute_return:
|
116
|
-
P2 = [FP-20];
|
117
|
-
[FP-8] = R0;
|
118
|
-
[FP-4] = R1;
|
119
|
-
|
120
|
-
R0 = [FP+20];
|
121
|
-
R1 = R0 << 2;
|
122
|
-
|
123
|
-
R0 = [P2+.rettable@GOT17M4];
|
124
|
-
R0 = R1 + R0;
|
125
|
-
P2 = R0;
|
126
|
-
R1 = [P2];
|
127
|
-
|
128
|
-
P2 = [FP+-20];
|
129
|
-
R0 = [P2+.rettable@GOT17M4];
|
130
|
-
R0 = R1 + R0;
|
131
|
-
P2 = R0;
|
132
|
-
R0 = [FP-8];
|
133
|
-
R1 = [FP-4];
|
134
|
-
jump (P2);
|
135
|
-
|
136
|
-
/*
|
137
|
-
#define FFIBFIN_RET_VOID 0
|
138
|
-
#define FFIBFIN_RET_BYTE 1
|
139
|
-
#define FFIBFIN_RET_HALFWORD 2
|
140
|
-
#define FFIBFIN_RET_INT64 3
|
141
|
-
#define FFIBFIN_RET_INT32 4
|
142
|
-
*/
|
143
|
-
.align 4
|
144
|
-
.align 4
|
145
|
-
.rettable:
|
146
|
-
.dd .epilogue - .rettable
|
147
|
-
.dd .rbyte - .rettable;
|
148
|
-
.dd .rhalfword - .rettable;
|
149
|
-
.dd .rint64 - .rettable;
|
150
|
-
.dd .rint32 - .rettable;
|
151
|
-
|
152
|
-
.rbyte:
|
153
|
-
P0 = [FP+24];
|
154
|
-
R0 = R0.B (Z);
|
155
|
-
[P0] = R0;
|
156
|
-
JUMP .epilogue
|
157
|
-
.rhalfword:
|
158
|
-
P0 = [FP+24];
|
159
|
-
R0 = R0.L;
|
160
|
-
[P0] = R0;
|
161
|
-
JUMP .epilogue
|
162
|
-
.rint64:
|
163
|
-
P0 = [FP+24];// &rvalue
|
164
|
-
[P0] = R0;
|
165
|
-
[P0+4] = R1;
|
166
|
-
JUMP .epilogue
|
167
|
-
.rint32:
|
168
|
-
P0 = [FP+24];
|
169
|
-
[P0] = R0;
|
170
|
-
.epilogue:
|
171
|
-
R0 = [FP+8];
|
172
|
-
R1 = [FP+12];
|
173
|
-
R2 = [FP+16];
|
174
|
-
P3 = [FP-20];
|
175
|
-
UNLINK;
|
176
|
-
RTS;
|
177
|
-
|
178
|
-
.size _ffi_call_SYSV,.-_ffi_call_SYSV;
|
179
|
-
.endfunc
|