Home
last modified time | relevance | path

Searched refs:getSwappedVCMPImm (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.h78 unsigned getSwappedVCMPImm(unsigned Imm);
H A DX86InstrFragmentsSIMD.td1366 uint8_t Imm = X86::getSwappedVCMPImm(N->getZExtValue() & 0x1f);
H A DX86InstrInfo.cpp2602 .setImm(X86::getSwappedVCMPImm( in commuteInstructionImpl()
3413 unsigned X86::getSwappedVCMPImm(unsigned Imm) { in getSwappedVCMPImm() function in X86