Home | History | Annotate | Download | only in perlasm

Lines Matching defs:out

135     sub out {
191 sub out {
232 sub out {
331 sub out {
352 sub out {
420 sub out {
663 sub out {
872 if ($label=label->re(\$line)) { print $label->out(); }
875 printf "%s",directive->out();
906 $insn = $opcode->out($#args>=1?$args[$#args]->size():$sz);
907 @args = map($_->out($sz),@args);
910 $insn = $opcode->out();
912 my $arg = $_->out();
922 if ($insn eq "movq" && $#args == 1 && $args[0]->out($sz) eq "xmm0" && $args[1]->out($sz) eq "rax") {
926 printf "\t%s\t%s",$insn,join(",",map($_->out($sz),@args));
930 printf "\t%s",$opcode->out();