Lines Matching refs:dst
29 my($suffix,$dst,$src);
40 $dst = $arg[$#arg] if ($#arg>=0);
42 if ($dst =~ m/^%/o) { $suffix=&opsize($dst); }
45 undef $suffix if ($dst =~ m/^%[xm]/o || $src =~ m/^%[xm]/o);
181 { my($dst,$sym,$base,$reflabel)=@_;
187 &::blindpop($dst);
188 $base=$dst;
193 &::mov($dst,&::DWP("$indirect-$reflabel",$base));
197 { &::lea($dst,&::DWP("_GLOBAL_OFFSET_TABLE_+[.-$reflabel]",
199 &::mov($dst,&::DWP("$sym\@GOT",$dst));
203 { &::lea($dst,&::DWP($sym)); }