Searched refs:sel (Results 1 – 5 of 5) sorted by relevance
/sysdeps/mach/hurd/i386/ |
A D | tls.h | 89 # define __i386_set_gdt(thr, sel, desc) ((void) (thr), (void) (sel), (void) (desc), MIG_BAD_ID) argument 108 # define HURD_SEL_LDT(sel) (__builtin_expect ((sel) & 4, 0)) argument 124 int sel = -1; in _hurd_tls_init() local 129 sel = 0x27; in _hurd_tls_init() 321 int sel; in _hurd_tls_fork() local 330 if (HURD_SEL_LDT (sel)) in _hurd_tls_fork() 339 if (HURD_SEL_LDT (sel)) in _hurd_tls_fork() 344 state->gs = sel; in _hurd_tls_fork() 352 int sel; in _hurd_tls_new() local 363 if (HURD_SEL_LDT (sel)) in _hurd_tls_new() [all …]
|
/sysdeps/mach/hurd/i386/htl/ |
A D | pt-machdep.c | 64 int sel; in __thread_set_pcsptp() local 66 asm ("mov %%gs, %w0": "=q" (sel):"0" (0)); in __thread_set_pcsptp() 67 if (__builtin_expect (sel, 0x48) & 4) /* LDT selector */ in __thread_set_pcsptp() 68 err = __i386_set_ldt (thread, sel, &desc, 1); in __thread_set_pcsptp() 70 err = __i386_set_gdt (thread, &sel, desc); in __thread_set_pcsptp() 73 state.gs = sel; in __thread_set_pcsptp()
|
/sysdeps/arm/armv6t2/ |
A D | strlen.S | 74 sel data1a, const_0, const_m1 /* Select based on GE<0:3>. */ 76 sel data1b, data1a, const_m1 /* Only used if d1a == 0. */ 83 sel data1a, const_0, const_m1 /* Select based on GE<0:3>. */ 85 sel data1b, data1a, const_m1 /* Only used if d1a == 0. */ 92 sel data1a, const_0, const_m1 /* Select based on GE<0:3>. */ 94 sel data1b, data1a, const_m1 /* Only used if d1a == 0. */ 102 sel data1a, const_0, const_m1 /* Select based on GE<0:3>. */ 104 sel data1b, data1a, const_m1 /* Only used if d1a == 0. */
|
A D | memchr.S | 95 sel r5, r4, r7 @ chained....bytes are 00 for none-00 bytes, or ff for 00 bytes - NOTE INVERSION
|
/sysdeps/arm/armv7/ |
A D | strcmp.S | 212 sel syndrome_a, syndrome_a, const_m1 216 sel syndrome_b, syndrome_b, const_m1 223 sel syndrome_a, syndrome_a, const_m1 226 sel syndrome_b, syndrome_b, const_m1 256 sel syndrome, syndrome, const_m1 262 sel syndrome, syndrome, const_m1 364 sel syndrome, syndrome, const_m1 406 sel syndrome, syndrome, const_m1 439 sel syndrome, syndrome, const_m1 481 sel syndrome, tmp1, const_m1
|
Completed in 7 milliseconds