| /freebsd-12.1/sys/powerpc/booke/ |
| H A D | trap_subr.S | 325 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 D | locore.S | 50 #define LOAD ld macro 66 #define LOAD lwz macro 584 LOAD %r3, 0(%r3)
|
| /freebsd-12.1/contrib/llvm/lib/Target/Hexagon/ |
| H A D | HexagonDepIICHVX.td | 117 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 D | evthread_win32.c | 114 #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 D | evthread_win32.c | 114 #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 D | SystemZPatterns.td | 40 // 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 D | mbr.s | 20 .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 D | blake2b-compress-avx2.h | 8 #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 D | SIMemoryLegalizer.cpp | 58 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 D | AMDGPUISelLowering.cpp | 149 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 D | SelectionDAGAddressAnalysis.cpp | 121 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 D | pmbr.s | 37 .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 D | boot0.S | 134 .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 D | README.ENGINE | 161 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 D | AVRISelDAGToDAG.cpp | 361 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 D | SelectionDAGCompat.td | 28 // (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 D | blake2s-round.h | 17 #define LOAD(p) _mm_load_si128( (__m128i *)(p) ) macro
|
| H A D | blake2b-round.h | 17 #define LOAD(p) _mm_load_si128( (__m128i *)(p) ) macro
|
| /freebsd-12.1/contrib/llvm/lib/Target/MSP430/ |
| H A D | MSP430ISelDAGToDAG.cpp | 356 if (N1.getOpcode() == ISD::LOAD && in tryIndexedBinOp() 408 case ISD::LOAD: in Select()
|
| /freebsd-12.1/contrib/ntp/scripts/monitoring/ |
| H A D | README | 10 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 D | MipsISelDAGToDAG.cpp | 246 case ISD::LOAD: in Select()
|
| /freebsd-12.1/sys/contrib/zlib/ |
| H A D | infback.c | 128 #define LOAD() \ macro 488 LOAD();
|
| /freebsd-12.1/contrib/llvm/include/llvm/CodeGen/ |
| H A D | ISDOpcodes.h | 614 LOAD, STORE, enumerator
|
| /freebsd-12.1/crypto/openssl/doc/man1/ |
| H A D | engine.pod | 86 LOAD: Load up the ENGINE specified by other settings
|
| /freebsd-12.1/contrib/binutils/ld/ |
| H A D | ldlex.l | 331 <MRI>"LOAD" { RTOKEN(LOAD); } 348 <MRI>"load" { RTOKEN(LOAD); }
|