HomeSort by: relevance | last modified time | path
    Searched refs:rip (Results 1 - 25 of 376) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/lib/libcurses/
ripoffline.c 74 const struct __ripoff *rip; local
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
101 rip = screen->ripped;
112 rip->win = w
143 struct __ripoff *rip; local
171 struct __ripoff *rip; local
187 struct ripoff *rip; local
    [all...]
  /src/tests/kernel/arch/x86_64/
contextspfunc.S 52 movq %rsp,_C_LABEL(contextsp)(%rip)
53 addq $-8,_C_LABEL(contextsp)(%rip)
signalsphandler.S 52 movq %rsp,_C_LABEL(signalsp)(%rip)
53 addq $-8,_C_LABEL(signalsp)(%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
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/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
amd64-disp-step-avx.S 18 Test displaced stepping over VEX-encoded RIP-relative AVX
28 /* Test a VEX2-encoded RIP-relative instruction. */
32 vmovsd ro_var(%rip),%xmm0
37 /* Test a VEX3-encoded RIP-relative instruction. */
41 vextractf128 $0x0,%ymm0,var128(%rip)
49 /* RIP-relative ro-data for VEX2 test above. */
64 /* RIP-relative data for VEX3 test above. */
amd64-disp-step.S 89 /* test rip-relative
90 GDB picks a spare register to hold the rip-relative address.
95 add answer(%rip),%rax
102 add answer(%rip),%rbx
109 add answer(%rip),%rcx
116 add answer(%rip),%rdx
123 add answer(%rip),%rbp
130 add answer(%rip),%rsi
137 add answer(%rip),%rdi
144 jmpq *jmp_dest(%rip)
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
amd64-disp-step-avx.S 18 Test displaced stepping over VEX-encoded RIP-relative AVX
28 /* Test a VEX2-encoded RIP-relative instruction. */
32 vmovsd ro_var(%rip),%xmm0
37 /* Test a VEX3-encoded RIP-relative instruction. */
41 vextractf128 $0x0,%ymm0,var128(%rip)
49 /* RIP-relative ro-data for VEX2 test above. */
64 /* RIP-relative data for VEX3 test above. */
amd64-disp-step.S 89 /* test rip-relative
90 GDB picks a spare register to hold the rip-relative address.
95 add answer(%rip),%rax
102 add answer(%rip),%rbx
109 add answer(%rip),%rcx
116 add answer(%rip),%rdx
123 add answer(%rip),%rbp
130 add answer(%rip),%rsi
137 add answer(%rip),%rdi
144 jmpq *jmp_dest(%rip)
    [all...]
  /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)
  /src/crypto/external/apache2/openssl/lib/libcrypto/arch/x86_64/
rsaz-2k-avx512.S 7 movl OPENSSL_ia32cap_P+8(%rip),%ecx
304 valignq $3,.Lzeros(%rip),%ymm0,%ymm0
307 vpandq .Lmask52x4(%rip),%ymm3,%ymm3
308 vpandq .Lmask52x4(%rip),%ymm16,%ymm16
309 vpandq .Lmask52x4(%rip),%ymm17,%ymm17
310 vpandq .Lmask52x4(%rip),%ymm18,%ymm18
311 vpandq .Lmask52x4(%rip),%ymm19,%ymm19
322 vpcmpuq $6,.Lmask52x4(%rip),%ymm3,%k1
323 vpcmpuq $6,.Lmask52x4(%rip),%ymm16,%k2
324 vpcmpuq $6,.Lmask52x4(%rip),%ymm17,%k
    [all...]
rsaz-4k-avx512.S 405 valignq $3,.Lzeros(%rip),%ymm0,%ymm0
408 vpandq .Lmask52x4(%rip),%ymm3,%ymm3
409 vpandq .Lmask52x4(%rip),%ymm4,%ymm4
410 vpandq .Lmask52x4(%rip),%ymm5,%ymm5
411 vpandq .Lmask52x4(%rip),%ymm6,%ymm6
412 vpandq .Lmask52x4(%rip),%ymm7,%ymm7
413 vpandq .Lmask52x4(%rip),%ymm8,%ymm8
414 vpandq .Lmask52x4(%rip),%ymm9,%ymm9
415 vpandq .Lmask52x4(%rip),%ymm10,%ymm10
416 vpandq .Lmask52x4(%rip),%ymm11,%ymm1
    [all...]
rsaz-3k-avxifma.S 611 vpand .Lhigh64x3(%rip),%ymm0,%ymm0
617 vpand .Lmask52x4(%rip),%ymm3,%ymm3
618 vpand .Lmask52x4(%rip),%ymm4,%ymm4
619 vpand .Lmask52x4(%rip),%ymm5,%ymm5
620 vpand .Lmask52x4(%rip),%ymm6,%ymm6
621 vpand .Lmask52x4(%rip),%ymm7,%ymm7
622 vpand .Lmask52x4(%rip),%ymm8,%ymm8
623 vpand .Lmask52x4(%rip),%ymm9,%ymm9
624 vpand .Lmask52x4(%rip),%ymm10,%ymm10
638 vpcmpgtq .Lmask52x4(%rip),%ymm3,%ymm
    [all...]
rsaz-3k-avx512.S 501 valignq $3,.Lzeros(%rip),%ymm0,%ymm0
504 vpandq .Lmask52x4(%rip),%ymm3,%ymm3
505 vpandq .Lmask52x4(%rip),%ymm4,%ymm4
506 vpandq .Lmask52x4(%rip),%ymm5,%ymm5
507 vpandq .Lmask52x4(%rip),%ymm6,%ymm6
508 vpandq .Lmask52x4(%rip),%ymm7,%ymm7
509 vpandq .Lmask52x4(%rip),%ymm8,%ymm8
510 vpandq .Lmask52x4(%rip),%ymm9,%ymm9
511 vpandq .Lmask52x4(%rip),%ymm10,%ymm10
525 vpcmpuq $6,.Lmask52x4(%rip),%ymm3,%k
    [all...]
  /src/sys/arch/i386/stand/efiboot/bootx64/
start.S 53 lea ImageBase(%rip), %rdi
54 lea _DYNAMIC(%rip), %rsi
  /src/external/apache2/llvm/dist/clang/lib/Headers/
uintrintrin.h 25 unsigned long long rip; member in struct:__uintr_frame
  /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)

Completed in 48 milliseconds

1 2 3 4 5 6 7 8 91011>>