Home
last modified time | relevance | path

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

/external/deqp/framework/delibs/deutil/
DdeTimerTest.c56 deBool isSingle = deRandom_getFloat(&rnd) < 0.25f; in deTimer_selfTest() local
58 int expectedCalls = isSingle ? 1 : intervalSleepMultiplier; in deTimer_selfTest()
61 …printf("Iter %d / %d: %d ms %s timer\n", iter+1, numIters, interval, (isSingle ? "single" : "inter… in deTimer_selfTest()
64 if (isSingle) in deTimer_selfTest()
76 DE_TEST_ASSERT(!isSingle || numCalls == 1); in deTimer_selfTest()
/external/llvm/lib/Target/PowerPC/
DPPCHazardRecognizers.cpp279 bool &isFirst, bool &isSingle, in GetInstrType() argument
290 isSingle = TSFlags & PPCII::PPC970_Single; in GetInstrType()
334 bool isFirst, isSingle, isCracked, isLoad, isStore; in getHazardType() local
336 GetInstrType(Opcode, isFirst, isSingle, isCracked, in getHazardType()
342 if (NumIssued != 0 && (isFirst || isSingle)) in getHazardType()
392 bool isFirst, isSingle, isCracked, isLoad, isStore; in EmitInstruction() local
394 GetInstrType(Opcode, isFirst, isSingle, isCracked, in EmitInstruction()
410 if (InstrType == PPCII::PPC970_BRU || isSingle) in EmitInstruction()
DPPCHazardRecognizers.h92 bool &isFirst, bool &isSingle,bool &isCracked,
/external/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.td4709 class TFR_RD_CR_base<RegisterClass RC, RegisterClass CTRC, bit isSingle>
4718 let Inst{25} = isSingle;