Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Mips/
DMipsJITInfo.cpp50 const unsigned HintMask = 0xFFFFF83F, ReturnSequence = 0x03e00008; in replaceMachineCodeForFunction() local
52 unsigned CurrInstrHintClear = (*CurrentInstr) & HintMask; in replaceMachineCodeForFunction()
54 unsigned NextInstrHintClear = (*NextInstr) & HintMask; in replaceMachineCodeForFunction()