Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/MC/
DMCObjectStreamer.cpp175 MCInst Relaxed; in EmitInstruction() local
176 getAssembler().getBackend().RelaxInstruction(Inst, Relaxed); in EmitInstruction()
177 while (getAssembler().getBackend().MayNeedRelaxation(Relaxed)) in EmitInstruction()
178 getAssembler().getBackend().RelaxInstruction(Relaxed, Relaxed); in EmitInstruction()
179 EmitInstToData(Relaxed); in EmitInstruction()
DMCAssembler.cpp694 MCInst Relaxed; in RelaxInstruction() local
695 getBackend().RelaxInstruction(IF.getInst(), Relaxed); in RelaxInstruction()
704 getEmitter().EncodeInstruction(Relaxed, VecOS, Fixups); in RelaxInstruction()
708 IF.setInst(Relaxed); in RelaxInstruction()
/external/llvm/lib/MC/
DMCObjectStreamer.cpp254 MCInst Relaxed; in EmitInstruction() local
255 getAssembler().getBackend().relaxInstruction(Inst, STI, Relaxed); in EmitInstruction()
256 while (getAssembler().getBackend().mayNeedRelaxation(Relaxed)) in EmitInstruction()
257 getAssembler().getBackend().relaxInstruction(Relaxed, STI, Relaxed); in EmitInstruction()
258 EmitInstToData(Relaxed, STI); in EmitInstruction()
DMCAssembler.cpp767 MCInst Relaxed; in relaxInstruction() local
768 getBackend().relaxInstruction(F.getInst(), F.getSubtargetInfo(), Relaxed); in relaxInstruction()
777 getEmitter().encodeInstruction(Relaxed, VecOS, Fixups, F.getSubtargetInfo()); in relaxInstruction()
780 F.setInst(Relaxed); in relaxInstruction()
/external/hamcrest/
DCHANGES.txt118 * Relaxed isInstanceOf() matcher generic type so it can be used on any kind of
/external/libxml2/os400/libxmlrpg/
DHTMLparser.rpgle251 d HTML_PARSE_RECOVER... Relaxed parsing
/external/llvm/lib/Target/Mips/
DMipsInstrInfo.td470 // * 'Relaxed' immediates are supersets of the corresponding unsigned immediate.
/external/libpng/
DCHANGES2835 Relaxed the overly-restrictive permissions of some files.
2838 Relaxed more overly-restrictive permissions of some files.
5510 Relaxed limit checks on gamma values in pngrtran.c. As suggested in
/external/owasp/sanitizer/lib/htmlparser-1.3/doc/
Dtree-construction.txt289 Associates//DTD HTML Extended Relaxed 1.0//"
/external/libcxx/include/
Dmemory3342 // NOTE: Relaxed and acq/rel atomics (for increment and decrement respectively)