Searched refs:DetermineREXPrefix (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCCodeEmitter.cpp1009 /// DetermineREXPrefix - Determine if the MCInst has to be encoded with a X86-64
1012 static unsigned DetermineREXPrefix(const MCInst &MI, uint64_t TSFlags, function in class:__anon26176::X86MCCodeEmitter
1032 // FIXME: The caller of DetermineREXPrefix slaps this prefix onto anything
1151 if (unsigned REX = DetermineREXPrefix(MI, TSFlags, Desc))

Completed in 83 milliseconds