Searched refs:AVX_CMP_P (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/x64/ |
D | assembler-x64.h | 1651 #define AVX_CMP_P(instr, imm8) \ macro 1665 AVX_CMP_P(vcmpeq, 0x0); 1666 AVX_CMP_P(vcmplt, 0x1); 1667 AVX_CMP_P(vcmple, 0x2); 1668 AVX_CMP_P(vcmpneq, 0x4); 1669 AVX_CMP_P(vcmpnlt, 0x5); 1670 AVX_CMP_P(vcmpnle, 0x6); 1672 #undef AVX_CMP_P
|
/external/v8/src/ia32/ |
D | assembler-ia32.h | 1616 #define AVX_CMP_P(instr, imm8) \ macro 1624 AVX_CMP_P(vcmpeq, 0x0); 1625 AVX_CMP_P(vcmplt, 0x1); 1626 AVX_CMP_P(vcmple, 0x2); 1627 AVX_CMP_P(vcmpneq, 0x4); 1629 #undef AVX_CMP_P
|