Add 8 tests: stdcall (1 arg, 2 args no cleanup), thiscall (ecx+stack, ecx only), fastcall (ecx+edx+stack, registers only), x64 not-implemented. All existing stub code already handles these conventions correctly via the switch in BuildX86Stub. All passing (total: 83).