Home
last modified time | relevance | path

Searched refs:offload (Results 1 – 25 of 285) sorted by relevance

12345678910>>...12

/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/
H A Damdgpu_dc_helper.c45 struct dc_reg_helper_state *offload, in submit_dmub_read_modify_write() argument
48 struct dmub_rb_cmd_read_modify_write *cmd_buf = &offload->cmd_data.read_modify_write; in submit_dmub_read_modify_write()
51 offload->should_burst_write = in submit_dmub_read_modify_write()
52 (offload->same_addr_count == (DMUB_READ_MODIFY_WRITE_SEQ__MAX - 1)); in submit_dmub_read_modify_write()
54 sizeof(struct dmub_cmd_read_modify_write_sequence) * offload->reg_seq_count; in submit_dmub_read_modify_write()
65 offload->reg_seq_count = 0; in submit_dmub_read_modify_write()
66 offload->same_addr_count = 0; in submit_dmub_read_modify_write()
70 struct dc_reg_helper_state *offload, in submit_dmub_burst_write() argument
73 struct dmub_rb_cmd_burst_write *cmd_buf = &offload->cmd_data.burst_write; in submit_dmub_burst_write()
77 sizeof(uint32_t) * offload->reg_seq_count; in submit_dmub_burst_write()
[all …]
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/sha/asm/
H A Dsha512p8-ppc.pl93 $offload="r11";
188 addi $offload,$sp,`8*$SIZE_T+15`
225 stvx $A,$x00,$offload # offload $A-$H
226 stvx $B,$x10,$offload
227 stvx $C,$x20,$offload
228 stvx $D,$x30,$offload
229 stvx $E,$x40,$offload
230 stvx $F,$x50,$offload
231 stvx $G,$x60,$offload
232 stvx $H,$x70,$offload
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/sha/asm/
H A Dsha512p8-ppc.pl96 $offload="r11";
191 addi $offload,$sp,`8*$SIZE_T+15`
228 stvx $A,$x00,$offload # offload $A-$H
229 stvx $B,$x10,$offload
230 stvx $C,$x20,$offload
231 stvx $D,$x30,$offload
232 stvx $E,$x40,$offload
233 stvx $F,$x50,$offload
234 stvx $G,$x60,$offload
235 stvx $H,$x70,$offload
[all …]
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/aes/asm/
H A Daesni-mb-x86_64.pl652 my $offload=$sink;
718 my $temp = $i ? $offload : $offset;
742 lea 128(%rsp),$offload # offload area
797 vmovdqu @inp[$i%4],`16*$i`($offload) # off-load
882 vpxor 0x00($offload),@out[0],@out[0]
885 vpxor 0x10($offload),@out[1],@out[1]
888 vpxor 0x20($offload),@out[2],@out[2]
891 vpxor 0x30($offload),@out[3],@out[3]
1011 my $temp = $i ? $offload : $offset;
1034 lea 192+128(%rsp),$offload # offload area
[all …]
H A Daesni-sha256-x86_64.pl218 $mask10,$mask12,$mask14,$offload)=map("%xmm$_",(8..15));
1004 #mov $out,$_out # kept in $offload
1030 vpinsrq \$1,$out,$offload,$offload
1117 vpinsrq \$0,%r13,$offload,$offload
1153 &vmovq ("%r13",$offload); # borrow $a0
1154 &vpextrq ("%r15",$offload,1); # borrow $a2
1165 &vpinsrq ($offload,$offload,"%r13",0);
1174 vpextrq \$1,$offload,%r12 # $_out, borrow $a4
1175 vmovq $offload,%r13 # $_inp, borrow $a0
1214 vpinsrq \$0,%r13,$offload,$offload
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/aes/asm/
H A Daesni-mb-x86_64.pl670 my $offload=$sink;
736 my $temp = $i ? $offload : $offset;
766 lea 128(%rsp),$offload # offload area
821 vmovdqu @inp[$i%4],`16*$i`($offload) # off-load
906 vpxor 0x00($offload),@out[0],@out[0]
909 vpxor 0x10($offload),@out[1],@out[1]
912 vpxor 0x20($offload),@out[2],@out[2]
915 vpxor 0x30($offload),@out[3],@out[3]
1035 my $temp = $i ? $offload : $offset;
1064 lea 192+128(%rsp),$offload # offload area
[all …]
H A Daesni-sha256-x86_64.pl220 $mask10,$mask12,$mask14,$offload)=map("%xmm$_",(8..15));
1006 #mov $out,$_out # kept in $offload
1032 vpinsrq \$1,$out,$offload,$offload
1119 vpinsrq \$0,%r13,$offload,$offload
1155 &vmovq ("%r13",$offload); # borrow $a0
1156 &vpextrq ("%r15",$offload,1); # borrow $a2
1167 &vpinsrq ($offload,$offload,"%r13",0);
1176 vpextrq \$1,$offload,%r12 # $_out, borrow $a4
1177 vmovq $offload,%r13 # $_inp, borrow $a0
1216 vpinsrq \$0,%r13,$offload,$offload
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DClangOffloadBundler.rst8 .. _clang-offload-bundler:
14 ``--offload-arch=<target-id>`` Clang options to specify the target IDs of the
15 code to generate for the offload code regions.
19 devices. The ``clang-offload-bundler`` tool may be used as part of the tool
25 for the host and all the offload devices.
30 offload kind (see :ref:`clang-offload-kind-table`) to load the offload code
84 <bundle-entry-id> ::== <offload-kind> "-" <target-triple> [ "-" <target-id> ]
88 **offload-kind**
90 :ref:`clang-offload-kind-table`.
93 :name: clang-offload-kind-table
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-offload-bundler/
H A DCMakeLists.txt3 add_clang_tool(clang-offload-bundler
14 add_dependencies(clang clang-offload-bundler)
16 clang_target_link_libraries(clang-offload-bundler
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-offload-wrapper/
H A DCMakeLists.txt3 add_clang_tool(clang-offload-wrapper
14 add_dependencies(clang clang-offload-wrapper)
16 clang_target_link_libraries(clang-offload-wrapper
/netbsd-src/crypto/external/bsd/openssl.old/lib/libcrypto/arch/mips/
H A Dsha512-mips.S128 sw $8,0($29) # offload to ring buffer
210 sw $9,4($29) # offload to ring buffer
292 sw $10,8($29) # offload to ring buffer
374 sw $11,12($29) # offload to ring buffer
456 sw $12,16($29) # offload to ring buffer
538 sw $13,20($29) # offload to ring buffer
620 sw $14,24($29) # offload to ring buffer
702 sw $15,28($29) # offload to ring buffer
784 sw $16,32($29) # offload to ring buffer
866 sw $17,36($29) # offload to ring buffer
[all …]
H A Dsha512-mips64.S129 sw $8,0($29) # offload to ring buffer
211 sw $9,4($29) # offload to ring buffer
293 sw $10,8($29) # offload to ring buffer
375 sw $11,12($29) # offload to ring buffer
457 sw $12,16($29) # offload to ring buffer
539 sw $13,20($29) # offload to ring buffer
621 sw $14,24($29) # offload to ring buffer
703 sw $15,28($29) # offload to ring buffer
785 sw $16,32($29) # offload to ring buffer
867 sw $17,36($29) # offload to ring buffer
[all …]
/netbsd-src/crypto/external/bsd/openssl/lib/libcrypto/arch/mips/
H A Dsha512-mips64.S129 sw $8,0($29) # offload to ring buffer
211 sw $9,4($29) # offload to ring buffer
293 sw $10,8($29) # offload to ring buffer
375 sw $11,12($29) # offload to ring buffer
457 sw $12,16($29) # offload to ring buffer
539 sw $13,20($29) # offload to ring buffer
621 sw $14,24($29) # offload to ring buffer
703 sw $15,28($29) # offload to ring buffer
785 sw $16,32($29) # offload to ring buffer
867 sw $17,36($29) # offload to ring buffer
[all …]
H A Dsha512-mips.S128 sw $8,0($29) # offload to ring buffer
210 sw $9,4($29) # offload to ring buffer
292 sw $10,8($29) # offload to ring buffer
374 sw $11,12($29) # offload to ring buffer
456 sw $12,16($29) # offload to ring buffer
538 sw $13,20($29) # offload to ring buffer
620 sw $14,24($29) # offload to ring buffer
702 sw $15,28($29) # offload to ring buffer
784 sw $16,32($29) # offload to ring buffer
866 sw $17,36($29) # offload to ring buffer
[all …]
/netbsd-src/external/gpl3/gcc/dist/libgomp/plugin/
H A Dconfigfrag.ac1 # Plugins for offload execution, configure.ac fragment. -*- mode: autoconf -*-
140 # Parse '--enable-offload-targets', figure out the corresponding libgomp
141 # plugins, and configure to find the corresponding offload compilers.
240 AC_MSG_ERROR([unknown offload target specified])
244 # Not configuring libgomp for this offload target if we're not building
245 # the corresponding offload plugin.
265 [Define to offload plugins, separated by commas.])
/netbsd-src/external/gpl3/gcc.old/dist/libgomp/plugin/
H A Dconfigfrag.ac1 # Plugins for offload execution, configure.ac fragment. -*- mode: autoconf -*-
149 # Parse '--enable-offload-targets', figure out the corresponding libgomp
150 # plugins, and configure to find the corresponding offload compilers.
290 AC_MSG_ERROR([unknown offload target specified])
294 # Not configuring libgomp for this offload target if we're not building
295 # the corresponding offload plugin.
318 [Define to offload plugins, separated by commas.])
/netbsd-src/external/apache2/llvm/dist/clang/tools/
H A DCMakeLists.txt11 add_clang_subdirectory(clang-offload-bundler)
12 add_clang_subdirectory(clang-offload-wrapper)
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/clang/tools/driver/
H A DBUILD.gn59 "//clang/tools/clang-offload-bundler",
60 "//clang/tools/clang-offload-wrapper",
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/clang/tools/clang-offload-bundler/
H A DBUILD.gn1 executable("clang-offload-bundler") {
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/clang/tools/clang-offload-wrapper/
H A DBUILD.gn1 executable("clang-offload-wrapper") {
/netbsd-src/external/gpl3/gcc.old/dist/lto-plugin/
H A Dlto-plugin.c125 int offload; member
1121 obj->offload = 1; in process_offload_section()
1164 obj.offload = 0; in claim_file_handler()
1202 if (obj.found == 0 && obj.offload == 0) in claim_file_handler()
1239 if (*claimed && obj.offload == 0 && offload_files_last_lto == NULL) in claim_file_handler()
1242 if (obj.offload == 1) in claim_file_handler()
H A Dconfigure.ac40 # Used for constructing correct paths for offload compilers.
/netbsd-src/external/gpl3/gcc/dist/lto-plugin/
H A Dlto-plugin.c125 int offload; member
1142 obj->offload = 1; in process_offload_section()
1185 obj.offload = 0; in claim_file_handler()
1223 if (obj.found == 0 && obj.offload == 0) in claim_file_handler()
1260 if (*claimed && obj.offload == 0 && offload_files_last_lto == NULL) in claim_file_handler()
1263 if (obj.offload == 1) in claim_file_handler()
/netbsd-src/external/mpl/bind/dist/doc/notes/
H A Dnotes-9.18.13.rst
/netbsd-src/sys/dev/pci/ixgbe/
H A Dix_txrx.c841 int offload = TRUE; in ixgbe_tx_ctx_setup() local
860 offload = FALSE; in ixgbe_tx_ctx_setup()
874 (offload == FALSE)) in ixgbe_tx_ctx_setup()
896 if (offload == FALSE) in ixgbe_tx_ctx_setup()
931 offload = false; in ixgbe_tx_ctx_setup()
947 offload = false; in ixgbe_tx_ctx_setup()
954 offload = false; in ixgbe_tx_ctx_setup()
957 offload = false; in ixgbe_tx_ctx_setup()
961 if (offload) /* Insert L4 checksum into data descriptors */ in ixgbe_tx_ctx_setup()

12345678910>>...12