Home
last modified time | relevance | path

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

/external/v8/src/s390/
Dcode-stubs-s390.h138 bool isSecondInstrNOP = isBranchNop(second_instr, second_instr_length); in GetMode() local
141 if (isSecondInstrNOP && isFirstInstrNOP) return STORE_BUFFER_ONLY; in GetMode()
143 else if (isFirstInstrNOP && !isSecondInstrNOP) in GetMode()
146 else if (!isFirstInstrNOP && isSecondInstrNOP) in GetMode()