HomeSort by relevance Sort by last modified time
    Searched refs:rxb (Results 1 - 4 of 4) sorted by null

  /external/boringssl/src/crypto/perlasm/
x86asm.pl 134 sub rxb { subroutine
136 my ($dst,$src1,$src2,$rxb)=@_;
138 $rxb|=0x7<<5;
139 $rxb&=~(0x04<<5) if($dst>=8);
140 $rxb&=~(0x01<<5) if($src1>=8);
141 $rxb&=~(0x02<<5) if($src2>=8);
142 push @opcode,$rxb;
149 rxb(\@opcode,$1,$2,-1,0x08);
x86_64-xlate.pl 805 sub rxb {
807 my ($dst,$src1,$src2,$rxb)=@_;
809 $rxb|=0x7<<5;
810 $rxb&=~(0x04<<5) if($dst>=8);
811 $rxb&=~(0x01<<5) if($src1>=8);
812 $rxb&=~(0x02<<5) if($src2>=8);
813 push @opcode,$rxb;
819 rxb(\@opcode,$3,$2,-1,0x08);
833 rxb(\@opcode,$3,$2,-1,0x08);
804 sub rxb { subroutine
    [all...]
  /external/v8/src/x64/
assembler-x64-inl.h 195 byte rxb = ~((reg.high_bit() << 2) | rm.high_bit()) << 5; local
196 emit(rxb | m);
203 byte rxb = ~((reg.high_bit() << 2) | rm.rex_) << 5; local
204 emit(rxb | m);
  /toolchain/binutils/binutils-2.25/gas/config/
tc-rx.c 1734 rx_bytesT * rxb = fragP->tc_frag_data; local
    [all...]

Completed in 99 milliseconds