Home
last modified time | relevance | path

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

/external/llvm/lib/MC/
DMCObjectStreamer.cpp183 MCInst Relaxed; in EmitInstruction() local
184 getAssembler().getBackend().relaxInstruction(Inst, Relaxed); in EmitInstruction()
185 while (getAssembler().getBackend().mayNeedRelaxation(Relaxed)) in EmitInstruction()
186 getAssembler().getBackend().relaxInstruction(Relaxed, Relaxed); in EmitInstruction()
187 EmitInstToData(Relaxed); in EmitInstruction()
DMCAssembler.cpp695 MCInst Relaxed; in relaxInstruction() local
696 getBackend().relaxInstruction(IF.getInst(), Relaxed); in relaxInstruction()
705 getEmitter().EncodeInstruction(Relaxed, VecOS, Fixups); in relaxInstruction()
709 IF.setInst(Relaxed); in relaxInstruction()
/external/webkit/Source/JavaScriptCore/
DChangeLog-2009-06-1617660 (checkEscape): Relaxed parsing of \c and \N escapes to be more
17679 (JSC::WREC::Parser::consumeEscape): Relaxed parsing of \c \N \u \x \B