Lines Matching refs:Conv1
13956 my (%Conv1, %Conv2) = ();
13959 %Conv1 = callingConvention_R_Real($CompleteSignature{1}{$Symbol});
13964 …%Conv1 = callingConvention_R_Model($CompleteSignature{1}{$Symbol}, $TypeInfo{1}, $Arch1, $OStarget…
13972 if($Conv1{"Method"} eq "stack") {
13975 elsif($Conv1{"Hidden"}) {
13996 if($Conv1{"Method"} ne $Conv2{"Method"})
13998 if($Conv1{"Method"} eq "stack")
14008 if($Conv1{"Method"} eq "reg")
14010 if($Conv1{"Registers"} ne $Conv2{"Registers"})
14012 if($Conv1{"Hidden"}) {
14607 my (%Conv1, %Conv2) = ();
14610 %Conv1 = callingConvention_P_Real($CompleteSignature{1}{$Symbol}, $ParamPos1);
14615 …%Conv1 = callingConvention_P_Model($CompleteSignature{1}{$Symbol}, $ParamPos1, $TypeInfo{1}, $Arch…
14618 if($Conv1{"Method"} eq $Conv2{"Method"})
14620 if($Conv1{"Method"} eq "stack")
14626 elsif($Conv1{"Method"} eq "reg")
14628 if($Conv1{"Registers"} ne $Conv2{"Registers"}) {
14633 elsif($Conv1{"Method"} ne "unknown"
14636 if($Conv1{"Method"} eq "stack") {
14639 elsif($Conv1{"Method"} eq "register") {
14643 $SubProblems{$SubProblemType}{"Old_Reg"} = $Conv1{"Registers"};