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

/external/pcre/pcrecpp/
H A Dpcrecpp_unittest.cc954 # define LLD "%I64d" macro
957 # define LLD "%lld" macro
969 sprintf(buf, LLD, max_value);
972 sprintf(buf, LLD, min_value);
975 sprintf(buf, LLD, max_value);
980 sprintf(buf, LLD, min_value);
/external/llvm/test/MC/Mips/micromips64r6/
H A Dinvalid-wrong-error.s6 # The LLD instruction with invalid memory operand should emit "expected memory with 12-bit signed offset".
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp7335 LoadSDNode *LLD = cast<LoadSDNode>(LHS); local
7341 LLD->isVolatile() || RLD->isVolatile() ||
7343 LLD->getMemoryVT() != RLD->getMemoryVT() ||
7345 (LLD->getExtensionType() != RLD->getExtensionType() &&
7347 LLD->getExtensionType() != ISD::EXTLOAD &&
7354 LLD->getPointerInfo().getAddrSpace() != 0 ||
7364 if ((LLD->hasAnyUseOfValue(1) && LLD->isPredecessorOf(CondNode)) ||
7368 LLD->getBasePtr().getValueType(),
7369 TheSelect->getOperand(0), LLD
[all...]
/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp14058 LoadSDNode *LLD = cast<LoadSDNode>(LHS); local
14064 LLD->isVolatile() || RLD->isVolatile() ||
14067 LLD->isIndexed() || RLD->isIndexed() ||
14069 LLD->getMemoryVT() != RLD->getMemoryVT() ||
14071 (LLD->getExtensionType() != RLD->getExtensionType() &&
14073 LLD->getExtensionType() != ISD::EXTLOAD &&
14080 LLD->getPointerInfo().getAddrSpace() != 0 ||
14083 LLD->getBasePtr().getValueType()))
14092 if ((LLD->hasAnyUseOfValue(1) && LLD
[all...]
/external/v8/src/mips64/
H A Dconstants-mips64.h366 LLD = ((6U << 3) + 4) << kOpcodeShift,
/external/capstone/arch/Mips/
H A DMipsGenAsmWriter.inc949 12602958U, // LLD
2663 0U, // LLD
/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp1134 LL = Subtarget.hasMips64r6() ? Mips::LLD_R6 : Mips::LLD;
1421 LL = Subtarget.hasMips64r6() ? Mips::LLD_R6 : Mips::LLD;

Completed in 359 milliseconds