Searched refs:pDst (Results 1 – 3 of 3) sorted by relevance
/openbsd/lib/libcrypto/bn/asm/ |
H A D | modexp512-x86_64.pl | 153 my ($pDst, $pSrc, $cnt, $d0)=@_; 158 mov $d0#w, ($pDst) 160 mov $d0#w, (+64*1)($pDst) 162 mov $d0#w, (+64*2)($pDst) 164 mov $d0#w, (+64*3)($pDst) 166 lea 64*4($pDst), $pDst 196 mov $d0, (+8*0)($pDst) 197 mov $d1, (+8*1)($pDst) 199 lea 8*2($pDst), $pDst 628 my ($pDst, $pDst_o) = ($pDst =~ m/([^+]*)\+?(.*)?/); [all …]
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/ |
H A D | 941014-2.c | 10 register unsigned long *pDst; in f() local 33 *pDst = (*pDst & ((tmp << v3) | (b >> v4) & ca1 ^ cx1) in f() 35 *pDst = *pDst & tmp; in f()
|
/openbsd/sys/dev/acpi/ |
H A D | dsdt.c | 1219 uint8_t *pDst = pvDst; in aml_bufcpy() local 1224 memcpy(pDst+aml_bytepos(dstPos), pSrc+aml_bytepos(srcPos), in aml_bufcpy() 1231 aml_setbit(pDst, idx + dstPos, aml_tstbit(pSrc, idx + srcPos)); in aml_bufcpy()
|