Home
last modified time | relevance | path

Searched defs:Xmm (Results 1 – 25 of 49) sorted by relevance

12

/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/src/cpu/x64/gemm/f32/
H A Djit_avx2_kernel_sgemm_kern.hpp557 void update(int um, int un, int sepload, bool is_beta_zero, in update()
558 void (Xbyak::CodeGenerator::*load)(const Xbyak::Xmm &, in update()
561 const Xbyak::Address &, const Xbyak::Xmm &), in update()
/dports/math/onednn/oneDNN-2.5.1/src/cpu/x64/gemm/f32/
H A Djit_avx2_kernel_sgemm_kern.hpp557 void update(int um, int un, int sepload, bool is_beta_zero, in update()
558 void (Xbyak::CodeGenerator::*load)(const Xbyak::Xmm &, in update()
561 const Xbyak::Address &, const Xbyak::Xmm &), in update()
/dports/www/firefox/firefox-99.0/third_party/rust/cranelift-codegen/src/isa/unwind/
H A Dwinx64.rs183 Xmm(u8), enumerator
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/cranelift-codegen/src/isa/unwind/
H A Dwinx64.rs183 Xmm(u8), enumerator
/dports/lang/rust/rustc-1.58.1-src/vendor/cranelift-codegen/src/isa/unwind/
H A Dwinx64.rs183 Xmm(u8), enumerator
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/cranelift-codegen/src/isa/unwind/
H A Dwinx64.rs183 Xmm(u8), enumerator
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Target/X86/
H A DX86PreTileConfig.cpp383 Register Xmm = MRI->createVirtualRegister(&X86::VR128RegClass); in runOnMachineFunction() local
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Target/X86/
H A DX86PreTileConfig.cpp383 Register Xmm = MRI->createVirtualRegister(&X86::VR128RegClass); in runOnMachineFunction() local
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Target/X86/
H A DX86PreTileConfig.cpp383 Register Xmm = MRI->createVirtualRegister(&X86::VR128RegClass); in runOnMachineFunction() local
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Target/X86/
H A DX86PreTileConfig.cpp383 Register Xmm = MRI->createVirtualRegister(&X86::VR128RegClass); in runOnMachineFunction() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/subzero/unittest/AssemblerX8632/
H A DDataMov.cpp368 #define TestMovssXmmAddrFloatLength(FloatLength, Xmm, Value) \ in TEST_F() argument
417 #define TestMovssAddrXmmFloatLength(FloatLength, Xmm, Value) \ in TEST_F() argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/subzero/unittest/AssemblerX8664/
H A DDataMov.cpp522 #define TestMovssXmmAddrFloatLength(FloatLength, Xmm, Value) \ in TEST_F() argument
578 #define TestMovssAddrXmmFloatLength(FloatLength, Xmm, Value) \ in TEST_F() argument
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/src/cpu/x64/
H A Djit_uni_resampling_kernel.hpp65 using Xmm = Xbyak::Xmm; typedef
H A Djit_uni_pool_kernel.hpp53 using Xmm = Xbyak::Xmm; typedef
/dports/math/onednn/oneDNN-2.5.1/src/cpu/x64/
H A Djit_uni_resampling_kernel.hpp65 using Xmm = Xbyak::Xmm; typedef
H A Djit_uni_pool_kernel.hpp52 using Xmm = Xbyak::Xmm; typedef
/dports/devel/asmjit/asmjit-911a9a50a2cbc9802c4d44e94b8b99e1d9285cf3/src/asmjit/x86/
H A Dx86operand.h32 class Xmm; variable
343 ASMJIT_DEFINE_FINAL_REG(Xmm, Vec, RegTraits<kTypeXmm>) in ASMJIT_DEFINE_FINAL_REG() argument
/dports/emulators/yuzu/yuzu-0b47f7a46/externals/dynarmic/externals/xbyak/xbyak/
H A Dxbyak.h625 struct Xmm : public Mmx { struct
626 explicit Xmm(int idx = 0, Kind kind = Operand::XMM, int bit = 128) : Mmx(idx, kind, bit) { } in Mmx() argument
627 Xmm(Kind kind, int idx) : Mmx(idx, kind, kind == XMM ? 128 : kind == YMM ? 256 : 512) { } in Xmm() function
629 Xmm copyAndSetIdx(int idx) const { Xmm ret(*this); ret.setIdx(idx); return ret; } in copyAndSetIdx() argument
630 Xmm copyAndSetKind(Operand::Kind kind) const { Xmm ret(*this); ret.setKind(kind); return ret; } in copyAndSetKind() argument
634 explicit Ymm(int idx = 0, Kind kind = Operand::YMM, int bit = 256) : Xmm(idx, kind, bit) { } in Xmm() function
/dports/emulators/yuzu/yuzu-0b47f7a46/externals/xbyak/xbyak/
H A Dxbyak.h712 struct Xmm : public Mmx { struct
713 …explicit XBYAK_CONSTEXPR Xmm(int idx = 0, Kind kind = Operand::XMM, int bit = 128) : Mmx(idx, kind… in Mmx() argument
714 …XBYAK_CONSTEXPR Xmm(Kind kind, int idx) : Mmx(idx, kind, kind == XMM ? 128 : kind == YMM ? 256 : 5… in Xmm() function
716 Xmm copyAndSetIdx(int idx) const { Xmm ret(*this); ret.setIdx(idx); return ret; } in copyAndSetIdx() argument
717 Xmm copyAndSetKind(Operand::Kind kind) const { Xmm ret(*this); ret.setKind(kind); return ret; } in copyAndSetKind() argument
721 …explicit XBYAK_CONSTEXPR Ymm(int idx = 0, Kind kind = Operand::YMM, int bit = 256) : Xmm(idx, kind… in Xmm() function
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/src/cpu/x64/xbyak/
H A Dxbyak.h762 struct Xmm : public Mmx { struct
763 …explicit XBYAK_CONSTEXPR Xmm(int idx = 0, Kind kind = Operand::XMM, int bit = 128) : Mmx(idx, kind… in Mmx() argument
764 …XBYAK_CONSTEXPR Xmm(Kind kind, int idx) : Mmx(idx, kind, kind == XMM ? 128 : kind == YMM ? 256 : 5… in Xmm() function
766 Xmm copyAndSetIdx(int idx) const { Xmm ret(*this); ret.setIdx(idx); return ret; } in copyAndSetIdx() argument
767 Xmm copyAndSetKind(Operand::Kind kind) const { Xmm ret(*this); ret.setKind(kind); return ret; } in copyAndSetKind() argument
771 …explicit XBYAK_CONSTEXPR Ymm(int idx = 0, Kind kind = Operand::YMM, int bit = 256) : Xmm(idx, kind… in Xmm() function
/dports/emulators/citra/citra-ac98458e0/externals/xbyak/xbyak/
H A Dxbyak.h712 struct Xmm : public Mmx { struct
713 …explicit XBYAK_CONSTEXPR Xmm(int idx = 0, Kind kind = Operand::XMM, int bit = 128) : Mmx(idx, kind… in Mmx() argument
714 …XBYAK_CONSTEXPR Xmm(Kind kind, int idx) : Mmx(idx, kind, kind == XMM ? 128 : kind == YMM ? 256 : 5… in Xmm() argument
716 Xmm copyAndSetIdx(int idx) const { Xmm ret(*this); ret.setIdx(idx); return ret; } in copyAndSetIdx() argument
717 Xmm copyAndSetKind(Operand::Kind kind) const { Xmm ret(*this); ret.setKind(kind); return ret; } in copyAndSetKind() argument
721 …explicit XBYAK_CONSTEXPR Ymm(int idx = 0, Kind kind = Operand::YMM, int bit = 256) : Xmm(idx, kind… in Xmm() function
/dports/emulators/citra-qt5/citra-ac98458e0/externals/dynarmic/externals/xbyak/xbyak/
H A Dxbyak.h625 struct Xmm : public Mmx { struct
626 explicit Xmm(int idx = 0, Kind kind = Operand::XMM, int bit = 128) : Mmx(idx, kind, bit) { } in Mmx() argument
627 Xmm(Kind kind, int idx) : Mmx(idx, kind, kind == XMM ? 128 : kind == YMM ? 256 : 512) { } in Xmm() argument
629 Xmm copyAndSetIdx(int idx) const { Xmm ret(*this); ret.setIdx(idx); return ret; } in copyAndSetIdx() argument
630 Xmm copyAndSetKind(Operand::Kind kind) const { Xmm ret(*this); ret.setKind(kind); return ret; } in copyAndSetKind() argument
634 explicit Ymm(int idx = 0, Kind kind = Operand::YMM, int bit = 256) : Xmm(idx, kind, bit) { } in Xmm() function
/dports/emulators/citra-qt5/citra-ac98458e0/externals/xbyak/xbyak/
H A Dxbyak.h712 struct Xmm : public Mmx { struct
713 …explicit XBYAK_CONSTEXPR Xmm(int idx = 0, Kind kind = Operand::XMM, int bit = 128) : Mmx(idx, kind… in Mmx() argument
714 …XBYAK_CONSTEXPR Xmm(Kind kind, int idx) : Mmx(idx, kind, kind == XMM ? 128 : kind == YMM ? 256 : 5… in Xmm() argument
716 Xmm copyAndSetIdx(int idx) const { Xmm ret(*this); ret.setIdx(idx); return ret; } in copyAndSetIdx() argument
717 Xmm copyAndSetKind(Operand::Kind kind) const { Xmm ret(*this); ret.setKind(kind); return ret; } in copyAndSetKind() argument
721 …explicit XBYAK_CONSTEXPR Ymm(int idx = 0, Kind kind = Operand::YMM, int bit = 256) : Xmm(idx, kind… in Xmm() function
/dports/emulators/citra/citra-ac98458e0/externals/dynarmic/externals/xbyak/xbyak/
H A Dxbyak.h625 struct Xmm : public Mmx { struct
626 explicit Xmm(int idx = 0, Kind kind = Operand::XMM, int bit = 128) : Mmx(idx, kind, bit) { } in Mmx() argument
627 Xmm(Kind kind, int idx) : Mmx(idx, kind, kind == XMM ? 128 : kind == YMM ? 256 : 512) { } in Xmm() argument
629 Xmm copyAndSetIdx(int idx) const { Xmm ret(*this); ret.setIdx(idx); return ret; } in copyAndSetIdx() argument
630 Xmm copyAndSetKind(Operand::Kind kind) const { Xmm ret(*this); ret.setKind(kind); return ret; } in copyAndSetKind() argument
634 explicit Ymm(int idx = 0, Kind kind = Operand::YMM, int bit = 256) : Xmm(idx, kind, bit) { } in Xmm() function
/dports/math/onednn/oneDNN-2.5.1/src/cpu/x64/xbyak/
H A Dxbyak.h762 struct Xmm : public Mmx { struct
763 …explicit XBYAK_CONSTEXPR Xmm(int idx = 0, Kind kind = Operand::XMM, int bit = 128) : Mmx(idx, kind… in Mmx() argument
764 …XBYAK_CONSTEXPR Xmm(Kind kind, int idx) : Mmx(idx, kind, kind == XMM ? 128 : kind == YMM ? 256 : 5… in Xmm() argument
766 Xmm copyAndSetIdx(int idx) const { Xmm ret(*this); ret.setIdx(idx); return ret; } in copyAndSetIdx() argument
767 Xmm copyAndSetKind(Operand::Kind kind) const { Xmm ret(*this); ret.setKind(kind); return ret; } in copyAndSetKind() argument
771 …explicit XBYAK_CONSTEXPR Ymm(int idx = 0, Kind kind = Operand::YMM, int bit = 256) : Xmm(idx, kind… in Xmm() function

12