Searched refs:getSwappedVCMPImm (Results 1 – 3 of 3) sorted by relevance
100 unsigned getSwappedVCMPImm(unsigned Imm);
1355 uint8_t Imm = X86::getSwappedVCMPImm(N->getZExtValue() & 0x1f);
2597 .setImm(X86::getSwappedVCMPImm( in commuteInstructionImpl()3500 unsigned X86::getSwappedVCMPImm(unsigned Imm) { in getSwappedVCMPImm() function in X86