| /src/lib/libcurses/ | 
| ripoffline.c | 74 	const struct __ripoff *rip;  local in function:__rippedlines 78 	for (i = 0, rip = screen->ripped; i < screen->nripped; i++, rip++) {
 79 		if (line < 1 && rip->nlines < 0)
 80 			n += -rip->nlines;
 81 		else if (line > 0 && rip->nlines > 0)
 82 			n += rip->nlines;
 98 	struct __ripoff *rip;  local in function:__ripoffscreen
 101 	rip = screen->ripped;
 112 			rip->win = w
 143  struct __ripoff *rip;  local in function:__ripoffresize
 171  struct __ripoff *rip;  local in function:__ripofftouch
 187  struct ripoff *rip;  local in function:__unripoffline
 [all...]
 | 
| /src/tests/kernel/arch/x86_64/ | 
| signalsphandler.S | 52 	movq	%rsp,_C_LABEL(signalsp)(%rip) 53 	addq	$-8,_C_LABEL(signalsp)(%rip)
 
 | 
| contextspfunc.S | 52 	movq	%rsp,_C_LABEL(contextsp)(%rip) 53 	addq	$-8,_C_LABEL(contextsp)(%rip)
 
 | 
| execsp.S | 43 	movq	%rsp,_C_LABEL(startsp)(%rip) 71 	movq	%rsp,_C_LABEL(ctorsp)(%rip)
 72 	addq	$-8,_C_LABEL(ctorsp)(%rip)
 89 	movq	%rsp,_C_LABEL(mainsp)(%rip)
 90 	addq	$-8,_C_LABEL(mainsp)(%rip)
 103 	movq	%rsp,_C_LABEL(dtorsp)(%rip)
 104 	addq	$-8,_C_LABEL(dtorsp)(%rip)
 
 | 
| /src/sys/lib/libkern/arch/x86_64/ | 
| random.S | 80 	imull	randseed(%rip) 85 	movl	%eax,randseed(%rip)
 89 	movl	%eax,randseed(%rip)
 
 | 
| /src/lib/csu/arch/x86_64/ | 
| crtbegin.S | 81 	cmpb	$0, __finished(%rip) 86 	movb	$1, __finished(%rip)
 90 	cmpq	$0, __cxa_finalize@GOTPCREL(%rip)
 92 	movq	__dso_handle(%rip), %rdi
 97 	leaq	8+__DTOR_LIST__(%rip), %rbx
 107 	cmpq	$0, __deregister_frame_info@GOTPCREL(%rip)
 109 	leaq	__EH_FRAME_LIST__(%rip), %rdi
 117 	cmpb	$0, __initialized(%rip)
 122 	movb	$1, __initialized(%rip)
 124 	cmpq	$0, __register_frame_info@GOTPCREL(%rip)
 [all...]
 | 
| /src/sys/arch/amd64/include/ | 
| csan.h | 94 	uint64_t *rbp, rip;  local in function:kcsan_md_unwind 104 		/* 8(%rbp) contains the saved %rip. */
 105 		rip = *(rbp + 1);
 107 		if (rip < KERNBASE) {
 110 		error = ksyms_getname(&mod, &sym, (vaddr_t)rip, KSYMS_PROC);
 114 		printf("#%zu %p in %s <%s>\n", nsym, (void *)rip, sym, mod);
 
 | 
| /src/lib/libm/arch/i387/ | 
| s_copysign.S | 32 	movq	.Lpos(%rip),%xmm2 33 	movq	.Lneg(%rip),%xmm3
 
 | 
| s_copysignf.S | 31 	movss	.Lpos(%rip),%xmm2 32 	movss	.Lneg(%rip),%xmm3
 
 | 
| /src/sys/external/bsd/gnu-efi/dist/gnuefi/ | 
| crt0-efi-x86_64.S | 49 	lea ImageBase(%rip), %rdi 50 	lea _DYNAMIC(%rip), %rsi
 
 | 
| /src/sbin/routed/ | 
| input.c | 48 		  struct rip *, int); 50 static int ck_passwd(struct interface *, struct rip *, void *,
 54 /* process RIP input
 83 				LOGERR("recvfrom(rip)");
 87 			logbad(1,"impossible recvfrom(rip) fromlen=%d",
 131 		input(&from, sifp, aifp, &inbuf.pbuf.rip, cc);
 136 /* Process a RIP packet
 142       struct rip *rip,
 165 	trace_rip("Recv", "from", from, sifp, rip, cc)
 [all...]
 | 
| /src/lib/libc/arch/x86_64/gen/ | 
| fabs.S | 15 	movsd	__signmask(%rip),%xmm1 
 | 
| /src/sys/external/bsd/compiler_rt/dist/lib/builtins/x86_64/ | 
| floatundixf.S | 16 #define REL_ADDR(_a)	(_a)(%rip) 49 #define REL_ADDR(_a)	(_a)(%rip)
 
 | 
| floatundidf.S | 34 #define REL_ADDR(_a)	(_a)(%rip) 
 | 
| floatundisf.S | 16 #define REL_ADDR(_a)	(_a)(%rip) 
 | 
| /src/sys/arch/i386/stand/efiboot/bootx64/ | 
| start.S | 53 	lea	ImageBase(%rip), %rdi 54 	lea	_DYNAMIC(%rip), %rsi
 
 | 
| /src/lib/libc/arch/x86_64/sys/ | 
| brk.S | 73 	cmpq	%rdi,_C_LABEL(__minbrk)(%rip) 75 	movq	_C_LABEL(__minbrk)(%rip),%rdi
 79 	movq	%rdi,CURBRK(%rip)
 
 | 
| sbrk.S | 72 	movq	CURBRK(%rip),%rax 79 	movq	CURBRK(%rip),%rax
 80 	addq	%rsi,CURBRK(%rip)
 
 | 
| __sigtramp2.S | 70 	.cfi_offset rip, UC_GREGS_RIP 
 | 
| /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_scalarmult/curve25519/sandy2x/ | 
| ladder_base.S | 27 vmovdqa v0_0(%rip),%xmm0 28 vmovdqa v1_0(%rip),%xmm1
 29 vmovdqa v9_0(%rip),%xmm2
 156 vpaddq subc0(%rip),%xmm11,%xmm10
 162 vpaddq subc0(%rip),%xmm0,%xmm0
 176 vpaddq subc2(%rip),%xmm2,%xmm2
 191 vpaddq subc2(%rip),%xmm4,%xmm4
 204 vpaddq subc2(%rip),%xmm6,%xmm6
 211 vpmuludq v19_19(%rip),%xmm5,%xmm5
 220 vpmuludq v19_19(%rip),%xmm3,%xmm
 [all...]
 | 
| ladder.S | 28 vmovdqa v0_0(%rip),%xmm0 29 vmovdqa v1_0(%rip),%xmm1
 59 vpmuludq v19_19(%rip),%xmm10,%xmm10
 63 vpmuludq v19_19(%rip),%xmm10,%xmm10
 67 vpmuludq v19_19(%rip),%xmm10,%xmm10
 71 vpmuludq v19_19(%rip),%xmm10,%xmm10
 74 vpmuludq v2_1(%rip),%xmm10,%xmm10
 76 vpmuludq v19_19(%rip),%xmm10,%xmm10
 79 vpmuludq v2_1(%rip),%xmm10,%xmm10
 81 vpmuludq v19_19(%rip),%xmm10,%xmm1
 [all...]
 | 
| /src/share/examples/asm/hello/ | 
| x86_64.s | 76 	leaq	message(%rip), %rsi	/* %rsi: buf = message */ 
 | 
| /src/sys/external/bsd/compiler_rt/dist/lib/xray/ | 
| xray_trampoline_x86_64.S | 111 	movq	ASM_SYMBOL(_ZN6__xray19XRayPatchedFunctionE)(%rip), %rax 145 	movq	ASM_SYMBOL(_ZN6__xray19XRayPatchedFunctionE)(%rip), %rax
 177 	movq	ASM_SYMBOL(_ZN6__xray19XRayPatchedFunctionE)(%rip), %rax
 204 	movq	ASM_SYMBOL(_ZN6__xray13XRayArgLoggerE)(%rip), %rax
 209 	movq	ASM_SYMBOL(_ZN6__xray19XRayPatchedFunctionE)(%rip), %rax
 244 	movq ASM_SYMBOL(_ZN6__xray22XRayPatchedCustomEventE)(%rip), %rax
 269 	movq ASM_SYMBOL(_ZN6__xray21XRayPatchedTypedEventE)(%rip), %rax
 
 | 
| /src/lib/libskey/ | 
| skey.h | 78 void rip(char *); 
 | 
| /src/include/protocols/ | 
| routed.h | 99 		int16_t	md5_pkt_len;	/* RIP-II packet length */ 111 struct rip {  struct
 132 /* Gated extended RIP to include a "poll" command instead of using
 148 #define NETS_LEN ((MAXPACKETSIZE-sizeof(struct rip))	\
 
 |