Home | History | Annotate | Download | only in asm

Lines Matching refs:rex

3039 sub rex {
3042 my $rex=0;
3044 $rex|=0x04 if($dst>=8);
3045 $rex|=0x01 if($src>=8);
3046 push @opcode,$rex|0x40 if($rex);
3054 rex(\@opcode,$4,$3);
3068 rex(\@opcode,$3,$2);