Lines Matching refs:ig
207 $self->{value} =~ s/0x([0-9a-f]+)/0$1h/ig if ($masm);273 $self->{label} =~ s/(?<![\w\$\.])0x([0-9a-f]+)/0$1h/ig;604 $var=~s/^0x([0-9a-f]+)/0$1h/ig if ($masm);618 map(s/0x([0-9a-f]+)/0$1h/ig,@str) if ($masm);