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

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/RISCV/
RISCVSubtarget.h 40 unsigned XLen = 32;
83 unsigned getXLen() const { return XLen; }
RISCVSubtarget.cpp 39 XLen = 64;
RISCVISelLowering.cpp 639 // slot (as it is larger than 2*XLEN and the floating point rules don't
641 // * If a struct is less than 2*XLEN, then coerce to either a two-element
642 // word-sized array or a 2*XLEN scalar (depending on alignment).
657 // Pass a 2*XLEN argument that has been split into two XLEN values through
659 static bool CC_RISCVAssign2XLen(unsigned XLen, CCState &State, CCValAssign VA1,
663 unsigned XLenInBytes = XLen / 8;
699 unsigned XLen = DL.getLargestLegalIntTypeSizeInBits();
700 assert(XLen == 32 || XLen == 64)
    [all...]
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_utility.cc 277 size_t XLen = ByteReader<uint16_t>::ReadBigEndian(ptr);
279 XLen *= 4; // in bytes
281 if (static_cast<size_t>(remain) < (4 + XLen)) {
285 const uint8_t* ptrRTPDataExtensionEnd = ptr + XLen;
291 header->headerLength += XLen;
  /external/llvm/include/llvm/CodeGen/PBQP/
ReductionRules.h 103 unsigned XLen = XCosts.getLength(),
112 for (unsigned k = 1; k < XLen; ++k) {
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/PBQP/
ReductionRules.h 105 unsigned XLen = XCosts.getLength(),
114 for (unsigned k = 1; k < XLen; ++k) {

Completed in 204 milliseconds