Home
last modified time | relevance | path

Searched refs:arch (Results 1 – 25 of 11604) sorted by relevance

12345678910>>...465

/dports/emulators/tme/tme-0.8/ic/sparc/
H A Dsparc-insns-auto.sh68 for arch in 32 64; do
306 case ${arch} in
411 echo "TME_SPARC_FORMAT3(tme_sparc${arch}_${insn}, tme_uint${arch}_t)"
642 echo "TME_SPARC_FORMAT3(tme_sparc${arch}_${insn}, tme_uint${arch}_t)"
677 echo "#if defined(SHIFTMAX_INT${arch}_T) && (SHIFTMAX_INT${arch}_T < (${arch} - 1))"
679 echo "#endif /* (SHIFTMAX_INT${arch}_T < (${arch} - 1)) */"
824 size_extend=${arch}
1055 …x:0x%0"`expr ${arch} / 4`"\" TME_PRIx${arch} \":\t0x%0"`expr ${arch} / 4`"\" TME_PRIx${arch} \" 0x…
1178 …x:0x%0"`expr ${arch} / 4`"\" TME_PRIx${arch} \":\t0x%0"`expr ${arch} / 4`"\" TME_PRIx${arch} \" 0x…
1654 echo " tme_uint${arch}_t value${arch};"
[all …]
/dports/devel/tinygo/tinygo-0.14.1/lib/avr/src/
H A Dextra_info.rs9 pub arch: Architecture, field
16 "at90s2313" => Info { arch: Architecture::Avr2, c_preprocessor_name: "__AVR_AT90S2313__" }, in lookup()
17 "at90s2323" => Info { arch: Architecture::Avr2, c_preprocessor_name: "__AVR_AT90S2323__" }, in lookup()
18 "at90s2333" => Info { arch: Architecture::Avr2, c_preprocessor_name: "__AVR_AT90S2333__" }, in lookup()
19 "at90s2343" => Info { arch: Architecture::Avr2, c_preprocessor_name: "__AVR_AT90S2343__" }, in lookup()
20 "attiny22" => Info { arch: Architecture::Avr2, c_preprocessor_name: "__AVR_ATtiny22__" }, in lookup()
21 "attiny26" => Info { arch: Architecture::Avr2, c_preprocessor_name: "__AVR_ATtiny26__" }, in lookup()
22 "at90s4414" => Info { arch: Architecture::Avr2, c_preprocessor_name: "__AVR_AT90S4414__" }, in lookup()
28 "ata5272" => Info { arch: Architecture::Avr25, c_preprocessor_name: "__AVR_ATA5272__" }, in lookup()
212 "at94k" => Info { arch: Architecture::Avr5, c_preprocessor_name: "__AVR_AT94K__" }, in lookup()
[all …]
/dports/sysutils/cpufetch/cpufetch-1.00/src/x86/
H A Duarch.c126 strcpy(arch->uarch_str, str); in fill_uarch()
127 arch->uarch = u; in fill_uarch()
128 arch->process= process; in fill_uarch()
251 return arch; in get_uarch_from_cpuid_intel()
354 return arch; in get_uarch_from_cpuid_amd()
373 switch(cpu->arch->uarch) { in get_number_of_vpus()
403 switch(cpu->arch->uarch) { in choose_new_intel_logo_uarch()
413 return cpu->arch->uarch_str; in get_str_uarch()
418 int32_t process = cpu->arch->process; in get_str_process()
438 free(arch->uarch_str); in free_uarch_struct()
[all …]
/dports/sysutils/cpufetch/cpufetch-1.00/src/ppc/
H A Duarch.c64 arch->uarch = u; in fill_uarch()
98 strcpy(arch->uarch_str, str); in fill_uarch()
99 arch->process= process; in fill_uarch()
226 return arch; in get_uarch_from_pvr()
229 bool has_altivec(struct uarch* arch) { in has_altivec() argument
230 switch(arch->uarch) { in has_altivec()
250 bool is_power9(struct uarch* arch) { in is_power9() argument
259 return cpu->arch->uarch_str; in get_str_uarch()
264 int32_t process = cpu->arch->process; in get_str_process()
284 free(arch->uarch_str); in free_uarch_struct()
[all …]
/dports/sysutils/triton/Triton-0.8.1/src/libtriton/includes/triton/
H A Dx86Semantics.hpp29 namespace arch { namespace
49 triton::arch::Architecture* architecture;
82 …void clearFlag_s(triton::arch::Instruction& inst, const triton::arch::Register& flag, std::string …
85 …void setFlag_s(triton::arch::Instruction& inst, const triton::arch::Register& flag, std::string co…
88 void undefined_s(triton::arch::Instruction& inst, const triton::arch::Register& reg);
94 void af_s(triton::arch::Instruction& inst,
96 triton::arch::OperandWrapper& dst,
102 void afAaa_s(triton::arch::Instruction& inst,
110 void afNeg_s(triton::arch::Instruction& inst,
376 void pf_s(triton::arch::Instruction& inst,
[all …]
H A Daarch64Semantics.hpp28 namespace arch { namespace
56 triton::arch::Architecture* architecture;
92 …void clearFlag_s(triton::arch::Instruction& inst, const triton::arch::Register& flag, std::string …
95 …void setFlag_s(triton::arch::Instruction& inst, const triton::arch::Register& flag, std::string co…
98 void nf_s(triton::arch::Instruction& inst,
100 triton::arch::OperandWrapper& dst);
109 void zf_s(triton::arch::Instruction& inst,
111 triton::arch::OperandWrapper& dst);
186 void b_s(triton::arch::Instruction& inst);
195 void bl_s(triton::arch::Instruction& inst);
[all …]
/dports/sysutils/triton/Triton-0.8.1/src/libtriton/bindings/python/namespaces/
H A DinitOpcodesNamespace.cpp2245 … xPyDict_SetItemString(x86OpcodesDict, "BT", PyLong_FromUint32(triton::arch::x86::ID_INS_BT)); in initOpcodesNamespace()
2409 … xPyDict_SetItemString(x86OpcodesDict, "IN", PyLong_FromUint32(triton::arch::x86::ID_INS_IN)); in initOpcodesNamespace()
2450 … xPyDict_SetItemString(x86OpcodesDict, "JA", PyLong_FromUint32(triton::arch::x86::ID_INS_JA)); in initOpcodesNamespace()
2452 … xPyDict_SetItemString(x86OpcodesDict, "JB", PyLong_FromUint32(triton::arch::x86::ID_INS_JB)); in initOpcodesNamespace()
2455 … xPyDict_SetItemString(x86OpcodesDict, "JE", PyLong_FromUint32(triton::arch::x86::ID_INS_JE)); in initOpcodesNamespace()
2457 … xPyDict_SetItemString(x86OpcodesDict, "JG", PyLong_FromUint32(triton::arch::x86::ID_INS_JG)); in initOpcodesNamespace()
2459 … xPyDict_SetItemString(x86OpcodesDict, "JL", PyLong_FromUint32(triton::arch::x86::ID_INS_JL)); in initOpcodesNamespace()
2465 … xPyDict_SetItemString(x86OpcodesDict, "JO", PyLong_FromUint32(triton::arch::x86::ID_INS_JO)); in initOpcodesNamespace()
2466 … xPyDict_SetItemString(x86OpcodesDict, "JP", PyLong_FromUint32(triton::arch::x86::ID_INS_JP)); in initOpcodesNamespace()
2468 … xPyDict_SetItemString(x86OpcodesDict, "JS", PyLong_FromUint32(triton::arch::x86::ID_INS_JS)); in initOpcodesNamespace()
[all …]
/dports/math/pari/pari-2.13.3/config/
H A Darch-osname2 arch=none; osname=unknown
14 ia64) arch=ia64;;
17 *) arch=hppa;;
21 if test -z "$arch"; then arch=ix86; fi
25 if test -z "$arch"; then arch=ix86; fi
30 if test -z "$arch"; then arch=ix86; fi
33 if test -z "$arch"; then arch=ix86; fi
38 if test "$arch" = powerpc; then arch=ppc; fi ;;
41 case $arch in
74 case $arch in i386-*) arch=i386;;esac;;
[all …]
/dports/devel/z88dk/z88dk/libsrc/_DEVELOPMENT/arch/zxn/esxdos/
H A Desxdos_sdcc_iy.lst1 @arch/zxn/esxdos/esxdos_asm.lst
2 @arch/zx/esxdos/esxdos_sdcc_iy.lst
3 arch/zxn/esxdos/c/sdcc_iy/esx_disk_filemap
19 arch/zxn/esxdos/c/sdcc_iy/esx_f_chdir
21 arch/zxn/esxdos/c/sdcc_iy/esx_f_chmod
23 arch/zxn/esxdos/c/sdcc_iy/esx_f_close
27 arch/zxn/esxdos/c/sdcc_iy/esx_f_fstat
40 arch/zxn/esxdos/c/sdcc_iy/esx_f_mkdir
42 arch/zxn/esxdos/c/sdcc_iy/esx_f_open
50 arch/zxn/esxdos/c/sdcc_iy/esx_f_read
[all …]
H A Desxdos_sdcc_ix.lst1 @arch/zxn/esxdos/esxdos_asm.lst
2 @arch/zx/esxdos/esxdos_sdcc_ix.lst
3 arch/zxn/esxdos/c/sdcc_ix/esx_disk_filemap
19 arch/zxn/esxdos/c/sdcc_ix/esx_f_chdir
21 arch/zxn/esxdos/c/sdcc_ix/esx_f_chmod
23 arch/zxn/esxdos/c/sdcc_ix/esx_f_close
27 arch/zxn/esxdos/c/sdcc_ix/esx_f_fstat
40 arch/zxn/esxdos/c/sdcc_ix/esx_f_mkdir
42 arch/zxn/esxdos/c/sdcc_ix/esx_f_open
50 arch/zxn/esxdos/c/sdcc_ix/esx_f_read
[all …]
H A Desxdos_sccz80.lst1 @arch/zxn/esxdos/esxdos_asm.lst
2 @arch/zx/esxdos/esxdos_sccz80.lst
3 arch/zxn/esxdos/c/sccz80/esx_disk_filemap
15 arch/zxn/esxdos/c/sccz80/esx_f_chdir
16 arch/zxn/esxdos/c/sccz80/esx_f_chmod
18 arch/zxn/esxdos/c/sccz80/esx_f_close
20 arch/zxn/esxdos/c/sccz80/esx_f_fstat
31 arch/zxn/esxdos/c/sccz80/esx_f_mkdir
32 arch/zxn/esxdos/c/sccz80/esx_f_open
39 arch/zxn/esxdos/c/sccz80/esx_f_read
[all …]
/dports/devel/z88dk/z88dk/libsrc/_DEVELOPMENT/arch/ts2068/display/
H A Ddisplay_sdcc.lst1 @arch/zx/display/display_sdcc.lst
2 @arch/ts2068/display/display_asm.lst
3 arch/ts2068/display/c/sdcc/tshc_aaddr2cx
5 arch/ts2068/display/c/sdcc/tshc_aaddr2cy
7 arch/ts2068/display/c/sdcc/tshc_aaddr2px
9 arch/ts2068/display/c/sdcc/tshc_aaddr2py
11 arch/ts2068/display/c/sdcc/tshc_aaddr2saddr
13 arch/ts2068/display/c/sdcc/tshc_aaddrcdown
15 arch/ts2068/display/c/sdcc/tshc_aaddrcleft
19 arch/ts2068/display/c/sdcc/tshc_aaddrcup
[all …]
/dports/graphics/dssim/dssim-3.1.2/cargo-crates/libaom-sys-0.9.1/vendor/av1/common/
H A Dcfl.h148 #define CFL_GET_SUBSAMPLE_FUNCTION(arch) \ argument
149 CFL_SUBSAMPLE_FUNCTIONS(arch, 420, lbd) \
150 CFL_SUBSAMPLE_FUNCTIONS(arch, 422, lbd) \
151 CFL_SUBSAMPLE_FUNCTIONS(arch, 444, lbd) \
152 CFL_SUBSAMPLE_FUNCTIONS(arch, 420, hbd) \
153 CFL_SUBSAMPLE_FUNCTIONS(arch, 422, hbd) \
154 CFL_SUBSAMPLE_FUNCTIONS(arch, 444, hbd)
156 #define CFL_GET_SUBSAMPLE_FUNCTION(arch) \ argument
157 CFL_SUBSAMPLE_FUNCTIONS(arch, 420, lbd) \
159 CFL_SUBSAMPLE_FUNCTIONS(arch, 444, lbd)
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/
H A Dcfl.h148 #define CFL_GET_SUBSAMPLE_FUNCTION(arch) \ argument
149 CFL_SUBSAMPLE_FUNCTIONS(arch, 420, lbd) \
150 CFL_SUBSAMPLE_FUNCTIONS(arch, 422, lbd) \
151 CFL_SUBSAMPLE_FUNCTIONS(arch, 444, lbd) \
152 CFL_SUBSAMPLE_FUNCTIONS(arch, 420, hbd) \
153 CFL_SUBSAMPLE_FUNCTIONS(arch, 422, hbd) \
154 CFL_SUBSAMPLE_FUNCTIONS(arch, 444, hbd)
156 #define CFL_GET_SUBSAMPLE_FUNCTION(arch) \ argument
157 CFL_SUBSAMPLE_FUNCTIONS(arch, 420, lbd) \
159 CFL_SUBSAMPLE_FUNCTIONS(arch, 444, lbd)
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libaom/source/libaom/av1/common/
H A Dcfl.h148 #define CFL_GET_SUBSAMPLE_FUNCTION(arch) \ argument
149 CFL_SUBSAMPLE_FUNCTIONS(arch, 420, lbd) \
150 CFL_SUBSAMPLE_FUNCTIONS(arch, 422, lbd) \
151 CFL_SUBSAMPLE_FUNCTIONS(arch, 444, lbd) \
152 CFL_SUBSAMPLE_FUNCTIONS(arch, 420, hbd) \
153 CFL_SUBSAMPLE_FUNCTIONS(arch, 422, hbd) \
154 CFL_SUBSAMPLE_FUNCTIONS(arch, 444, hbd)
156 #define CFL_GET_SUBSAMPLE_FUNCTION(arch) \ argument
157 CFL_SUBSAMPLE_FUNCTIONS(arch, 420, lbd) \
159 CFL_SUBSAMPLE_FUNCTIONS(arch, 444, lbd)
[all …]
/dports/multimedia/aom/aom-3.2.0/av1/common/
H A Dcfl.h148 #define CFL_GET_SUBSAMPLE_FUNCTION(arch) \ argument
149 CFL_SUBSAMPLE_FUNCTIONS(arch, 420, lbd) \
150 CFL_SUBSAMPLE_FUNCTIONS(arch, 422, lbd) \
151 CFL_SUBSAMPLE_FUNCTIONS(arch, 444, lbd) \
152 CFL_SUBSAMPLE_FUNCTIONS(arch, 420, hbd) \
153 CFL_SUBSAMPLE_FUNCTIONS(arch, 422, hbd) \
154 CFL_SUBSAMPLE_FUNCTIONS(arch, 444, hbd)
156 #define CFL_GET_SUBSAMPLE_FUNCTION(arch) \ argument
157 CFL_SUBSAMPLE_FUNCTIONS(arch, 420, lbd) \
159 CFL_SUBSAMPLE_FUNCTIONS(arch, 444, lbd)
[all …]
/dports/devel/yasm/yasm-1.3.0/modules/arch/x86/tests/
H A DMakefile.inc1 TESTS += modules/arch/x86/tests/x86_test.sh
3 EXTRA_DIST += modules/arch/x86/tests/x86_test.sh
4 EXTRA_DIST += modules/arch/x86/tests/gen-fma-test.py
5 EXTRA_DIST += modules/arch/x86/tests/addbyte.asm
7 EXTRA_DIST += modules/arch/x86/tests/addbyte.hex
8 EXTRA_DIST += modules/arch/x86/tests/addrop.asm
10 EXTRA_DIST += modules/arch/x86/tests/addrop.hex
13 EXTRA_DIST += modules/arch/x86/tests/aes.asm
14 EXTRA_DIST += modules/arch/x86/tests/aes.hex
22 EXTRA_DIST += modules/arch/x86/tests/avx.asm
[all …]
/dports/devel/binutils/binutils-2.37/binutils/
H A Delfcomm.c364 arch->next_arhdr_offset += sizeof arch->arhdr + size; in process_archive_index_and_symbols()
409 arch->file_name, (long) arch->index_num, sizeof_ar_index, size); in process_archive_index_and_symbols()
434 malloc (arch->index_num * sizeof (* arch->index_array)); in process_archive_index_and_symbols()
464 got = fread (arch->sym_table, 1, size, arch->file); in process_archive_index_and_symbols()
474 got = fread (&arch->arhdr, 1, sizeof arch->arhdr, arch->file); in process_archive_index_and_symbols()
513 got = fread (&arch->arhdr, 1, sizeof arch->arhdr, file); in setup_archive()
561 arch->next_arhdr_offset += sizeof arch->arhdr + arch->longnames_size; in setup_archive()
564 arch->longnames = (char *) malloc (arch->longnames_size + 1); in setup_archive()
583 arch->longnames[arch->longnames_size] = 0; in setup_archive()
656 if (arch->longnames == NULL || arch->longnames_size == 0) in get_archive_member_name()
[all …]
/dports/devel/arm-elf-binutils/binutils-2.37/binutils/
H A Delfcomm.c364 arch->next_arhdr_offset += sizeof arch->arhdr + size; in process_archive_index_and_symbols()
409 arch->file_name, (long) arch->index_num, sizeof_ar_index, size); in process_archive_index_and_symbols()
434 malloc (arch->index_num * sizeof (* arch->index_array)); in process_archive_index_and_symbols()
464 got = fread (arch->sym_table, 1, size, arch->file); in process_archive_index_and_symbols()
474 got = fread (&arch->arhdr, 1, sizeof arch->arhdr, arch->file); in process_archive_index_and_symbols()
513 got = fread (&arch->arhdr, 1, sizeof arch->arhdr, file); in setup_archive()
561 arch->next_arhdr_offset += sizeof arch->arhdr + arch->longnames_size; in setup_archive()
564 arch->longnames = (char *) malloc (arch->longnames_size + 1); in setup_archive()
583 arch->longnames[arch->longnames_size] = 0; in setup_archive()
656 if (arch->longnames == NULL || arch->longnames_size == 0) in get_archive_member_name()
[all …]
/dports/devel/gnulibiberty/binutils-2.37/binutils/
H A Delfcomm.c364 arch->next_arhdr_offset += sizeof arch->arhdr + size; in process_archive_index_and_symbols()
409 arch->file_name, (long) arch->index_num, sizeof_ar_index, size); in process_archive_index_and_symbols()
434 malloc (arch->index_num * sizeof (* arch->index_array)); in process_archive_index_and_symbols()
464 got = fread (arch->sym_table, 1, size, arch->file); in process_archive_index_and_symbols()
474 got = fread (&arch->arhdr, 1, sizeof arch->arhdr, arch->file); in process_archive_index_and_symbols()
513 got = fread (&arch->arhdr, 1, sizeof arch->arhdr, file); in setup_archive()
561 arch->next_arhdr_offset += sizeof arch->arhdr + arch->longnames_size; in setup_archive()
564 arch->longnames = (char *) malloc (arch->longnames_size + 1); in setup_archive()
583 arch->longnames[arch->longnames_size] = 0; in setup_archive()
656 if (arch->longnames == NULL || arch->longnames_size == 0) in get_archive_member_name()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/aom/av1/common/
H A Dcfl.h99 #define CFL_SUBSAMPLE(arch, sub, bd, width, height) \ argument
100 void subsample_##bd##_##sub##_##width##x##height##_##arch( \
155 #define CFL_GET_SUBSAMPLE_FUNCTION(arch) \ argument
156 CFL_SUBSAMPLE_FUNCTIONS(arch, 420, lbd) \
157 CFL_SUBSAMPLE_FUNCTIONS(arch, 422, lbd) \
158 CFL_SUBSAMPLE_FUNCTIONS(arch, 444, lbd) \
159 CFL_SUBSAMPLE_FUNCTIONS(arch, 420, hbd) \
160 CFL_SUBSAMPLE_FUNCTIONS(arch, 422, hbd) \
161 CFL_SUBSAMPLE_FUNCTIONS(arch, 444, hbd)
249 #define CFL_PREDICT_X(arch, width, height, bd) \ argument
[all …]
/dports/www/firefox/firefox-99.0/third_party/aom/av1/common/
H A Dcfl.h99 #define CFL_SUBSAMPLE(arch, sub, bd, width, height) \ argument
100 void subsample_##bd##_##sub##_##width##x##height##_##arch( \
155 #define CFL_GET_SUBSAMPLE_FUNCTION(arch) \ argument
156 CFL_SUBSAMPLE_FUNCTIONS(arch, 420, lbd) \
157 CFL_SUBSAMPLE_FUNCTIONS(arch, 422, lbd) \
158 CFL_SUBSAMPLE_FUNCTIONS(arch, 444, lbd) \
159 CFL_SUBSAMPLE_FUNCTIONS(arch, 420, hbd) \
160 CFL_SUBSAMPLE_FUNCTIONS(arch, 422, hbd) \
161 CFL_SUBSAMPLE_FUNCTIONS(arch, 444, hbd)
249 #define CFL_PREDICT_X(arch, width, height, bd) \ argument
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/aom/av1/common/
H A Dcfl.h99 #define CFL_SUBSAMPLE(arch, sub, bd, width, height) \ argument
100 void subsample_##bd##_##sub##_##width##x##height##_##arch( \
155 #define CFL_GET_SUBSAMPLE_FUNCTION(arch) \ argument
156 CFL_SUBSAMPLE_FUNCTIONS(arch, 420, lbd) \
157 CFL_SUBSAMPLE_FUNCTIONS(arch, 422, lbd) \
158 CFL_SUBSAMPLE_FUNCTIONS(arch, 444, lbd) \
159 CFL_SUBSAMPLE_FUNCTIONS(arch, 420, hbd) \
160 CFL_SUBSAMPLE_FUNCTIONS(arch, 422, hbd) \
161 CFL_SUBSAMPLE_FUNCTIONS(arch, 444, hbd)
249 #define CFL_PREDICT_X(arch, width, height, bd) \ argument
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/aom/av1/common/
H A Dcfl.h99 #define CFL_SUBSAMPLE(arch, sub, bd, width, height) \ argument
100 void subsample_##bd##_##sub##_##width##x##height##_##arch( \
155 #define CFL_GET_SUBSAMPLE_FUNCTION(arch) \ argument
156 CFL_SUBSAMPLE_FUNCTIONS(arch, 420, lbd) \
157 CFL_SUBSAMPLE_FUNCTIONS(arch, 422, lbd) \
158 CFL_SUBSAMPLE_FUNCTIONS(arch, 444, lbd) \
159 CFL_SUBSAMPLE_FUNCTIONS(arch, 420, hbd) \
160 CFL_SUBSAMPLE_FUNCTIONS(arch, 422, hbd) \
161 CFL_SUBSAMPLE_FUNCTIONS(arch, 444, hbd)
249 #define CFL_PREDICT_X(arch, width, height, bd) \ argument
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/yasm/source/patched-yasm/libyasm/
H A Darch.h453 ((yasm_arch_base *)arch)->module->destroy(arch)
455 ((yasm_arch_base *)arch)->module->get_machine(arch)
457 ((yasm_arch_base *)arch)->module->get_address_size(arch)
459 ((yasm_arch_base *)arch)->module->set_var(arch, var, val)
467 ((yasm_arch_base *)arch)->module->get_fill(arch)
477 ((yasm_arch_base *)arch)->module->get_reg_size(arch, reg)
479 ((yasm_arch_base *)arch)->module->reggroup_get_reg(arch, regg, regi)
481 ((yasm_arch_base *)arch)->module->reg_print(arch, reg, f)
483 ((yasm_arch_base *)arch)->module->segreg_print(arch, segreg, f)
485 ((yasm_arch_base *)arch)->module->ea_create(arch, e)
[all …]

12345678910>>...465