Searched refs:Use64BitRegs (Results 1 – 3 of 3) sorted by relevance
77 const bool Use64BitRegs = Subtarget.isTarget64BitLP64(); in emitRepstos() local94 const unsigned CX = Use64BitRegs ? X86::RCX : X86::ECX; in emitRepstos()95 const unsigned DI = Use64BitRegs ? X86::RDI : X86::EDI; in emitRepstos()237 const bool Use64BitRegs = Subtarget.isTarget64BitLP64(); in emitRepmovs() local238 const unsigned CX = Use64BitRegs ? X86::RCX : X86::ECX; in emitRepmovs()239 const unsigned DI = Use64BitRegs ? X86::RDI : X86::EDI; in emitRepmovs()240 const unsigned SI = Use64BitRegs ? X86::RSI : X86::ESI; in emitRepmovs()
108 Use64BitRegs = true; in initSubtargetFeatures()
72 def Feature64BitRegs : SubtargetFeature<"64bitregs","Use64BitRegs", "true",