Home
last modified time | relevance | path

Searched defs:vcmpordps (Results 1 – 17 of 17) sorted by relevance

/dports/devel/yasm/yasm-1.3.0/modules/arch/x86/tests/
H A Davxcc.asm318 vcmpordps xmm1, xmm2 ; 07h label
327 vcmpordps xmm1, xmm2, xmm3 ; 07h label
372 vcmpordps xmm1, [rax] ; 07h label
381 vcmpordps xmm1, xmm2, [rax] ; 07h label
426 vcmpordps xmm1, dqword [rax] ; 07h label
435 vcmpordps xmm1, xmm2, dqword [rax] ; 07h label
471 vcmpordps ymm1, ymm2, ymm3 ; 07h label
507 vcmpordps ymm1, ymm2, [rax] ; 07h label
543 vcmpordps ymm1, ymm2, yword [rax] ; 07h label
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/x86-shared/
H A DAssembler-x86-shared.h2459 void vcmpordps(const Operand& src1, FloatRegister src0, FloatRegister dest) { in vcmpordps() function
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/jit/x86-shared/
H A DAssembler-x86-shared.h2498 void vcmpordps(const Operand& src1, FloatRegister src0, FloatRegister dest) { in vcmpordps() function
/dports/www/firefox-esr/firefox-91.8.0/js/src/jit/x86-shared/
H A DAssembler-x86-shared.h2646 void vcmpordps(const Operand& rhs, FloatRegister srcDest) { in vcmpordps() function
/dports/www/firefox/firefox-99.0/js/src/jit/x86-shared/
H A DAssembler-x86-shared.h2724 void vcmpordps(const Operand& rhs, FloatRegister lhs, FloatRegister dest) { in vcmpordps() function
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/jit/x86-shared/
H A DAssembler-x86-shared.h2646 void vcmpordps(const Operand& rhs, FloatRegister srcDest) { in vcmpordps() function
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/cpu/mips3/x64/xbyak/
H A Dxbyak_mnemonic.h1078 void vcmpordps(const Xmm& x1, const Xmm& x2, const Operand& op) { vcmpps(x1, x2, op, 7); } in vcmpordps() function
1079 void vcmpordps(const Xmm& x, const Operand& op) { vcmpps(x, op, 7); } in vcmpordps() function
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/cpu/mips3/x64/xbyak/
H A Dxbyak_mnemonic.h1078 void vcmpordps(const Xmm& x1, const Xmm& x2, const Operand& op) { vcmpps(x1, x2, op, 7); } in vcmpordps() function
1079 void vcmpordps(const Xmm& x, const Operand& op) { vcmpps(x, op, 7); } in vcmpordps() function
/dports/devel/xbyak/xbyak-6.01/xbyak/
H A Dxbyak_mnemonic.h957 void vcmpordps(const Xmm& x1, const Xmm& x2, const Operand& op) { vcmpps(x1, x2, op, 7); } in vcmpordps() function
1465 void vcmpordps(const Xmm& x, const Operand& op) { vcmpordps(x, x, op); } in vcmpordps() function
1871 void vcmpordps(const Opmask& k, const Xmm& x, const Operand& op) { vcmpps(k, x, op, 7); } in vcmpordps() function
/dports/emulators/yuzu/yuzu-0b47f7a46/externals/dynarmic/externals/xbyak/xbyak/
H A Dxbyak_mnemonic.h901 void vcmpordps(const Xmm& x1, const Xmm& x2, const Operand& op) { vcmpps(x1, x2, op, 7); } in vcmpordps() function
1405 void vcmpordps(const Xmm& x, const Operand& op) { vcmpordps(x, x, op); } in vcmpordps() function
/dports/emulators/yuzu/yuzu-0b47f7a46/externals/xbyak/xbyak/
H A Dxbyak_mnemonic.h953 void vcmpordps(const Xmm& x1, const Xmm& x2, const Operand& op) { vcmpps(x1, x2, op, 7); } in vcmpordps() function
1457 void vcmpordps(const Xmm& x, const Operand& op) { vcmpordps(x, x, op); } in vcmpordps() function
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/src/cpu/x64/xbyak/
H A Dxbyak_mnemonic.h998 void vcmpordps(const Xmm& x1, const Xmm& x2, const Operand& op) { vcmpps(x1, x2, op, 7); } in vcmpordps() function
1506 void vcmpordps(const Xmm& x, const Operand& op) { vcmpordps(x, x, op); } in vcmpordps() function
/dports/emulators/citra/citra-ac98458e0/externals/dynarmic/externals/xbyak/xbyak/
H A Dxbyak_mnemonic.h901 void vcmpordps(const Xmm& x1, const Xmm& x2, const Operand& op) { vcmpps(x1, x2, op, 7); } in vcmpordps() function
1405 void vcmpordps(const Xmm& x, const Operand& op) { vcmpordps(x, x, op); } in vcmpordps() function
/dports/emulators/citra/citra-ac98458e0/externals/xbyak/xbyak/
H A Dxbyak_mnemonic.h953 void vcmpordps(const Xmm& x1, const Xmm& x2, const Operand& op) { vcmpps(x1, x2, op, 7); } in vcmpordps() function
1457 void vcmpordps(const Xmm& x, const Operand& op) { vcmpordps(x, x, op); } in vcmpordps() function
/dports/emulators/citra-qt5/citra-ac98458e0/externals/dynarmic/externals/xbyak/xbyak/
H A Dxbyak_mnemonic.h901 void vcmpordps(const Xmm& x1, const Xmm& x2, const Operand& op) { vcmpps(x1, x2, op, 7); } in vcmpordps() function
1405 void vcmpordps(const Xmm& x, const Operand& op) { vcmpordps(x, x, op); } in vcmpordps() function
/dports/emulators/citra-qt5/citra-ac98458e0/externals/xbyak/xbyak/
H A Dxbyak_mnemonic.h953 void vcmpordps(const Xmm& x1, const Xmm& x2, const Operand& op) { vcmpps(x1, x2, op, 7); } in vcmpordps() function
1457 void vcmpordps(const Xmm& x, const Operand& op) { vcmpordps(x, x, op); } in vcmpordps() function
/dports/math/onednn/oneDNN-2.5.1/src/cpu/x64/xbyak/
H A Dxbyak_mnemonic.h998 void vcmpordps(const Xmm& x1, const Xmm& x2, const Operand& op) { vcmpps(x1, x2, op, 7); } in vcmpordps() function
1506 void vcmpordps(const Xmm& x, const Operand& op) { vcmpordps(x, x, op); } in vcmpordps() function