Home
last modified time | relevance | path

Searched refs:LOAD (Results 1 – 25 of 93) sorted by relevance

1234

/freebsd-12.1/sys/powerpc/booke/
H A Dtrap_subr.S325 LOAD %r2, FRAME_2+CALLSIZE(%r1); \
326 LOAD %r0, FRAME_0+CALLSIZE(%r1); \
440 LOAD %r21, PC_CURTHREAD(%r20); \
464 LOAD %r21, PC_CURTHREAD(%r20); \
725 LOAD %r26, 0(%r21)
750 LOAD %r26, PC_CURPMAP(%r26)
831 LOAD %r25, 0(%r25)
996 LOAD %r3, FRAME_SRR1+CALLSIZE(%r1);
1024 LOAD %r5, FRAME_SRR1+CALLSIZE(%r1)
1029 LOAD %r4, PC_CURTHREAD(%r3)
[all …]
H A Dlocore.S50 #define LOAD ld macro
66 #define LOAD lwz macro
584 LOAD %r3, 0(%r3)
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonDepIICHVX.td117 InstrItinData <tc_05ac6f98, /*SLOT1,LOAD,VA*/
177 InstrItinData <tc_1ba8a0cd, /*SLOT01,LOAD,VA*/
218 InstrItinData <tc_3904b926, /*SLOT01,LOAD*/
273 InstrItinData <tc_52447ecc, /*SLOT01,LOAD*/
330 InstrItinData <tc_663c80a7, /*SLOT01,LOAD*/
477 InstrItinData <tc_b9db8205, /*SLOT01,LOAD*/
709 InstrItinData <tc_3904b926, /*SLOT01,LOAD*/
764 InstrItinData <tc_52447ecc, /*SLOT01,LOAD*/
821 InstrItinData <tc_663c80a7, /*SLOT01,LOAD*/
968 InstrItinData <tc_b9db8205, /*SLOT01,LOAD*/
[all …]
/freebsd-12.1/contrib/libevent/
H A Devthread_win32.c114 #define LOAD(name) \ in evthread_win32_condvar_init() macro
116 LOAD(InitializeConditionVariable); in evthread_win32_condvar_init()
117 LOAD(SleepConditionVariableCS); in evthread_win32_condvar_init()
118 LOAD(WakeAllConditionVariable); in evthread_win32_condvar_init()
119 LOAD(WakeConditionVariable); in evthread_win32_condvar_init()
/freebsd-12.1/contrib/ntp/sntp/libevent/
H A Devthread_win32.c114 #define LOAD(name) \ in evthread_win32_condvar_init() macro
116 LOAD(InitializeConditionVariable); in evthread_win32_condvar_init()
117 LOAD(SleepConditionVariableCS); in evthread_win32_condvar_init()
118 LOAD(WakeAllConditionVariable); in evthread_win32_condvar_init()
119 LOAD(WakeConditionVariable); in evthread_win32_condvar_init()
/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZPatterns.td40 // with LOAD, OPERATOR and STORE being the read, modify and write
58 // The inserted operand is loaded using LOAD from an address of mode MODE.
98 // condition is false. Record that they are equivalent to a LOAD/select/STORE
115 // Try to use MVC instruction INSN for a load of type LOAD followed by a store
117 // LENGTH is the number of bytes loaded by LOAD.
125 // The other operand is a load of type LOAD, which accesses LENGTH bytes.
135 // LOAD/VT/LENGTH combination.
148 // Record that INSN is a LOAD AND TEST that can be used to compare
/freebsd-12.1/stand/i386/mbr/
H A Dmbr.s20 .set LOAD,0x7c00 # Load address define
39 movw $LOAD,%sp # stack
44 movw $main-EXEC+LOAD,%si # Source
52 jmp main-LOAD+EXEC # To relocated code
/freebsd-12.1/sys/contrib/libsodium/src/libsodium/crypto_generichash/blake2b/ref/
H A Dblake2b-compress-avx2.h8 #define LOAD(p) _mm256_load_si256((__m256i *) (p)) macro
127 __m256i c = LOAD(&blake2b_IV[0]); \
129 XOR(LOAD(&blake2b_IV[4]), _mm256_set_epi64x(f1, f0, t1, t0)); \
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DSIMemoryLegalizer.cpp58 LOAD = 1u << 0, enumerator
882 SIMemOp::LOAD | SIMemOp::STORE, in expandLoad()
890 SIMemOp::LOAD, in expandLoad()
921 SIMemOp::LOAD | SIMemOp::STORE, in expandStore()
958 SIMemOp::LOAD | SIMemOp::STORE, in expandAtomicFence()
988 SIMemOp::LOAD | SIMemOp::STORE, in expandAtomicCmpxchgOrRmw()
999 isAtomicRet(*MI) ? SIMemOp::LOAD : in expandAtomicCmpxchgOrRmw()
H A DAMDGPUISelLowering.cpp149 setOperationAction(ISD::LOAD, MVT::f32, Promote); in AMDGPUTargetLowering()
150 AddPromotedToType(ISD::LOAD, MVT::f32, MVT::i32); in AMDGPUTargetLowering()
152 setOperationAction(ISD::LOAD, MVT::v2f32, Promote); in AMDGPUTargetLowering()
155 setOperationAction(ISD::LOAD, MVT::v4f32, Promote); in AMDGPUTargetLowering()
158 setOperationAction(ISD::LOAD, MVT::v8f32, Promote); in AMDGPUTargetLowering()
164 setOperationAction(ISD::LOAD, MVT::i64, Promote); in AMDGPUTargetLowering()
165 AddPromotedToType(ISD::LOAD, MVT::i64, MVT::v2i32); in AMDGPUTargetLowering()
167 setOperationAction(ISD::LOAD, MVT::v2i64, Promote); in AMDGPUTargetLowering()
170 setOperationAction(ISD::LOAD, MVT::f64, Promote); in AMDGPUTargetLowering()
739 case ISD::LOAD: in isSDNodeAlwaysUniform()
[all …]
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGAddressAnalysis.cpp121 case ISD::LOAD: in match()
124 unsigned int IndexResNo = (Base->getOpcode() == ISD::LOAD) ? 1 : 0; in match()
/freebsd-12.1/stand/i386/pmbr/
H A Dpmbr.s37 .set LOAD,0x7c00 # Load address define
76 movw $main-EXEC+LOAD,%si # Source
84 jmp main-LOAD+EXEC # To relocated code
/freebsd-12.1/stand/i386/boot0/
H A Dboot0.S134 .set LOAD,0x7c00 # Load address define
186 movw $LOAD,%sp # stack
208 jmp main-LOAD+ORIGIN # Jump to relocated code
486 3: movw $LOAD,%bx # Address for read
/freebsd-12.1/crypto/openssl/
H A DREADME.ENGINE161 application authors may have nifty reasons for using it. The "LOAD"
176 ENGINE_ctrl_cmd_string(e, "LOAD", NULL, 0);
186 -pre LOAD \
194 -pre LOAD
201 pair and the value can sometimes be omitted (eg. the "LOAD" command).
271 -pre SO_PATH:./crypto/engine/dyn_atalla.so -pre LOAD
/freebsd-12.1/contrib/llvm/lib/Target/AVR/
H A DAVRISelDAGToDAG.cpp361 template <> bool AVRDAGToDAGISel::select<ISD::LOAD>(SDNode *N) { in select()
546 case ISD::LOAD: return select<ISD::LOAD>(N); in trySelect()
/freebsd-12.1/contrib/llvm/include/llvm/Target/GlobalISel/
H A DSelectionDAGCompat.td28 // (ISD::LOAD, ISD::ATOMIC_LOAD, ISD::STORE, ISD::ATOMIC_STORE) but GlobalISel
94 // Broadly speaking G_LOAD is equivalent to ISD::LOAD but there are some
/freebsd-12.1/sys/contrib/libb2/
H A Dblake2s-round.h17 #define LOAD(p) _mm_load_si128( (__m128i *)(p) ) macro
H A Dblake2b-round.h17 #define LOAD(p) _mm_load_si128( (__m128i *)(p) ) macro
/freebsd-12.1/contrib/llvm/lib/Target/MSP430/
H A DMSP430ISelDAGToDAG.cpp356 if (N1.getOpcode() == ISD::LOAD && in tryIndexedBinOp()
408 case ISD::LOAD: in Select()
/freebsd-12.1/contrib/ntp/scripts/monitoring/
H A DREADME10 MONITORING MAY INCREASE THE LOAD OF THE DEAMON MONITORED AND MAY
11 INCREASE THE NETWORK LOAD SIGNIFICANTLY
/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMipsISelDAGToDAG.cpp246 case ISD::LOAD: in Select()
/freebsd-12.1/sys/contrib/zlib/
H A Dinfback.c128 #define LOAD() \ macro
488 LOAD();
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h614 LOAD, STORE, enumerator
/freebsd-12.1/crypto/openssl/doc/man1/
H A Dengine.pod86 LOAD: Load up the ENGINE specified by other settings
/freebsd-12.1/contrib/binutils/ld/
H A Dldlex.l331 <MRI>"LOAD" { RTOKEN(LOAD); }
348 <MRI>"load" { RTOKEN(LOAD); }

1234