Home
last modified time | relevance | path

Searched defs:vcmpneq_osps (Results 1 – 12 of 12) sorted by relevance

/dports/devel/yasm/yasm-1.3.0/modules/arch/x86/tests/
H A Davxcc.asm351 vcmpneq_osps xmm1, xmm2, xmm3 ; 1Ch label
405 vcmpneq_osps xmm1, xmm2, [rax] ; 1Ch label
459 vcmpneq_osps xmm1, xmm2, dqword [rax] ; 1Ch label
495 vcmpneq_osps ymm1, ymm2, ymm3 ; 1Ch label
531 vcmpneq_osps ymm1, ymm2, [rax] ; 1Ch label
567 vcmpneq_osps ymm1, ymm2, yword [rax] ; 1Ch label
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/cpu/mips3/x64/xbyak/
H A Dxbyak_mnemonic.h1120 void vcmpneq_osps(const Xmm& x1, const Xmm& x2, const Operand& op) { vcmpps(x1, x2, op, 28); } in vcmpneq_osps() function
1121 void vcmpneq_osps(const Xmm& x, const Operand& op) { vcmpps(x, op, 28); } in vcmpneq_osps() function
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/cpu/mips3/x64/xbyak/
H A Dxbyak_mnemonic.h1120 void vcmpneq_osps(const Xmm& x1, const Xmm& x2, const Operand& op) { vcmpps(x1, x2, op, 28); } in vcmpneq_osps() function
1121 void vcmpneq_osps(const Xmm& x, const Operand& op) { vcmpps(x, op, 28); } in vcmpneq_osps() function
/dports/devel/xbyak/xbyak-6.01/xbyak/
H A Dxbyak_mnemonic.h909 void vcmpneq_osps(const Xmm& x1, const Xmm& x2, const Operand& op) { vcmpps(x1, x2, op, 28); } in vcmpneq_osps() function
1417 void vcmpneq_osps(const Xmm& x, const Operand& op) { vcmpneq_osps(x, x, op); } in vcmpneq_osps() function
1823 void vcmpneq_osps(const Opmask& k, const Xmm& x, const Operand& op) { vcmpps(k, x, op, 28); } in vcmpneq_osps() function
/dports/emulators/yuzu/yuzu-0b47f7a46/externals/dynarmic/externals/xbyak/xbyak/
H A Dxbyak_mnemonic.h853 void vcmpneq_osps(const Xmm& x1, const Xmm& x2, const Operand& op) { vcmpps(x1, x2, op, 28); } in vcmpneq_osps() function
1357 void vcmpneq_osps(const Xmm& x, const Operand& op) { vcmpneq_osps(x, x, op); } in vcmpneq_osps() function
/dports/emulators/yuzu/yuzu-0b47f7a46/externals/xbyak/xbyak/
H A Dxbyak_mnemonic.h905 void vcmpneq_osps(const Xmm& x1, const Xmm& x2, const Operand& op) { vcmpps(x1, x2, op, 28); } in vcmpneq_osps() function
1409 void vcmpneq_osps(const Xmm& x, const Operand& op) { vcmpneq_osps(x, x, op); } in vcmpneq_osps() function
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/src/cpu/x64/xbyak/
H A Dxbyak_mnemonic.h950 void vcmpneq_osps(const Xmm& x1, const Xmm& x2, const Operand& op) { vcmpps(x1, x2, op, 28); } in vcmpneq_osps() function
1458 void vcmpneq_osps(const Xmm& x, const Operand& op) { vcmpneq_osps(x, x, op); } in vcmpneq_osps() function
/dports/emulators/citra/citra-ac98458e0/externals/dynarmic/externals/xbyak/xbyak/
H A Dxbyak_mnemonic.h853 void vcmpneq_osps(const Xmm& x1, const Xmm& x2, const Operand& op) { vcmpps(x1, x2, op, 28); } in vcmpneq_osps() function
1357 void vcmpneq_osps(const Xmm& x, const Operand& op) { vcmpneq_osps(x, x, op); } in vcmpneq_osps() function
/dports/emulators/citra/citra-ac98458e0/externals/xbyak/xbyak/
H A Dxbyak_mnemonic.h905 void vcmpneq_osps(const Xmm& x1, const Xmm& x2, const Operand& op) { vcmpps(x1, x2, op, 28); } in vcmpneq_osps() function
1409 void vcmpneq_osps(const Xmm& x, const Operand& op) { vcmpneq_osps(x, x, op); } in vcmpneq_osps() function
/dports/emulators/citra-qt5/citra-ac98458e0/externals/dynarmic/externals/xbyak/xbyak/
H A Dxbyak_mnemonic.h853 void vcmpneq_osps(const Xmm& x1, const Xmm& x2, const Operand& op) { vcmpps(x1, x2, op, 28); } in vcmpneq_osps() function
1357 void vcmpneq_osps(const Xmm& x, const Operand& op) { vcmpneq_osps(x, x, op); } in vcmpneq_osps() function
/dports/emulators/citra-qt5/citra-ac98458e0/externals/xbyak/xbyak/
H A Dxbyak_mnemonic.h905 void vcmpneq_osps(const Xmm& x1, const Xmm& x2, const Operand& op) { vcmpps(x1, x2, op, 28); } in vcmpneq_osps() function
1409 void vcmpneq_osps(const Xmm& x, const Operand& op) { vcmpneq_osps(x, x, op); } in vcmpneq_osps() function
/dports/math/onednn/oneDNN-2.5.1/src/cpu/x64/xbyak/
H A Dxbyak_mnemonic.h950 void vcmpneq_osps(const Xmm& x1, const Xmm& x2, const Operand& op) { vcmpps(x1, x2, op, 28); } in vcmpneq_osps() function
1458 void vcmpneq_osps(const Xmm& x, const Operand& op) { vcmpneq_osps(x, x, op); } in vcmpneq_osps() function