Searched refs:Relaxed (Results 1 – 3 of 3) sorted by relevance
183 MCInst Relaxed; in EmitInstruction() local184 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()
695 MCInst Relaxed; in relaxInstruction() local696 getBackend().relaxInstruction(IF.getInst(), Relaxed); in relaxInstruction()705 getEmitter().EncodeInstruction(Relaxed, VecOS, Fixups); in relaxInstruction()709 IF.setInst(Relaxed); in relaxInstruction()
17660 (checkEscape): Relaxed parsing of \c and \N escapes to be more17679 (JSC::WREC::Parser::consumeEscape): Relaxed parsing of \c \N \u \x \B