Searched refs:vseg (Results 1 - 4 of 4) sorted by relevance
/third_party/musl/src/internal/ |
H A D | fdpic_crt.h | 17 int nsegs = lm->nsegs, rseg = 0, vseg = 0; in __fdpic_fixup() local 24 while (*r-lm->segs[vseg].p_vaddr >= lm->segs[vseg].p_memsz) in __fdpic_fixup() 25 if (++vseg == nsegs) vseg = 0; in __fdpic_fixup() 26 *r += lm->segs[vseg].addr - lm->segs[vseg].p_vaddr; in __fdpic_fixup()
|
/third_party/node/deps/openssl/openssl/crypto/perlasm/ |
H A D | s390x.pm | 50 vsel vseg vsegb vsegh vsegf vst vsteb vsteh vstef vsteg vstm vstl 604 sub vseg { subroutine 609 vseg(@_,0); 612 vseg(@_,1); 615 vseg(@_,2);
|
/third_party/openssl/crypto/perlasm/ |
H A D | s390x.pm | 50 vsel vseg vsegb vsegh vsegf vst vsteb vsteh vstef vsteg vstm vstl 604 sub vseg { subroutine 609 vseg(@_,0); 612 vseg(@_,1); 615 vseg(@_,2);
|
/third_party/node/deps/v8/src/codegen/s390/ |
H A D | constants-s390.h | 475 V(vseg, VSEG, 0xE75F) /* type = VRR_A VECTOR SIGN EXTEND TO DOUBLEWORD */ \
|
Completed in 13 milliseconds