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

  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsAsmBackend.cpp 223 static unsigned calculateMMLEIndex(unsigned i) {
270 unsigned Idx = IsLittle ? (microMipsLEByteOrder ? calculateMMLEIndex(i)
282 unsigned Idx = IsLittle ? (microMipsLEByteOrder ? calculateMMLEIndex(i)
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/MCTargetDesc/
MipsAsmBackend.cpp 235 static unsigned calculateMMLEIndex(unsigned i) {
286 ? (microMipsLEByteOrder ? calculateMMLEIndex(i) : i)
298 ? (microMipsLEByteOrder ? calculateMMLEIndex(i) : i)

Completed in 573 milliseconds