Home
last modified time | relevance | path

Searched defs:vcmpgtps (Results 1 – 25 of 28) sorted by relevance

12

/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/MC/X86/
H A Davx512-encodings.s6049 vcmpgtps %zmm17, %zmm5, %k2 label
/dports/devel/llvm11/llvm-11.0.1.src/test/MC/X86/
H A Davx512-encodings.s6049 vcmpgtps %zmm17, %zmm5, %k2 label
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/MC/X86/
H A Davx512-encodings.s6049 vcmpgtps %zmm17, %zmm5, %k2 label
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/test/MC/X86/
H A Davx512-encodings.s6049 vcmpgtps %zmm17, %zmm5, %k2 label
/dports/devel/llvm10/llvm-10.0.1.src/test/MC/X86/
H A Davx512-encodings.s6049 vcmpgtps %zmm17, %zmm5, %k2 label
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/test/MC/X86/
H A Davx512-encodings.s6049 vcmpgtps %zmm17, %zmm5, %k2 label
/dports/devel/llvm90/llvm-9.0.1.src/test/MC/X86/
H A Davx512-encodings.s6049 vcmpgtps %zmm17, %zmm5, %k2 label
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/test/MC/X86/
H A Davx512-encodings.s6049 vcmpgtps %zmm17, %zmm5, %k2 label
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/test/MC/X86/
H A Davx512-encodings.s6049 vcmpgtps %zmm17, %zmm5, %k2 label
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/test/MC/X86/
H A Davx512-encodings.s6049 vcmpgtps %zmm17, %zmm5, %k2 label
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/test/MC/X86/
H A Davx512-encodings.s6049 vcmpgtps %zmm17, %zmm5, %k2 label
/dports/devel/llvm80/llvm-8.0.1.src/test/MC/X86/
H A Davx512-encodings.s6049 vcmpgtps %zmm17, %zmm5, %k2 label
/dports/graphics/llvm-mesa/llvm-13.0.1.src/test/MC/X86/
H A Davx512-encodings.s6049 vcmpgtps %zmm17, %zmm5, %k2 label
/dports/devel/llvm70/llvm-7.0.1.src/test/MC/X86/
H A Davx512-encodings.s6049 vcmpgtps %zmm17, %zmm5, %k2 label
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/test/MC/X86/
H A Davx512-encodings.s6049 vcmpgtps %zmm17, %zmm5, %k2 label
/dports/devel/yasm/yasm-1.3.0/modules/arch/x86/tests/
H A Davxcc.asm335 vcmpgtps xmm1, xmm2, xmm3 ; 0Eh label
389 vcmpgtps xmm1, xmm2, [rax] ; 0Eh label
443 vcmpgtps xmm1, xmm2, dqword [rax] ; 0Eh label
479 vcmpgtps ymm1, ymm2, ymm3 ; 0Eh label
515 vcmpgtps ymm1, ymm2, [rax] ; 0Eh label
551 vcmpgtps ymm1, ymm2, yword [rax] ; 0Eh label
/dports/graphics/blend2d/blend2d-592d1ba52672bbf6365aba476bfe26b7bd2dfab8/src/blend2d/
H A Dsimd_x86_p.h618 BL_INLINE F128 vcmpgtps(const F128& x, const F128& y) noexcept { return _mm_cmpgt_ps(x, y); } in vcmpgtps() function
1212 BL_INLINE F256 vcmpgtps(const F256& x, const F256& y) noexcept { return _mm256_cmp_ps(x, y, _CMP_GT… in vcmpgtps() function
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/cpu/mips3/x64/xbyak/
H A Dxbyak_mnemonic.h1092 void vcmpgtps(const Xmm& x1, const Xmm& x2, const Operand& op) { vcmpps(x1, x2, op, 14); } in vcmpgtps() function
1093 void vcmpgtps(const Xmm& x, const Operand& op) { vcmpps(x, op, 14); } in vcmpgtps() function
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/cpu/mips3/x64/xbyak/
H A Dxbyak_mnemonic.h1092 void vcmpgtps(const Xmm& x1, const Xmm& x2, const Operand& op) { vcmpps(x1, x2, op, 14); } in vcmpgtps() function
1093 void vcmpgtps(const Xmm& x, const Operand& op) { vcmpps(x, op, 14); } in vcmpgtps() function
/dports/devel/xbyak/xbyak-6.01/xbyak/
H A Dxbyak_mnemonic.h885 void vcmpgtps(const Xmm& x1, const Xmm& x2, const Operand& op) { vcmpps(x1, x2, op, 14); } in vcmpgtps() function
1393 void vcmpgtps(const Xmm& x, const Operand& op) { vcmpgtps(x, x, op); } in vcmpgtps() function
1799 void vcmpgtps(const Opmask& k, const Xmm& x, const Operand& op) { vcmpps(k, x, op, 14); } in vcmpgtps() function
/dports/emulators/yuzu/yuzu-0b47f7a46/externals/dynarmic/externals/xbyak/xbyak/
H A Dxbyak_mnemonic.h829 void vcmpgtps(const Xmm& x1, const Xmm& x2, const Operand& op) { vcmpps(x1, x2, op, 14); } in vcmpgtps() function
1333 void vcmpgtps(const Xmm& x, const Operand& op) { vcmpgtps(x, x, op); } in vcmpgtps() function
/dports/emulators/yuzu/yuzu-0b47f7a46/externals/xbyak/xbyak/
H A Dxbyak_mnemonic.h881 void vcmpgtps(const Xmm& x1, const Xmm& x2, const Operand& op) { vcmpps(x1, x2, op, 14); } in vcmpgtps() function
1385 void vcmpgtps(const Xmm& x, const Operand& op) { vcmpgtps(x, x, op); } in vcmpgtps() function
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/src/cpu/x64/xbyak/
H A Dxbyak_mnemonic.h926 void vcmpgtps(const Xmm& x1, const Xmm& x2, const Operand& op) { vcmpps(x1, x2, op, 14); } in vcmpgtps() function
1434 void vcmpgtps(const Xmm& x, const Operand& op) { vcmpgtps(x, x, op); } in vcmpgtps() function
/dports/emulators/citra/citra-ac98458e0/externals/dynarmic/externals/xbyak/xbyak/
H A Dxbyak_mnemonic.h829 void vcmpgtps(const Xmm& x1, const Xmm& x2, const Operand& op) { vcmpps(x1, x2, op, 14); } in vcmpgtps() function
1333 void vcmpgtps(const Xmm& x, const Operand& op) { vcmpgtps(x, x, op); } in vcmpgtps() function
/dports/emulators/citra/citra-ac98458e0/externals/xbyak/xbyak/
H A Dxbyak_mnemonic.h881 void vcmpgtps(const Xmm& x1, const Xmm& x2, const Operand& op) { vcmpps(x1, x2, op, 14); } in vcmpgtps() function
1385 void vcmpgtps(const Xmm& x, const Operand& op) { vcmpgtps(x, x, op); } in vcmpgtps() function

12