Searched refs:AVX_CMP_P (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/x64/
H A Dassembler-x64.h1673 #define AVX_CMP_P(instr, imm8) \ macro
1687 AVX_CMP_P(vcmpeq, 0x0);
1688 AVX_CMP_P(vcmplt, 0x1);
1689 AVX_CMP_P(vcmple, 0x2);
1690 AVX_CMP_P(vcmpneq, 0x4);
1691 AVX_CMP_P(vcmpnlt, 0x5);
1692 AVX_CMP_P(vcmpnle, 0x6);
1694 #undef AVX_CMP_P macro

Completed in 176 milliseconds