Searched refs:rex (Results 1 - 3 of 3) sorted by relevance

/fuchsia/zircon/third_party/ulib/uboringssl/crypto/perlasm/
H A Dx86_64-xlate.pl943 sub rex {
945 my ($dst,$src,$rex)=@_;
947 $rex|=0x04 if($dst>=8);
948 $rex|=0x01 if($src>=8);
949 push @$opcode,($rex|0x40) if ($rex);
958 rex(\@opcode,$src,$dst,0x8);
965 rex(\@opcode,$src,$dst,0x8);
982 rex(\@opcode,$src,$dst);
1000 rex(\
942 sub rex { subroutine
[all...]
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/fipsmodule/sha/asm/
H A Dsha1-x86_64.pl2045 my $rex=0;
2046 $rex|=0x04 if ($2>=8);
2047 $rex|=0x01 if ($1>=8);
2048 unshift @opcode,0x40|$rex if ($rex);
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/fipsmodule/aes/asm/
H A Daesni-x86_64.pl5081 sub rex {
5084 my $rex=0;
5086 $rex|=0x04 if($dst>=8);
5087 $rex|=0x01 if($src>=8);
5088 push @opcode,$rex|0x40 if($rex);
5096 rex(\@opcode,$4,$3);
5110 rex(\@opcode,$3,$2);
5067 sub rex { subroutine

Completed in 36 milliseconds