| /freebsd-13.1/sys/powerpc/booke/ |
| H A D | trap_subr.S | 325 LOAD %r2, FRAME_2+CALLSIZE(%r1); \ 326 LOAD %r0, FRAME_0+CALLSIZE(%r1); \ 327 LOAD %r1, FRAME_1+CALLSIZE(%r1); \ 440 LOAD %r21, PC_CURTHREAD(%r20); \ 464 LOAD %r21, PC_CURTHREAD(%r20); \ 734 LOAD %r26, 0(%r21) 759 LOAD %r26, PC_CURPMAP(%r26) 994 LOAD %r3, FRAME_SRR1+CALLSIZE(%r1); 1022 LOAD %r5, FRAME_SRR1+CALLSIZE(%r1) 1027 LOAD %r4, PC_CURTHREAD(%r3) [all …]
|
| H A D | locore.S | 54 #define LOAD ld macro 70 #define LOAD lwz macro 553 LOAD %r5, (bp_virtaddr - __boot_page)(%r3) 637 LOAD %r3, 0(%r3)
|
| /freebsd-13.1/sys/powerpc/powerpc/ |
| H A D | support.S | 56 #define LOAD ld macro 66 #define LOAD lwz macro 227 LOAD t1, 0(rs) 228 LOAD t2, WORD*1(rs) 229 LOAD t3, WORD*2(rs) 230 LOAD t4, WORD*3(rs) 239 LOAD t1, 0(rs) 240 LOAD t2, WORD*1(rs) 247 LOAD t1, 0(rs) 296 LOAD t1, 0(rs) [all …]
|
| /freebsd-13.1/sys/contrib/openzfs/module/zfs/ |
| H A D | vdev_raidz_math_impl.h | 281 LOAD(d + i, MUL_D); in raidz_mul_abd_cb() 301 LOAD((t), T); \ 308 LOAD((t), T); \ 316 LOAD((t), T); \ 323 LOAD((t), T); \ 331 LOAD((t), T); \ 405 LOAD(d, GEN_PQ_D); in raidz_gen_pq_add() 645 LOAD(d, SYN_Q_D); in raidz_syn_q_abd() 739 LOAD(d, SYN_R_D); in raidz_syn_r_abd() 835 LOAD(d, SYN_PQ_D); in raidz_syn_pq_abd() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonDepIICHVX.td | 166 InstrItinData <tc_1ba8a0cd, /*SLOT01,LOAD,VA*/ 212 InstrItinData <tc_3904b926, /*SLOT01,LOAD*/ 267 InstrItinData <tc_52447ecc, /*SLOT01,LOAD*/ 324 InstrItinData <tc_663c80a7, /*SLOT01,LOAD*/ 495 InstrItinData <tc_b9db8205, /*SLOT01,LOAD*/ 713 InstrItinData <tc_3904b926, /*SLOT01,LOAD*/ 768 InstrItinData <tc_52447ecc, /*SLOT01,LOAD*/ 825 InstrItinData <tc_663c80a7, /*SLOT01,LOAD*/ 996 InstrItinData <tc_b9db8205, /*SLOT01,LOAD*/ 1214 InstrItinData <tc_3904b926, /*SLOT01,LOAD*/ [all …]
|
| /freebsd-13.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-13.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-13.1/sys/contrib/openzfs/scripts/ |
| H A D | zfs.sh | 17 LOAD="yes" 65 LOAD="yes" 69 LOAD="no" 276 if [ "$LOAD" = "yes" ]; then
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZPatterns.td | 39 // with LOAD, OPERATOR and STORE being the read, modify and write 57 // The inserted operand is loaded using LOAD from an address of mode MODE. 97 // condition is false. Record that they are equivalent to a LOAD/select/STORE 114 // Try to use MVC instruction INSN for a load of type LOAD followed by a store 116 // LENGTH is the number of bytes loaded by LOAD. 124 // The other operand is a load of type LOAD, which accesses LENGTH bytes. 134 // LOAD/VT/LENGTH combination. 147 // Record that INSN is a LOAD AND TEST that can be used to compare
|
| /freebsd-13.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-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIMemoryLegalizer.cpp | 43 LOAD = 1u << 0, enumerator 862 assert( Op == SIMemOp::LOAD || Op == SIMemOp::STORE); in enableVolatileAndOrNonTemporal() 867 if (Op == SIMemOp::LOAD) in enableVolatileAndOrNonTemporal() 1207 assert( Op == SIMemOp::LOAD || Op == SIMemOp::STORE); in enableVolatileAndOrNonTemporal() 1212 if (Op == SIMemOp::LOAD) { in enableVolatileAndOrNonTemporal() 1435 assert( Op == SIMemOp::LOAD || Op == SIMemOp::STORE); in enableVolatileAndOrNonTemporal() 1441 if (Op == SIMemOp::LOAD) { in enableVolatileAndOrNonTemporal() 1488 if ((Op & SIMemOp::LOAD) != SIMemOp::NONE) in insertWait() 1500 if ((Op & SIMemOp::LOAD) != SIMemOp::NONE) in insertWait() 1668 SIMemOp::LOAD | SIMemOp::STORE, in expandLoad() [all …]
|
| H A D | AMDGPUISelLowering.cpp | 66 setOperationAction(ISD::LOAD, MVT::f32, Promote); in AMDGPUTargetLowering() 67 AddPromotedToType(ISD::LOAD, MVT::f32, MVT::i32); in AMDGPUTargetLowering() 69 setOperationAction(ISD::LOAD, MVT::v2f32, Promote); in AMDGPUTargetLowering() 72 setOperationAction(ISD::LOAD, MVT::v3f32, Promote); in AMDGPUTargetLowering() 75 setOperationAction(ISD::LOAD, MVT::v4f32, Promote); in AMDGPUTargetLowering() 78 setOperationAction(ISD::LOAD, MVT::v5f32, Promote); in AMDGPUTargetLowering() 81 setOperationAction(ISD::LOAD, MVT::v6f32, Promote); in AMDGPUTargetLowering() 96 setOperationAction(ISD::LOAD, MVT::i64, Promote); in AMDGPUTargetLowering() 102 setOperationAction(ISD::LOAD, MVT::f64, Promote); in AMDGPUTargetLowering() 853 case ISD::LOAD: in isSDNodeAlwaysUniform() [all …]
|
| /freebsd-13.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-13.1/contrib/llvm-project/lld/MachO/Arch/ |
| H A D | ARM64_32.cpp | 53 B(ABSOLUTE) | B(EXTERN) | B(GOT) | B(LOAD) | B(BYTE4)}, in getRelocAttrs() 57 B(ABSOLUTE) | B(EXTERN) | B(TLV) | B(LOAD) | B(BYTE4)}, in getRelocAttrs()
|
| H A D | ARM64.cpp | 60 B(ABSOLUTE) | B(EXTERN) | B(GOT) | B(LOAD) | B(BYTE4)}, in getRelocAttrs() 64 B(ABSOLUTE) | B(EXTERN) | B(TLV) | B(LOAD) | B(BYTE4)}, in getRelocAttrs()
|
| H A D | X86_64.cpp | 52 {"GOT_LOAD", B(PCREL) | B(EXTERN) | B(GOT) | B(LOAD) | B(BYTE4)}, in getRelocAttrs() 58 {"TLV", B(PCREL) | B(EXTERN) | B(TLV) | B(LOAD) | B(BYTE4)}, in getRelocAttrs()
|
| /freebsd-13.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-13.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-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGAddressAnalysis.cpp | 220 case ISD::LOAD: in matchLSNode() 223 unsigned int IndexResNo = (Base->getOpcode() == ISD::LOAD) ? 1 : 0; in matchLSNode()
|
| /freebsd-13.1/contrib/llvm-project/lld/MachO/ |
| H A D | Relocations.h | 40 LOAD = 1 << 11, // Relaxable indirect load enumerator
|
| /freebsd-13.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-13.1/contrib/llvm-project/llvm/lib/Target/AVR/ |
| H A D | AVRISelDAGToDAG.cpp | 357 template <> bool AVRDAGToDAGISel::select<ISD::LOAD>(SDNode *N) { in select() 542 case ISD::LOAD: return select<ISD::LOAD>(N); in trySelect()
|
| /freebsd-13.1/sys/contrib/libb2/ |
| H A D | blake2s-round.h | 17 #define LOAD(p) _mm_load_si128( (__m128i *)(p) ) macro
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/MSP430/ |
| H A D | MSP430ISelDAGToDAG.cpp | 352 if (N1.getOpcode() == ISD::LOAD && in tryIndexedBinOp() 404 case ISD::LOAD: in Select()
|
| /freebsd-13.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
|