Differences From Artifact [42e4b0c178]:
- File ffcall/avcall/reg-struct-return — part of check-in [c83183fa27] at 2013-05-11 07:09:05 on branch trunk — Updated ffcall src. Removed canvas-draw (can use direct from site now?) (user: matt, size: 843) [annotate] [blame] [check-ins using] [more...]
- File ffcall/callback/vacall_r/reg-struct-return — part of check-in [c83183fa27] at 2013-05-11 07:09:05 on branch trunk — Updated ffcall src. Removed canvas-draw (can use direct from site now?) (user: matt, size: 843) [annotate] [blame] [check-ins using]
- File ffcall/vacall/reg-struct-return — part of check-in [c83183fa27] at 2013-05-11 07:09:05 on branch trunk — Updated ffcall src. Removed canvas-draw (can use direct from site now?) (user: matt, size: 843) [annotate] [blame] [check-ins using]
To Artifact [7a5173f469]:
- File ffcall/avcall/reg-struct-return — part of check-in [24d3bc4776] at 2011-01-30 17:11:43 on branch trunk — Adding ffcall (and built files) (user: matt, size: 740) [annotate] [blame] [check-ins using] [more...]
- File ffcall/callback/vacall_r/reg-struct-return — part of check-in [24d3bc4776] at 2011-01-30 17:11:43 on branch trunk — Adding ffcall (and built files) (user: matt, size: 740) [annotate] [blame] [check-ins using]
- File ffcall/vacall/reg-struct-return — part of check-in [24d3bc4776] at 2011-01-30 17:11:43 on branch trunk — Adding ffcall (and built files) (user: matt, size: 740) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 9 10 11 | Return values in registers, with "gcc -freg-struct-return": "---" means return in memory. I_III C_CdC D_fDd J_JiJ T_TcT X_BcdB i386 eax al --- eax,edx --- --- m68k d0 d0 --- d0,d1 --- --- mips $2 $2 --- --- --- --- sparc %o0 %o0 --- --- --- --- alpha $0 $0 $0 $0,$1 --- --- hppa %r28 %r28 --- --- --- --- arm r0 r0 --- r0,r1 --- --- | | < | < | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | Return values in registers, with "gcc -freg-struct-return": "---" means return in memory. I_III C_CdC D_fDd J_JiJ T_TcT X_BcdB i386 eax al --- eax,edx --- --- m68k d0 d0 --- d0,d1 --- --- mips $2 $2 --- --- --- --- sparc %o0 %o0 --- --- --- --- alpha $0 $0 $0 $0,$1 --- --- hppa %r28 %r28 --- --- --- --- arm r0 r0 --- r0,r1 --- --- rs6000 3 3 --- 3,4 --- --- m88k r2 --- --- --- --- --- convex s0 s0 s0 s0.l --- --- ia64 r8 r8 f8 r8,r9 r8 --- x86_64 eax eax xmm0 rax,rdx rax |