Home | History | Annotate | Download | only in asm

Lines Matching refs:xlate

67 ( $xlate="${dir}x86_64-xlate.pl" and -f $xlate ) or
68 ( $xlate="${dir}../../perlasm/x86_64-xlate.pl" and -f $xlate) or
69 die "can't locate x86_64-xlate.pl";
71 open OUT,"| \"$^X\" $xlate $flavour $output";