Searched refs:PTR_SLL (Results 1 – 7 of 7) sorted by relevance
/openbsd/lib/libcrypto/sha/asm/ |
H A D | sha1-mips.pl | 52 $PTR_SLL="dsll"; # incidentally works even on n32 59 $PTR_SLL="sll"; 271 $PTR_SLL $num,6
|
H A D | sha512-mips.pl | 61 $PTR_SLL="dsll"; # incidentally works even on n32 68 $PTR_SLL="sll"; 285 $PTR_SLL @X[15],$len,`log(16*$SZ)/log(2)`
|
/openbsd/sys/arch/mips64/include/ |
H A D | asm.h | 164 #define PTR_SLL sll macro 176 #define PTR_SLL dsll
|
/openbsd/sys/arch/mips64/mips64/ |
H A D | tlbhandler.S | 71 PTR_SLL k0, k0, LOGREGSZ 165 PTR_SLL k0, k0, PTE_LOG # compute offset from index 242 PTR_SLL k0, k0, (PTE_LOG + 1) # compute offset from index 327 PTR_SLL ta2, ta1, PAGE_SHIFT + 1 387 PTR_SLL ta2, v0, PAGE_SHIFT + 1
|
H A D | context.S | 141 PTR_SLL v0, v0, 0x3 # size of pmap_asid_info 168 PTR_SLL t2, PTE_LOG + 1
|
/openbsd/libexec/ld.so/mips64/ |
H A D | ldasm.S | 74 PTR_SLL a3, a3, LOGREGSZ
|
/openbsd/lib/libcrypto/aes/asm/ |
H A D | aes-mips.pl | 63 $PTR_SLL="dsll"; # incidentally works even on n32 70 $PTR_SLL="sll";
|