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

/external/llvm/lib/Target/X86/
H A DX86CodeEmitter.cpp160 /// determineREX - Determine if the MachineInstr has to be encoded with a X86-64
163 static unsigned determineREX(const MachineInstr &MI) { function
677 if (unsigned REX = determineREX(MI))

Completed in 334 milliseconds