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

/external/llvm/lib/Target/X86/MCTargetDesc/
H A DX86BaseInfo.h723 /// isX86_64ExtendedReg - Is the MachineOperand a x86-64 extended (r8 or
725 inline bool isX86_64ExtendedReg(unsigned RegNo) { function
H A DX86MCCodeEmitter.cpp84 bool isX86_64ExtendedReg(const MCInst &MI, unsigned OpNum) const { function in class:__anon13339::X86MCCodeEmitter
988 REX |= isX86_64ExtendedReg(MI, CurOp++) << 0; // REX.B
991 REX |= isX86_64ExtendedReg(MI, CurOp++) << 2; // REX.R
992 REX |= isX86_64ExtendedReg(MI, CurOp++) << 0; // REX.B
995 REX |= isX86_64ExtendedReg(MI, CurOp++) << 2; // REX.R
996 REX |= isX86_64ExtendedReg(MI, MemOperand+X86::AddrBaseReg) << 0; // REX.B
997 REX |= isX86_64ExtendedReg(MI, MemOperand+X86::AddrIndexReg) << 1; // REX.X
1002 REX |= isX86_64ExtendedReg(MI, CurOp++) << 0; // REX.B
1003 REX |= isX86_64ExtendedReg(MI, CurOp++) << 2; // REX.R
1006 REX |= isX86_64ExtendedReg(M
[all...]
/external/swiftshader/third_party/LLVM/lib/Target/X86/
H A DX86InstrInfo.h332 static bool isX86_64ExtendedReg(const MachineOperand &MO) { function in class:llvm::X86InstrInfo
334 return X86II::isX86_64ExtendedReg(MO.getReg());
/external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/
H A DX86BaseInfo.h516 /// isX86_64ExtendedReg - Is the MachineOperand a x86-64 extended (r8 or
518 static inline bool isX86_64ExtendedReg(unsigned RegNo) { function in namespace:llvm::X86II

Completed in 241 milliseconds