HomeSort by: relevance | last modified time | path
    Searched defs:L0 (Results 1 - 12 of 12) sorted by relevancy

  /src/lib/libc/arch/sh3/gen/
_setjmp.S 84 bf .L0
86 .L0:
  /src/lib/libc/arch/sparc/gen/
modf.S 79 * %l0 scratch
91 L0:
104 andn %i0, %l1, %l0
105 st %l0, [%fp - 16]
107 PICCY_SET(Lmagic, %l0, %o7)
108 ldd [%l0], %f2
110 sethi %hi(Lmagic), %l0
111 ldd [%l0 + %lo(Lmagic)], %f2
188 PICCY_SET(L0, %l0, %o7
    [all...]
  /src/lib/libc/arch/sparc64/gen/
modf.S 79 * %l0 scratch
92 L0:
105 PICCY_SET(Lmagic, %l0, %o7)
106 ldd [%l0], %f2
108 sethi %hi(Lmagic), %l0
109 ldd [%l0 + %lo(Lmagic)], %f2
179 PICCY_SET(L0, %l0, %o7)
181 ldd [%l0], %f0 ! return 0.0;
183 sethi %hi(L0), %l
    [all...]
  /src/sys/arch/x68k/stand/common/
exec_image.S 78 L0: movb %a4@+,%a5@+ | copy kern to x
80 bne L0
  /src/lib/libc/compat/arch/sh3/gen/
compat_setjmp.S 116 bf .L0
118 .L0:
compat_sigsetjmp.S 113 bf .L0
115 .L0:
  /src/sys/arch/amiga/stand/bootblock/boot/
startit.s 155 | jeq L0 | No, leave destination at 0
188 L0: movw %a1@-,%a3@-
190 bne L0
  /src/libexec/ld.elf_so/arch/riscv/
rtld_start.S 54 .L0: auipc gp, %pcrel_hi(_GLOBAL_OFFSET_TABLE_)
55 PTR_L t0, %pcrel_lo(.L0)(gp) # &_DYNAMIC
  /src/sys/arch/amiga/stand/loadbsd/
startit.s 99 beq L0 | No, leave destination at 0
102 L0:
105 bcc L0
  /src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_allocator.h 246 SpinMutexLock L0(&Mutex);
261 SpinMutexLock L0(&Mutex);
  /src/libexec/getty/
gettytab.h 126 #define L0 gettynums[19].value
  /src/lib/libcrypt/
crypt.c 747 int32_t L0, L1, R0, R1, k;
752 L0 = salt;
753 TO_SIX_BIT(salt, L0); /* convert to 4*(6+2) format */
765 LOAD(L,L0,L1,B);
767 LOAD(L,L0,L1,*(const C_block *)in);
769 LOADREG(R,R0,R1,L,L0,L1);
770 L0 &= 0x55555555L;
772 L0 = ((uint32_t)L0 << 1) | L1; /* L0 is the even-numbered input bits *
    [all...]

Completed in 58 milliseconds