Home | History | Annotate | Download | only in asm

Lines Matching refs:rex

3040 sub rex {
3043 my $rex=0;
3045 $rex|=0x04 if($dst>=8);
3046 $rex|=0x01 if($src>=8);
3047 push @opcode,$rex|0x40 if($rex);
3055 rex(\@opcode,$4,$3);
3069 rex(\@opcode,$3,$2);