Searched refs:Relaxed (Results 1 – 14 of 14) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/MC/ |
D | MCObjectStreamer.cpp | 175 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()
|
D | MCAssembler.cpp | 694 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/ |
D | MCObjectStreamer.cpp | 254 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()
|
D | MCAssembler.cpp | 767 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/swiftshader/third_party/llvm-7.0/llvm/lib/MC/ |
D | MCObjectStreamer.cpp | 328 MCInst Relaxed; in EmitInstructionImpl() local 329 getAssembler().getBackend().relaxInstruction(Inst, STI, Relaxed); in EmitInstructionImpl() 330 while (getAssembler().getBackend().mayNeedRelaxation(Relaxed, STI)) in EmitInstructionImpl() 331 getAssembler().getBackend().relaxInstruction(Relaxed, STI, Relaxed); in EmitInstructionImpl() 332 EmitInstToData(Relaxed, STI); in EmitInstructionImpl()
|
D | MCAssembler.cpp | 898 MCInst Relaxed; in relaxInstruction() local 899 getBackend().relaxInstruction(F.getInst(), *F.getSubtargetInfo(), Relaxed); in relaxInstruction() 908 getEmitter().encodeInstruction(Relaxed, VecOS, Fixups, *F.getSubtargetInfo()); in relaxInstruction() 911 F.setInst(Relaxed); in relaxInstruction()
|
/external/hamcrest/ |
D | CHANGES.txt | 118 * Relaxed isInstanceOf() matcher generic type so it can be used on any kind of
|
/external/libxml2/os400/libxmlrpg/ |
D | HTMLparser.rpgle | 251 d HTML_PARSE_RECOVER... Relaxed parsing
|
/external/llvm/lib/Target/Mips/ |
D | MipsInstrInfo.td | 470 // * 'Relaxed' immediates are supersets of the corresponding unsigned immediate.
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/ |
D | MipsInstrInfo.td | 638 // * 'Relaxed' immediates are supersets of the corresponding unsigned immediate.
|
/external/libpng/ |
D | CHANGES | 2835 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/ |
D | tree-construction.txt | 289 Associates//DTD HTML Extended Relaxed 1.0//"
|
/external/libcxx/include/ |
D | memory | 3463 // NOTE: Relaxed and acq/rel atomics (for increment and decrement respectively)
|
/external/freetype/ |
D | ChangeLog.21 | 6284 * src/sfnt/ttload.c (sfnt_dir_check): Relaxed the `head' table size
|