Home
last modified time | relevance | path

Searched refs:HasMemoryOperand (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.h51 unsigned getCMovOpcode(unsigned RegBytes, bool HasMemoryOperand = false,
H A DX86InstrInfo.cpp3403 unsigned X86::getCMovOpcode(unsigned RegBytes, bool HasMemoryOperand, in getCMovOpcode() argument
3410 return HasMemoryOperand ? GET_ND_IF_ENABLED(X86::CMOV16rm) in getCMovOpcode()
3413 return HasMemoryOperand ? GET_ND_IF_ENABLED(X86::CMOV32rm) in getCMovOpcode()
3416 return HasMemoryOperand ? GET_ND_IF_ENABLED(X86::CMOV64rm) in getCMovOpcode()