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

  /external/openssl/crypto/sha/asm/
sha512-sparcv9.pl 58 $SLL="sllx"; # shift left logical
84 $SLL="sll"; # shift left logical
224 $SLL $e,`$SZ*8-@Sigma1[2]`,$tmp1
228 $SLL $e,`$SZ*8-@Sigma1[1]`,$tmp1
232 $SLL $e,`$SZ*8-@Sigma1[0]`,$tmp1
240 $SLL $a,`$SZ*8-@Sigma0[2]`,$tmp1
244 $SLL $a,`$SZ*8-@Sigma0[1]`,$tmp1
248 $SLL $a,`$SZ*8-@Sigma0[0]`,$tmp1
277 sll $xi,`32-@sigma0[2]`,$tmp
    [all...]
  /external/v8/src/mips/
constants-mips.cc 236 case SLL:
constants-mips.h 213 SLL = ((0 << 3) + 0),
345 // A nop instruction. (Encoding of sll 0 0 0).
assembler-mips.cc 743 void Assembler::sll(Register rd, Register rt, uint16_t sa) { function in class:v8::internal::Assembler
744 GenInstrRegister(SPECIAL, zero_reg, rt, rd, sa, SLL);
simulator-mips.cc 927 case SLL:
    [all...]

Completed in 27 milliseconds