Searched refs:microMipsLEByteOrder (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsAsmBackend.cpp281 bool microMipsLEByteOrder = needsMMLEByteOrder((unsigned) Kind); local
285 ? (microMipsLEByteOrder ? calculateMMLEIndex(i) : i)
297 ? (microMipsLEByteOrder ? calculateMMLEIndex(i) : i)

Completed in 111 milliseconds