Home
last modified time | relevance | path

Searched refs:SrcR2 (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Target/X86/
DX86FixupLEAs.cpp348 const unsigned SrcR2 = MI.getOperand(3).getReg(); in processInstructionForSLM() local
349 if ((SrcR1 == 0 || SrcR1 != DstR) && (SrcR2 == 0 || SrcR2 != DstR)) in processInstructionForSLM()
376 if (SrcR1 != 0 && SrcR2 != 0) { in processInstructionForSLM()