Home
last modified time | relevance | path

Searched refs:_64 (Results 1 – 25 of 6386) sorted by relevance

12345678910>>...256

/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/ext/SPIRV-Cross/reference/shaders-hlsl-no-opt/asm/comp/
H A Daccess-chain-load-store-composite.asm.comp25 Foo _64;
26 _64.a = asfloat(uint2x2(_10.Load(0), _10.Load(8), _10.Load(4), _10.Load(12)));
27 _64.b = asfloat(_10.Load2(16));
37_64.c[_0ident].d[_1ident][_2ident] = asfloat(_10.Load(_2ident * 4 + _1ident * 16 + _0ident * 40 + …
43 _64.c[_0ident].baz[_3ident].c = asfloat(_10.Load(_3ident * 4 + _0ident * 40 + 56));
46 _10.Store(224, asuint(_64.a[0].x));
47 _10.Store(228, asuint(_64.a[1].x));
48 _10.Store(232, asuint(_64.a[0].y));
49 _10.Store(236, asuint(_64.a[1].y));
50 _10.Store2(240, asuint(_64.b));
[all …]
/dports/emulators/ppsspp/ppsspp-1.12.3/ext/SPIRV-Cross/reference/shaders-hlsl-no-opt/asm/comp/
H A Daccess-chain-load-store-composite.asm.comp25 Foo _64;
26 _64.a = asfloat(uint2x2(_10.Load(0), _10.Load(8), _10.Load(4), _10.Load(12)));
27 _64.b = asfloat(_10.Load2(16));
37_64.c[_0ident].d[_1ident][_2ident] = asfloat(_10.Load(_2ident * 4 + _1ident * 16 + _0ident * 40 + …
43 _64.c[_0ident].baz[_3ident].c = asfloat(_10.Load(_3ident * 4 + _0ident * 40 + 56));
46 _10.Store(224, asuint(_64.a[0].x));
47 _10.Store(228, asuint(_64.a[1].x));
48 _10.Store(232, asuint(_64.a[0].y));
49 _10.Store(236, asuint(_64.a[1].y));
50 _10.Store2(240, asuint(_64.b));
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/spirv-cross/spirv-cross/reference/shaders-hlsl-no-opt/asm/comp/
H A Daccess-chain-load-store-composite.asm.comp25 Foo _64;
26 _64.a = asfloat(uint2x2(_10.Load(0), _10.Load(8), _10.Load(4), _10.Load(12)));
27 _64.b = asfloat(_10.Load2(16));
37_64.c[_0ident].d[_1ident][_2ident] = asfloat(_10.Load(_2ident * 4 + _1ident * 16 + _0ident * 40 + …
43 _64.c[_0ident].baz[_3ident].c = asfloat(_10.Load(_3ident * 4 + _0ident * 40 + 56));
46 _10.Store(224, asuint(_64.a[0].x));
47 _10.Store(228, asuint(_64.a[1].x));
48 _10.Store(232, asuint(_64.a[0].y));
49 _10.Store(236, asuint(_64.a[1].y));
50 _10.Store2(240, asuint(_64.b));
[all …]
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/ext/SPIRV-Cross/reference/shaders-hlsl-no-opt/asm/comp/
H A Daccess-chain-load-store-composite.asm.comp25 Foo _64;
26 _64.a = asfloat(uint2x2(_10.Load(0), _10.Load(8), _10.Load(4), _10.Load(12)));
27 _64.b = asfloat(_10.Load2(16));
37_64.c[_0ident].d[_1ident][_2ident] = asfloat(_10.Load(_2ident * 4 + _1ident * 16 + _0ident * 40 + …
43 _64.c[_0ident].baz[_3ident].c = asfloat(_10.Load(_3ident * 4 + _0ident * 40 + 56));
46 _10.Store(224, asuint(_64.a[0].x));
47 _10.Store(228, asuint(_64.a[1].x));
48 _10.Store(232, asuint(_64.a[0].y));
49 _10.Store(236, asuint(_64.a[1].y));
50 _10.Store2(240, asuint(_64.b));
[all …]
/dports/security/libgcrypt/libgcrypt-1.9.4/cipher/
H A Dsha512-ssse3-amd64.S300 SHA512_Round(((t) - 2), a##_64, b##_64, c##_64, d##_64, \
301 e##_64, f##_64, g##_64, h##_64); \
304 SHA512_Round(((t) - 1), h##_64, a##_64, b##_64, c##_64, \
305 d##_64, e##_64, f##_64, g##_64); \
309 SHA512_2Sched_2Round_sse((t), a##_64, b##_64, c##_64, d##_64, \
310 e##_64, f##_64, g##_64, h##_64)
314 SHA512_Round((t - 2), a##_64, b##_64, c##_64, d##_64, \
315 e##_64, f##_64, g##_64, h##_64); \
316 SHA512_Round((t - 1), h##_64, a##_64, b##_64, c##_64, \
317 d##_64, e##_64, f##_64, g##_64)
H A Dsha512-avx-amd64.S299 SHA512_Round(((t) - 2), a##_64, b##_64, c##_64, d##_64, \
300 e##_64, f##_64, g##_64, h##_64); \
303 SHA512_Round(((t) - 1), h##_64, a##_64, b##_64, c##_64, \
304 d##_64, e##_64, f##_64, g##_64); \
308 SHA512_2Sched_2Round_avx((t), a##_64, b##_64, c##_64, d##_64, \
309 e##_64, f##_64, g##_64, h##_64)
313 SHA512_Round((t - 2), a##_64, b##_64, c##_64, d##_64, \
314 e##_64, f##_64, g##_64, h##_64); \
315 SHA512_Round((t - 1), h##_64, a##_64, b##_64, c##_64, \
316 d##_64, e##_64, f##_64, g##_64)
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/libgcrypt/cipher/
H A Dsha512-avx-amd64.S299 SHA512_Round(((t) - 2), a##_64, b##_64, c##_64, d##_64, \
300 e##_64, f##_64, g##_64, h##_64); \
303 SHA512_Round(((t) - 1), h##_64, a##_64, b##_64, c##_64, \
304 d##_64, e##_64, f##_64, g##_64); \
308 SHA512_2Sched_2Round_avx((t), a##_64, b##_64, c##_64, d##_64, \
309 e##_64, f##_64, g##_64, h##_64)
313 SHA512_Round((t - 2), a##_64, b##_64, c##_64, d##_64, \
314 e##_64, f##_64, g##_64, h##_64); \
315 SHA512_Round((t - 1), h##_64, a##_64, b##_64, c##_64, \
316 d##_64, e##_64, f##_64, g##_64)
H A Dsha512-ssse3-amd64.S300 SHA512_Round(((t) - 2), a##_64, b##_64, c##_64, d##_64, \
301 e##_64, f##_64, g##_64, h##_64); \
304 SHA512_Round(((t) - 1), h##_64, a##_64, b##_64, c##_64, \
305 d##_64, e##_64, f##_64, g##_64); \
309 SHA512_2Sched_2Round_sse((t), a##_64, b##_64, c##_64, d##_64, \
310 e##_64, f##_64, g##_64, h##_64)
314 SHA512_Round((t - 2), a##_64, b##_64, c##_64, d##_64, \
315 e##_64, f##_64, g##_64, h##_64); \
316 SHA512_Round((t - 1), h##_64, a##_64, b##_64, c##_64, \
317 d##_64, e##_64, f##_64, g##_64)
/dports/security/liboqs/liboqs-0.7.0/docs/algorithms/kem/
H A Dsike.md37 | additional\_amd64\_bmi2 | x86\_64 | Linux,Darwin | BMI2 …
38 | additional\_amd64\_adx | x86\_64 | Linux,Darwin | BMI2,A…
50 | additional\_amd64\_bmi2 | x86\_64 | Linux,Darwin | BMI2 …
51 | additional\_amd64\_adx | x86\_64 | Linux,Darwin | BMI2,A…
61 | additional\_amd64 | x86\_64 | Linux,Darwin | None …
62 | additional\_amd64\_bmi2 | x86\_64 | Linux,Darwin | BMI2 …
63 | additional\_amd64\_adx | x86\_64 | Linux,Darwin | BMI2,A…
73 | additional\_amd64 | x86\_64 | Linux,Darwin | None …
74 | additional\_amd64\_bmi2 | x86\_64 | Linux,Darwin | BMI2 …
75 | additional\_amd64\_adx | x86\_64 | Linux,Darwin | BMI2,A…
[all …]
/dports/security/liboqs/liboqs-0.7.0/docs/algorithms/sig/
H A Dpicnic.md33 | master | x86\_64 | Linux | AVX2,S…
34 | master | x86\_64 | Darwin,Windows | SSE2 …
45 | master | x86\_64 | Linux | AVX2,S…
46 | master | x86\_64 | Darwin,Windows | SSE2 …
55 | master | x86\_64 | Linux | AVX2,S…
56 | master | x86\_64 | Darwin,Windows | SSE2 …
65 | master | x86\_64 | Linux | AVX2,S…
66 | master | x86\_64 | Darwin,Windows | SSE2 …
75 | master | x86\_64 | Linux | AVX2,S…
76 | master | x86\_64 | Darwin,Windows | SSE2 …
[all …]
H A Dsphincs.md59 | aesni | x86\_64 | All | AES …
70 | aesni | x86\_64 | All | AES …
79 | aesni | x86\_64 | All | AES …
88 | aesni | x86\_64 | All | AES …
97 | aesni | x86\_64 | All | AES …
106 | aesni | x86\_64 | All | AES …
115 | aesni | x86\_64 | All | AES …
124 | aesni | x86\_64 | All | AES …
133 | aesni | x86\_64 | All | AES …
142 | aesni | x86\_64 | All | AES …
[all …]
/dports/security/pev/pev/src/
H A Dreadpe.c480 snprintf(s, MAX_MSG, "%#x", header->_64->SizeOfCode);
492 snprintf(s, MAX_MSG, "%#x", header->_64->BaseOfCode);
495 snprintf(s, MAX_MSG, "%#"PRIx64, header->_64->ImageBase);
498 snprintf(s, MAX_MSG, "%#x", header->_64->SectionAlignment);
501 snprintf(s, MAX_MSG, "%#x", header->_64->FileAlignment);
510 snprintf(s, MAX_MSG, "%d", header->_64->MajorImageVersion);
522 snprintf(s, MAX_MSG, "%#x", header->_64->SizeOfImage);
525 snprintf(s, MAX_MSG, "%#x", header->_64->SizeOfHeaders);
528 snprintf(s, MAX_MSG, "%#x", header->_64->CheckSum);
531 const uint16_t subsystem = header->_64->Subsystem;
[all …]
/dports/lang/swi-pl/swipl-8.2.3/src/Tests/xsb/ai_tests/
H A Ddisj.P440 tp :- prec__1(_64), fail.
442 tp :- minaf__1(_64), fail.
443 tp :- minnf__1(_64), fail.
444 tp :- maxef__1(_64), fail.
445 tp :- minsf__1(_64), fail.
446 tp :- maxnf__1(_64), fail.
448 tp :- jobs__1(_64), fail.
449 tp :- p__1(_64,_66), fail.
450 tp :- el__1(_64,_66), fail.
469 tp :- top__1(_64), fail.
[all …]
/dports/editors/hte/ht-e9e63373148da5d7df397d8075740d8c096ecb1d/
H A Dhtmacho.cc73 …r_if **ifs, ht_format_group *format_group, FileOfs header_ofs, Endianess image_endianess, bool _64) in init() argument
86 macho_shared->_64 = _64; in init()
93 if (_64) { in init()
186 if (_64) { in init()
199 macho_shared->sections[sec]._64 = false; in init()
208 macho_shared->sections[sec]._64 = true; in init()
239 if (s->_64) { in macho_addr_to_ofs()
261 if (s->_64) { in macho_addr_to_section()
280 if (s->_64) { in macho_addr_is_valid()
301 if (s->_64) { in macho_ofs_to_addr()
[all …]
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/crates/lightbeam/src/
H A Dfunction_body.rs626 Operator::Eqz(Size::_64) => ctx.i64_eqz()?, in translate()
638 Operator::And(Size::_64) => ctx.i64_and()?, in translate()
639 Operator::Or(Size::_64) => ctx.i64_or()?, in translate()
714 input_ty: Size::_64, in translate()
720 input_ty: Size::_64, in translate()
738 input_ty: Size::_64, in translate()
744 input_ty: Size::_64, in translate()
761 output_ty: Size::_64, in translate()
769 output_ty: Size::_64, in translate()
777 output_ty: Size::_64, in translate()
[all …]
/dports/games/retroarch/RetroArch-1.9.7/deps/SPIRV-Cross/reference/opt/shaders/asm/frag/
H A Dloop-header-to-continue.asm.frag33 float _64 = float(_60);
34 …texture(SPIRV_Cross_CombinedmapTexturemapSampler, IN_uv + (vec2(0.0, _8.CB1.TextureSize.w) * _64));
35 …float _78 = exp(((-_64) * _64) * 0.2222220003604888916015625) * float(abs(_72.y - _50) < clamp(_50…
/dports/games/retroarch/RetroArch-1.9.7/deps/SPIRV-Cross/reference/shaders/asm/frag/
H A Dloop-header-to-continue.asm.frag33 float _64 = float(_60);
34 …texture(SPIRV_Cross_CombinedmapTexturemapSampler, IN_uv + (vec2(0.0, _8.CB1.TextureSize.w) * _64));
35 …float _78 = exp(((-_64) * _64) * 0.2222220003604888916015625) * float(abs(_72.y - _50) < clamp((_5…
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/spirv-cross/reference/shaders/asm/frag/
H A Dloop-header-to-continue.asm.frag33 float _64 = float(_60);
34 …texture(SPIRV_Cross_CombinedmapTexturemapSampler, IN_uv + (vec2(0.0, _8.CB1.TextureSize.w) * _64));
35 …float _78 = exp(((-_64) * _64) * 0.2222220003604888916015625) * float(abs(_72.y - _50) < clamp((_5…
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/spirv-cross/reference/opt/shaders/asm/frag/
H A Dloop-header-to-continue.asm.frag33 float _64 = float(_60);
34 …texture(SPIRV_Cross_CombinedmapTexturemapSampler, IN_uv + (vec2(0.0, _8.CB1.TextureSize.w) * _64));
35 …float _78 = exp(((-_64) * _64) * 0.2222220003604888916015625) * float(abs(_72.y - _50) < clamp(_50…
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/spirv-cross/reference/shaders/asm/frag/
H A Dloop-header-to-continue.asm.frag33 float _64 = float(_60);
34 …texture(SPIRV_Cross_CombinedmapTexturemapSampler, IN_uv + (vec2(0.0, _8.CB1.TextureSize.w) * _64));
35 …float _78 = exp(((-_64) * _64) * 0.2222220003604888916015625) * float(abs(_72.y - _50) < clamp((_5…
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/spirv-cross/reference/opt/shaders/asm/frag/
H A Dloop-header-to-continue.asm.frag33 float _64 = float(_60);
34 …texture(SPIRV_Cross_CombinedmapTexturemapSampler, IN_uv + (vec2(0.0, _8.CB1.TextureSize.w) * _64));
35 …float _78 = exp(((-_64) * _64) * 0.2222220003604888916015625) * float(abs(_72.y - _50) < clamp(_50…
/dports/graphics/rx/rx-0.4.0/cargo-crates/spirv_cross-0.16.0/src/vendor/SPIRV-Cross/reference/opt/shaders/asm/frag/
H A Dloop-header-to-continue.asm.frag33 float _64 = float(_60);
34 …texture(SPIRV_Cross_CombinedmapTexturemapSampler, IN_uv + (vec2(0.0, _8.CB1.TextureSize.w) * _64));
35 …float _78 = exp(((-_64) * _64) * 0.2222220003604888916015625) * float(abs(_72.y - _50) < clamp(_50…
/dports/graphics/rx/rx-0.4.0/cargo-crates/spirv_cross-0.16.0/src/vendor/SPIRV-Cross/reference/shaders/asm/frag/
H A Dloop-header-to-continue.asm.frag33 float _64 = float(_60);
34 …texture(SPIRV_Cross_CombinedmapTexturemapSampler, IN_uv + (vec2(0.0, _8.CB1.TextureSize.w) * _64));
35 …float _78 = exp(((-_64) * _64) * 0.2222220003604888916015625) * float(abs(_72.y - _50) < clamp((_5…
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/ext/SPIRV-Cross/reference/shaders/asm/frag/
H A Dloop-header-to-continue.asm.frag35 float _64 = float(_60);
36 vec4 _72 = texture(SPIRV_Cross_CombinedmapTexturemapSampler, IN_uv + (_45 * _64));
37 … float _78 = exp(((-_64) * _64) * 0.2222220003604888916015625) * float(abs(_72.y - _50) < _53);
/dports/emulators/ppsspp/ppsspp-1.12.3/ext/SPIRV-Cross/reference/shaders/asm/frag/
H A Dloop-header-to-continue.asm.frag35 float _64 = float(_60);
36 vec4 _72 = texture(SPIRV_Cross_CombinedmapTexturemapSampler, IN_uv + (_45 * _64));
37 … float _78 = exp(((-_64) * _64) * 0.2222220003604888916015625) * float(abs(_72.y - _50) < _53);

12345678910>>...256