Home
last modified time | relevance | path

Searched refs:PTR_SLL (Results 1 – 7 of 7) sorted by relevance

/openbsd/lib/libcrypto/sha/asm/
H A Dsha1-mips.pl52 $PTR_SLL="dsll"; # incidentally works even on n32
59 $PTR_SLL="sll";
271 $PTR_SLL $num,6
H A Dsha512-mips.pl61 $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 Dasm.h164 #define PTR_SLL sll macro
176 #define PTR_SLL dsll
/openbsd/sys/arch/mips64/mips64/
H A Dtlbhandler.S71 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 Dcontext.S141 PTR_SLL v0, v0, 0x3 # size of pmap_asid_info
168 PTR_SLL t2, PTE_LOG + 1
/openbsd/libexec/ld.so/mips64/
H A Dldasm.S74 PTR_SLL a3, a3, LOGREGSZ
/openbsd/lib/libcrypto/aes/asm/
H A Daes-mips.pl63 $PTR_SLL="dsll"; # incidentally works even on n32
70 $PTR_SLL="sll";