Searched defs:isX86_64ExtendedReg (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/X86/
H A DX86InstrInfo.h379 static bool isX86_64ExtendedReg(const MachineOperand &MO) { function in class:llvm::final
381 return X86II::isX86_64ExtendedReg(MO.getReg());
/external/llvm/lib/Target/X86/MCTargetDesc/
H A DX86BaseInfo.h719 /// isX86_64ExtendedReg - Is the MachineOperand a x86-64 extended (r8 or
721 inline bool isX86_64ExtendedReg(unsigned RegNo) { function in namespace:llvm::X86II

Completed in 1255 milliseconds