Home
last modified time | relevance | path

Searched defs:kmovw (Results 1 – 16 of 16) sorted by relevance

/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/src/cpu/x64/
H A Djit_transpose_utils.cpp119 auto kmovw = [=](Opmask k, unsigned w) { in transpose() local
297 auto kmovw = [=](Opmask k, unsigned w) { in generate() local
409 auto kmovw = [=](Opmask k, unsigned w) { in transpose() local
683 auto kmovw = [=](Opmask k, unsigned w) { in generate() local
948 auto kmovw = [=](Opmask k, unsigned w) { in generate() local
1312 auto kmovw = [=](Opmask k, unsigned w) { in generate() local
H A Djit_brgemm_transpose_utils.cpp92 auto kmovw = [=](Opmask k, unsigned w) { in transpose_16x16() local
237 auto kmovw = [=](Opmask k, unsigned w) { in generate() local
386 auto kmovw = [=](Opmask k, unsigned w) { in transpose() local
562 auto kmovw = [=](Opmask k, unsigned w) { in generate() local
985 auto kmovw = [=](Opmask k, unsigned w) { in generate() local
1300 auto kmovw = [=](Opmask k, unsigned w) { in transpose_16x16() local
1470 auto kmovw = [=](Opmask k, unsigned w) { in generate() local
1594 auto kmovw = [=](Opmask k, unsigned w) { in transpose_16x16_vnni() local
1819 auto kmovw = [=](Xbyak::Opmask k, unsigned w) { in generate() local
/dports/math/onednn/oneDNN-2.5.1/src/cpu/x64/
H A Djit_transpose_utils.cpp119 auto kmovw = [=](Opmask k, unsigned w) { in transpose() local
297 auto kmovw = [=](Opmask k, unsigned w) { in generate() local
409 auto kmovw = [=](Opmask k, unsigned w) { in transpose() local
683 auto kmovw = [=](Opmask k, unsigned w) { in generate() local
948 auto kmovw = [=](Opmask k, unsigned w) { in generate() local
1312 auto kmovw = [=](Opmask k, unsigned w) { in generate() local
H A Djit_brgemm_transpose_utils.cpp92 auto kmovw = [=](Opmask k, unsigned w) { in transpose_16x16() local
239 auto kmovw = [=](Opmask k, unsigned w) { in generate() local
388 auto kmovw = [=](Opmask k, unsigned w) { in transpose() local
564 auto kmovw = [=](Opmask k, unsigned w) { in generate() local
1065 auto kmovw = [=](Opmask k, unsigned w) { in generate() local
1380 auto kmovw = [=](Opmask k, unsigned w) { in transpose_16x16() local
1550 auto kmovw = [=](Opmask k, unsigned w) { in generate() local
1674 auto kmovw = [=](Opmask k, unsigned w) { in transpose_16x16_vnni() local
1899 auto kmovw = [=](Xbyak::Opmask k, unsigned w) { in generate() local
/dports/math/onednn/oneDNN-2.5.1/src/cpu/x64/matmul/
H A Dbrgemm_matmul_copy_utils.cpp272 const auto kmovw = [=](Opmask k, size_t q) { in copy_M_loop() local
585 auto kmovw = [=](Opmask k, size_t q) { in transpose_f32() local
740 auto kmovw = [=](Opmask k, unsigned w) { in generate() local
1473 auto kmovw = [=](Opmask k, unsigned w) { in generate() local
1581 inline void kmovw(Opmask k, unsigned w) { in kmovw() function
2002 auto kmovw = [=](Opmask k, unsigned w) { in generate() local
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/src/cpu/x64/matmul/
H A Dbrgemm_matmul_copy_utils.cpp272 const auto kmovw = [=](Opmask k, size_t q) { in copy_M_loop() local
592 auto kmovw = [=](Opmask k, unsigned w) { in generate() local
1308 auto kmovw = [=](Opmask k, unsigned w) { in generate() local
1676 auto kmovw = [=](Opmask k, unsigned w) { in generate() local
/dports/emulators/yuzu/yuzu-0b47f7a46/externals/dynarmic/externals/xbyak/xbyak/
H A Dxbyak_mnemonic.h1622 void kmovw(const Address& addr, const Opmask& k) { opVex(k, 0, addr, T_L0 | T_0F | T_W0, 0x91); } in kmovw() function
1623 void kmovw(const Opmask& k, const Operand& op) { opVex(k, 0, op, T_L0 | T_0F | T_W0, 0x90); } in kmovw() function
1624 void kmovw(const Opmask& k, const Reg32& r) { opVex(k, 0, r, T_L0 | T_0F | T_W0, 0x92); } in kmovw() function
1625 void kmovw(const Reg32& r, const Opmask& k) { opVex(r, 0, k, T_L0 | T_0F | T_W0, 0x93); } in kmovw() function
/dports/emulators/yuzu/yuzu-0b47f7a46/externals/xbyak/xbyak/
H A Dxbyak_mnemonic.h1695 void kmovw(const Address& addr, const Opmask& k) { opVex(k, 0, addr, T_L0 | T_0F | T_W0, 0x91); } in kmovw() function
1696 void kmovw(const Opmask& k, const Operand& op) { if (!op.isMEM() && !op.isOPMASK()) XBYAK_THROW(ERR… in kmovw() function
1697 void kmovw(const Opmask& k, const Reg32& r) { opVex(k, 0, r, T_L0 | T_0F | T_W0, 0x92); } in kmovw() function
1698 void kmovw(const Reg32& r, const Opmask& k) { opVex(r, 0, k, T_L0 | T_0F | T_W0, 0x93); } in kmovw() function
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/src/cpu/x64/xbyak/
H A Dxbyak_mnemonic.h1744 void kmovw(const Address& addr, const Opmask& k) { opVex(k, 0, addr, T_L0 | T_0F | T_W0, 0x91); } in kmovw() function
1745 void kmovw(const Opmask& k, const Operand& op) { if (!op.isMEM() && !op.isOPMASK()) XBYAK_THROW(ERR… in kmovw() function
1746 void kmovw(const Opmask& k, const Reg32& r) { opVex(k, 0, r, T_L0 | T_0F | T_W0, 0x92); } in kmovw() function
1747 void kmovw(const Reg32& r, const Opmask& k) { opVex(r, 0, k, T_L0 | T_0F | T_W0, 0x93); } in kmovw() function
/dports/emulators/citra/citra-ac98458e0/externals/dynarmic/externals/xbyak/xbyak/
H A Dxbyak_mnemonic.h1622 void kmovw(const Address& addr, const Opmask& k) { opVex(k, 0, addr, T_L0 | T_0F | T_W0, 0x91); } in kmovw() function
1623 void kmovw(const Opmask& k, const Operand& op) { opVex(k, 0, op, T_L0 | T_0F | T_W0, 0x90); } in kmovw() function
1624 void kmovw(const Opmask& k, const Reg32& r) { opVex(k, 0, r, T_L0 | T_0F | T_W0, 0x92); } in kmovw() function
1625 void kmovw(const Reg32& r, const Opmask& k) { opVex(r, 0, k, T_L0 | T_0F | T_W0, 0x93); } in kmovw() function
/dports/emulators/citra/citra-ac98458e0/externals/xbyak/xbyak/
H A Dxbyak_mnemonic.h1695 void kmovw(const Address& addr, const Opmask& k) { opVex(k, 0, addr, T_L0 | T_0F | T_W0, 0x91); } in kmovw() function
1696 void kmovw(const Opmask& k, const Operand& op) { if (!op.isMEM() && !op.isOPMASK()) XBYAK_THROW(ERR… in kmovw() function
1697 void kmovw(const Opmask& k, const Reg32& r) { opVex(k, 0, r, T_L0 | T_0F | T_W0, 0x92); } in kmovw() function
1698 void kmovw(const Reg32& r, const Opmask& k) { opVex(r, 0, k, T_L0 | T_0F | T_W0, 0x93); } in kmovw() function
/dports/emulators/citra-qt5/citra-ac98458e0/externals/dynarmic/externals/xbyak/xbyak/
H A Dxbyak_mnemonic.h1622 void kmovw(const Address& addr, const Opmask& k) { opVex(k, 0, addr, T_L0 | T_0F | T_W0, 0x91); } in kmovw() function
1623 void kmovw(const Opmask& k, const Operand& op) { opVex(k, 0, op, T_L0 | T_0F | T_W0, 0x90); } in kmovw() function
1624 void kmovw(const Opmask& k, const Reg32& r) { opVex(k, 0, r, T_L0 | T_0F | T_W0, 0x92); } in kmovw() function
1625 void kmovw(const Reg32& r, const Opmask& k) { opVex(r, 0, k, T_L0 | T_0F | T_W0, 0x93); } in kmovw() function
/dports/emulators/citra-qt5/citra-ac98458e0/externals/xbyak/xbyak/
H A Dxbyak_mnemonic.h1695 void kmovw(const Address& addr, const Opmask& k) { opVex(k, 0, addr, T_L0 | T_0F | T_W0, 0x91); } in kmovw() function
1696 void kmovw(const Opmask& k, const Operand& op) { if (!op.isMEM() && !op.isOPMASK()) XBYAK_THROW(ERR… in kmovw() function
1697 void kmovw(const Opmask& k, const Reg32& r) { opVex(k, 0, r, T_L0 | T_0F | T_W0, 0x92); } in kmovw() function
1698 void kmovw(const Reg32& r, const Opmask& k) { opVex(r, 0, k, T_L0 | T_0F | T_W0, 0x93); } in kmovw() function
/dports/math/onednn/oneDNN-2.5.1/src/cpu/x64/xbyak/
H A Dxbyak_mnemonic.h1744 void kmovw(const Address& addr, const Opmask& k) { opVex(k, 0, addr, T_L0 | T_0F | T_W0, 0x91); } in kmovw() function
1745 void kmovw(const Opmask& k, const Operand& op) { if (!op.isMEM() && !op.isOPMASK()) XBYAK_THROW(ERR… in kmovw() function
1746 void kmovw(const Opmask& k, const Reg32& r) { opVex(k, 0, r, T_L0 | T_0F | T_W0, 0x92); } in kmovw() function
1747 void kmovw(const Reg32& r, const Opmask& k) { opVex(r, 0, k, T_L0 | T_0F | T_W0, 0x93); } in kmovw() function
/dports/devel/xbyak/xbyak-6.01/xbyak/
H A Dxbyak_mnemonic.h1703 void kmovw(const Address& addr, const Opmask& k) { opVex(k, 0, addr, T_L0 | T_0F | T_W0, 0x91); } in kmovw() function
1704 void kmovw(const Opmask& k, const Operand& op) { if (!op.isMEM() && !op.isOPMASK()) XBYAK_THROW(ERR… in kmovw() function
1705 void kmovw(const Opmask& k, const Reg32& r) { opVex(k, 0, r, T_L0 | T_0F | T_W0, 0x92); } in kmovw() function
1706 void kmovw(const Reg32& r, const Opmask& k) { opVex(r, 0, k, T_L0 | T_0F | T_W0, 0x93); } in kmovw() function
/dports/math/blis/blis-0.8.1/frame/include/
H A Dbli_x86_asm_macros.h1281 #define kmovw(_0, _1) KMOVW(_0, _1) macro