Home | History | Annotate | Download | only in asm

Lines Matching refs:code

16 # fast as code generated by gcc 3.2. PA-RISC 2.0 loop is scheduled for
18 # processed byte. This is ~2.2x faster than 64-bit code generated by
80 $rem2="%r6"; # used in PA-RISC 2.0 code
82 $code.=<<___;
85 .SUBSPA \$CODE\$,QUAD=0,ALIGN=8,ACCESS=0x2C,CODE_ONLY
99 $code.=<<___ if ($SIZE_T==4);
106 $code.=<<___;
115 $code.=<<___ if ($SIZE_T==4);
124 $code.=<<___;
211 $code.=<<___ if ($SIZE_T==4);
322 $code.=<<___;
329 $code.=<<___ if ($SIZE_T==4);
336 $code.=<<___;
354 $code.=<<___ if ($SIZE_T==4);
361 $code.=<<___;
370 $code.=<<___ if ($SIZE_T==4);
380 $code.=<<___;
478 $code.=<<___ if ($SIZE_T==4);
599 $code.=<<___;
606 $code.=<<___ if ($SIZE_T==4);
613 $code.=<<___;
722 ref($opcode) eq 'CODE' ? &$opcode($mod,$args) : "\t$mnemonic$mod\t$args";
725 foreach (split("\n",$code)) {