HomeSort by relevance Sort by last modified time
    Searched refs:Reads (Results 1 - 25 of 26) sorted by null

1 2

  /external/llvm/test/MC/Mips/
mips-reginfo-fp32.s 25 # abs.s - Reads and writes from/to $f0.
27 # round.w.d - Reads $f4 and $f5 and writes to $f2.
29 # ceil.w.s - Reads $f8 and writes to $f10.
31 # cvt.s.d - Reads from $f12 and $f13 and writes to $f14
33 # abs.d - Reads from $f30 and $f31 and writes to $f30 and $f31.
mips-reginfo-fp64.s 47 # abs.s - Reads and writes from/to $f0.
49 # round.w.d - Reads $f4 and writes to $f2.
51 # ceil.w.s - Reads $f8 and writes to $f10.
53 # cvt.s.d - Reads from $f12 and writes to $f14.
55 # abs.d - Reads from $f30 and writes to $f30.
  /external/webrtc/webrtc/modules/audio_processing/transient/test/
readPCM.m 4 %Reads a signal from a PCM file.
readDetection.m 4 %Reads a detection signal from a DAT file.
  /external/chromium-trace/catapult/third_party/gsutil/third_party/rsa/rsa/
randnum.py 27 '''Reads 'nbits' random bits.
48 '''Reads a random integer of approximately nbits bits.
cli.py 101 input_help = 'Name of the file to %(operation)s. Reads from stdin if ' \
165 '''Reads a public or private key.'''
  /external/chromium-trace/catapult/third_party/gsutil/gslib/
resumable_streaming_upload.py 60 """"Reads from the wrapped stream.
115 # out of memory. We could break this down into smaller reads and
hashing_helper.py 351 reads.
388 """"Reads from the wrapped file pointer and calculates hash digests.
  /external/llvm/utils/TableGen/
CodeGenSchedule.h 70 // added. Note that implicit Reads (from ReadVariant) may have a Sequence
118 /// provided InstrRW records for this class. ItinClassDef or Writes/Reads may
126 /// that mapped the itinerary class to the variant Writes or Reads.
133 IdxVec Reads;
149 makeArrayRef(Reads) == R;
359 void findRWs(const RecVec &RWDefs, IdxVec &Writes, IdxVec &Reads) const;
372 ArrayRef<unsigned> Reads) const;
417 void collectRWResources(ArrayRef<unsigned> Writes, ArrayRef<unsigned> Reads,
CodeGenSchedule.cpp 178 // Reads don't current have sequence records, but it can be added later.
199 // Reserve idx=0 for invalid writes/reads.
271 // itinerary resources. Index reads and writes in separate domains.
377 IdxVec &Writes, IdxVec &Reads) const {
382 findRWs(ReadDefs, Reads, true);
503 IdxVec Writes, Reads;
505 findRWs(Inst->TheDef->getValueAsListOfDefs("SchedRW"), Writes, Reads);
510 unsigned SCIdx = addSchedClass(ItinDef, Writes, Reads, ProcIndices);
549 for (IdxIter RI = SC.Reads.begin(), RE = SC.Reads.end(); RI != RE; ++RI
    [all...]
SubtargetEmitter.cpp 866 IdxVec Reads = SCI->Reads;
881 Reads.clear();
883 Writes, Reads);
894 Writes, Reads);
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineInstrBundle.h 154 /// Reads - One of the operands read the virtual register. This does not
156 bool Reads;
  /external/llvm/lib/CodeGen/
EarlyIfConversion.cpp 274 SmallVector<unsigned, 8> Reads;
298 // Unless I reads Reg.
300 Reads.push_back(Reg);
303 while (!Reads.empty())
304 for (MCRegUnitIterator Units(Reads.pop_back_val(), TRI); Units.isValid();
MachineInstrBundle.cpp 278 RI.Reads = true;
RegisterCoalescer.cpp     [all...]
InlineSpiller.cpp 864 if (!RI.Reads)
    [all...]
  /external/autotest/server/site_tests/infra_ServoDiagnosis/
infra_ServoDiagnosis.py 174 Reads the setting of CHROMEOS_RELEASE_VERSION from
194 Reads the setting of BOARD from /var/lib/servod/config. An
  /external/blktrace/doc/
blktrace.tex 163 Reads Queued: 0, 0KiB Writes Queued: 7, 128KiB
165 Reads Completed: 0, 0KiB Writes Completed: 11, 168KiB
170 Reads Queued: 0, 0KiB Writes Queued: 1, 28KiB
172 Reads Completed: 0, 0KiB Writes Completed: 0, 0KiB
177 Reads Queued: 0, 0KiB Writes Queued: 11, 168KiB
179 Reads Completed: 0, 0KiB Writes Completed: 11, 168KiB
299 Reads Queued: 0, 0KiB Writes Queued: 9, 5,520KiB
301 Reads Completed: 0, 0KiB Writes Completed: 0, 0KiB
305 Reads Queued: 2,411, 38,576KiB Writes Queued: 769, 425,408KiB
307 Reads Completed: 0, 0KiB Writes Completed: 0, 0Ki
    [all...]
  /external/webrtc/tools/matlab/
rtpAnalyze.m 181 % [SEQNO,TIMESTAMP,SENDTIME,SIZE,PT,M,SSRC] = IMPORTFILE(FILENAME) Reads
185 % STARTROW, ENDROW) Reads data from rows STARTROW through ENDROW of text
  /external/libvpx/libvpx/build/make/
rtcd.pl 416 Reads the Run Time CPU Detections definitions from FILE and generates a
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
rtcd.pl 404 Reads the Run Time CPU Detections definitions from FILE and generates a
  /external/nanopb-c/generator/google/protobuf/
text_format.py 570 """Reads the next meaningful token."""