Searched refs:getSwappedVCMPImm (Results 1 – 3 of 3) sorted by relevance
74 unsigned getSwappedVCMPImm(unsigned Imm);
2230 Imm = X86::getSwappedVCMPImm(Imm); in commuteInstructionImpl()2912 unsigned X86::getSwappedVCMPImm(unsigned Imm) { in getSwappedVCMPImm() function in X86
2513 uint8_t Imm = X86::getSwappedVCMPImm(N->getZExtValue() & 0x1f);