Searched refs:load (Results 176 - 200 of 314) sorted by relevance

1234567891011>>

/freebsd-12-stable/contrib/llvm-project/openmp/runtime/src/
H A Dz_Windows_NT-586_asm.asm327 ;; load <addr>
945 ; ZF and load [rcx] into AL.
1052 ; ZF and load [rcx] into AL.
1083 movd eax, xmm1 ; load d
1087 movd xmm0, eax ; load old value into return register
1110 movd rax, xmm1 ; load "d"
1114 movd xmm0, rax ; load old value into return register
/freebsd-12-stable/crypto/openssl/crypto/ec/asm/
H A Decp_nistz256-sparcv9.pl217 ld [$ap+4],$t1 ! re-load a[1-7]
898 stx $rp,[%fp+STACK_BIAS-8] ! off-load $rp
1168 stx $rp,[%fp+STACK_BIAS-8] ! off-load $rp
2131 ldx [%sp+LOCALS64+$S],$a0 ! forward load
2155 ldx [%sp+LOCALS64+$M],$bi ! forward load
2175 ldx [%sp+LOCALS64+$S],$a0 ! forward load
2188 ldx [%sp+LOCALS64+$S],$bi ! forward load
2201 ldx [%sp+LOCALS64+$M],$a0 ! forward load
2216 ldx [%sp+LOCALS64+$M],$a0 ! forward load
2229 ldx [%sp+LOCALS64+$res_x],$a0 ! forward load
[all...]
/freebsd-12-stable/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp332 if (!m_did_set_uuid.load()) {
334 if (!m_did_set_uuid.load()) {
1019 if (!m_did_load_symfile.load()) {
1021 if (!m_did_load_symfile.load() && can_create) {
1221 if (!m_did_load_objfile.load()) {
1223 if (!m_did_load_objfile.load()) {
1244 ReportError("failed to load objfile for %s",
1507 " settings set target.load-script-from-symbol-file "
/freebsd-12-stable/contrib/gcc/config/rs6000/
H A Ddarwin-tramp.asm66 bcl 20,31,LCF0 /* load up __trampoline_initial into r7 */
H A Dtramp.asm70 bcl 20,31,.LCF0 /* load up __trampoline_initial into r7 */
/freebsd-12-stable/sys/cddl/dev/dtrace/amd64/
H A Ddtrace_isa.c391 * load it directly.
421 goto load;
449 load:
/freebsd-12-stable/crypto/openssl/crypto/poly1305/asm/
H A Dpoly1305-armv4.pl199 ldmia $ctx,{$h0-$r3} @ load context
211 ldrb r0,[lr],#16 @ load input
252 ldr r0,[lr],#16 @ load input
461 ldr r4,[$ctx,#20] @ load key base 2^32
695 ldr r4,[$ctx,#0] @ load hash value base 2^32
734 @ load hash value
830 vld4.32 {${R0}[1],${R1}[1],${S1}[1],${R2}[1]},[$tbl1]! @ load r^2
831 vld4.32 {${R0}[0],${R1}[0],${S1}[0],${R2}[0]},[$tbl0]! @ load r^4
1012 vld4.32 {${R0}[1],${R1}[1],${S1}[1],${R2}[1]},[$tbl1]! @ load r^1
1013 vld4.32 {${R0}[0],${R1}[0],${S1}[0],${R2}[0]},[$tbl0]! @ load
[all...]
/freebsd-12-stable/crypto/openssl/crypto/sha/asm/
H A Dsha512p8-ppc.pl107 lvx_u @X[$i+1],0,$inp ; load X[i] in advance
136 lvx $Ki,@I[$k],$idx ; load next K[i]
H A Dkeccak1600p8-ppc.pl258 lvx_4w v0,0,r3 ; load A[5][5]
286 lvx_u v13,0,r12 ; load rhotates
414 lvx_4w v0,0,$A_jagged ; load A[5][5]
442 lvx_u v13,0,r12 ; load rhotates
/freebsd-12-stable/crypto/openssl/crypto/md5/asm/
H A Dmd5-sparcv9.pl229 lda [%o0 + %g0]0x88, %f0 ! load context
322 ldxa [$inp+0]%asi,@X[0] ! load little-endian input
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DHashTable.h120 Error load(BinaryStreamReader &Stream) { function in class:llvm::pdb::HashTable
245 // table were Present. But this would violate the load factor constraints
/freebsd-12-stable/cddl/usr.sbin/dwatch/libexec/
H A DMakefile49 LINKS+= ${LIBEXECDIR}/dwatch/sched ${LIBEXECDIR}/dwatch/sched-load-change
/freebsd-12-stable/sys/contrib/ck/include/gcc/arm/
H A Dck_pr_armv4.h102 CK_PR_FENCE(load, ck_pr_stall())
/freebsd-12-stable/sys/contrib/ck/include/gcc/ppc64/
H A Dck_pr.h80 CK_PR_FENCE(load, "lwsync")
/freebsd-12-stable/sys/mips/mips/
H A Dswtch.S206 PTR_L a0, TD_PCB(a0) # load PCB addr of curproc
/freebsd-12-stable/crypto/openssl/crypto/conf/
H A Dconf_lib.c214 return conf->meth->load(conf, file, eline);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpoint.cpp496 void Breakpoint::ModulesChanged(ModuleList &module_list, bool load, argument
500 "Breakpoint::ModulesChanged: num_modules: %zu load: %i "
502 module_list.GetSize(), load, delete_locations);
505 if (load) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp278 Expected<std::unique_ptr<CoverageMapping>> CoverageMapping::load( function in class:CoverageMapping
307 CoverageMapping::load(ArrayRef<StringRef> ObjectFilenames,
340 return load(Readers, *ProfileReader);
/freebsd-12-stable/sys/contrib/ck/include/
H A Dck_pr.h84 * load ordering.
105 CK_PR_FENCE_EMIT(load)
125 CK_PR_FENCE_NOOP(load)
145 CK_PR_FENCE_NOOP(load)
/freebsd-12-stable/stand/common/
H A Dmodule.c72 /* load address should be tweaked by first module loaded (kernel) */
96 * load an object, either a disk file or code module.
98 * To load a file, the syntax is:
100 * load -t <type> <path>
104 * load <path> <options>
107 COMMAND_SET(load, "load", "load a kernel or module", command_load);
155 * Request to load a raw file?
159 command_errmsg = "invalid load typ
473 void (*load)(void); member in struct:pnp_bus
[all...]
/freebsd-12-stable/usr.sbin/ppp/
H A Dcommand.c878 {"load", NULL, LoadCommand, LOCAL_AUTH | LOCAL_CX_OPT,
879 "Load settings", "load [system ...]", NULL},
946 if (!arg->cx->physical->link.lcp.fsm.StoppedTimer.load)
950 arg->cx->physical->link.lcp.fsm.StoppedTimer.load / SECTICKS);
953 if (!arg->cx->physical->link.ccp.fsm.StoppedTimer.load)
957 arg->cx->physical->link.ccp.fsm.StoppedTimer.load / SECTICKS);
1423 l->lcp.fsm.StoppedTimer.load = 0;
1424 l->ccp.fsm.StoppedTimer.load = 0;
1427 l->lcp.fsm.StoppedTimer.load = atoi(arg->argv[arg->argn]) * SECTICKS;
1429 l->ccp.fsm.StoppedTimer.load
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp60 ReMatPICStubLoad("remat-pic-stub-load",
61 cl::desc("Re-materialize load from stub in PIC mode"),
608 // Allow re-materialization of PIC load.
695 // Left shift instructions can be transformed into load-effective-address
3061 bool load) {
3075 return load ? X86::MOV8rm_NOREX : X86::MOV8mr_NOREX;
3076 return load ? X86::MOV8rm : X86::MOV8mr;
3079 return load ? X86::KMOVWkm : X86::KMOVWmk;
3081 return load ? X86::MOV16rm : X86::MOV16mr;
3084 return load
3057 getLoadStoreRegOpcode(unsigned Reg, const TargetRegisterClass *RC, bool isStackAligned, const X86Subtarget &STI, bool load) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCleanup.cpp312 auto load = new llvm::LoadInst(addr.getPointer(), name, beforeInst); local
313 load->setAlignment(addr.getAlignment().getAsAlign());
314 return load;
559 // If there's an active flag, load it and skip the cleanup if it's
624 // The switch operand is a load from the cleanup-dest alloca.
630 // Destroy the load.
/freebsd-12-stable/crypto/openssl/crypto/bn/asm/
H A Darmv4-mont.pl120 ldr ip,[sp,#4] @ load num
140 mov $num,ip @ load num
316 ldmia ip,{r4-r5} @ load rest of parameter block
694 ldr r10, [$aptr] @ load top-most bit
/freebsd-12-stable/usr.bin/dc/
H A Dbcode.c117 static void load(void);
205 { 'l', load },
802 load(void) function

Completed in 396 milliseconds

1234567891011>>