Add 2 new library calling conventions sensitive to regparm module flag
(one the analogue of the C calling conv, and one stdcall)Case all constructions of library calls in ISEL to hook into target-specific attribute labeller. This fixesallows libcalls to be sensitive to
the issue where thedefault regparm attribute was ignored for library calls
(PR3997).flag.