Searched refs:isSecondInstrNOP (Results 1 – 1 of 1) sorted by relevance
138 bool isSecondInstrNOP = isBranchNop(second_instr, second_instr_length); in GetMode() local141 if (isSecondInstrNOP && isFirstInstrNOP) return STORE_BUFFER_ONLY; in GetMode()143 else if (isFirstInstrNOP && !isSecondInstrNOP) in GetMode()146 else if (!isFirstInstrNOP && isSecondInstrNOP) in GetMode()