Searched refs:PTR_SLL (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.1-release/crypto/openssl/crypto/sha/asm/
H A Dsha1-mips.pl52 $PTR_SLL="dsll"; # incidentally works even on n32
59 $PTR_SLL="sll";
275 $PTR_SLL $num,6
H A Dsha512-mips.pl55 $PTR_SLL="dsll"; # incidentally works even on n32
62 $PTR_SLL="sll";
283 $PTR_SLL @X[15],$len,`log(16*$SZ)/log(2)`
/freebsd-10.1-release/sys/mips/include/
H A Dasm.h407 #define PTR_SLL sll macro
430 #define PTR_SLL dsll macro
/freebsd-10.1-release/sys/mips/mips/
H A Dexception.S190 PTR_SLL k1, k1, 1 # shift to get 8-byte offset
/freebsd-10.1-release/crypto/openssl/crypto/aes/asm/
H A Daes-mips.pl57 $PTR_SLL="dsll"; # incidentally works even on n32
64 $PTR_SLL="sll";

Completed in 60 milliseconds