HomeSort by relevance Sort by last modified time
    Searched refs:Relaxed (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/MC/
MCObjectStreamer.cpp 212 MCInst Relaxed;
213 getAssembler().getBackend().relaxInstruction(Inst, Relaxed);
214 while (getAssembler().getBackend().mayNeedRelaxation(Relaxed))
215 getAssembler().getBackend().relaxInstruction(Relaxed, Relaxed);
216 EmitInstToData(Relaxed, STI);
MCAssembler.cpp 55 STATISTIC(RelaxedInstructions, "Number of relaxed instructions");
    [all...]
  /frameworks/compile/libbcc/bcinfo/
MetadataExtractor.cpp 224 std::string Relaxed("rs_fp_relaxed");
230 if (!Relaxed.compare(mPragmaKeyList[i])) {
241 ALOGE("Full and relaxed precision specified at the same time!");
254 if (!Relaxed.compare(PrecisionPropBuf)) {
255 ALOGI("Switching to RS FP relaxed mode via setprop");
258 ALOGW("Switching to RS FP relaxed mode via setprop. rs_fp_imprecise was specified but is "

Completed in 128 milliseconds