OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:regrm
(Results
1 - 2
of
2
) sorted by null
/external/boringssl/src/crypto/perlasm/
x86asm.pl
84
my %
regrm
= ( "eax"=>0, "ecx"=>1, "edx"=>2, "ebx"=>3,
89
{ &::data_byte(0x66,0x0f,0x3a,0x16,0xc0|($2<<3)|$
regrm
{$1},$imm); }
97
{ &::data_byte(0x66,0x0f,0x3a,0x22,0xc0|($1<<3)|$
regrm
{$2},$imm); }
129
{ &::data_byte(0x0f,0xc7,0xf0|$
regrm
{$dst}); }
x86_64-xlate.pl
679
my %
regrm
= ( "%eax"=>0, "%ecx"=>1, "%edx"=>2, "%ebx"=>3,
687
if ($dst !~ /[0-9]+/) { $dst = $
regrm
{"%e$dst"}; }
694
if ($dst !~ /[0-9]+/) { $dst = $
regrm
{"%e$dst"}; }
711
elsif ($dst =~ /%e/) { $dst = $
regrm
{$dst}; }
729
elsif ($src =~ /%e/) { $src = $
regrm
{$src}; }
783
if ($dst !~ /[0-9]+/) { $dst = $
regrm
{"%e$dst"}; }
796
if ($dst !~ /[0-9]+/) { $dst = $
regrm
{"%e$dst"}; }
[
all
...]
Completed in 2218 milliseconds