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

  /external/pcre/pcrecpp/
pcrecpp_unittest.cc 954 # define LLD "%I64d"
957 # define LLD "%lld"
969 sprintf(buf, LLD, max_value);
972 sprintf(buf, LLD, min_value);
975 sprintf(buf, LLD, max_value);
980 sprintf(buf, LLD, min_value);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
MipsSERegisterInfo.cpp 83 case Mips::LLD:
MipsExpandPseudo.cpp 236 LL = STI->hasMips64r6() ? Mips::LLD_R6 : Mips::LLD;
511 LL = STI->hasMips64r6() ? Mips::LLD_R6 : Mips::LLD;
  /external/llvm/test/MC/Mips/micromips64r6/
invalid-wrong-error.s 6 # The LLD instruction with invalid memory operand should emit "expected memory with 12-bit signed offset".
7 lld $31, 4096($31) # CHECK: :[[@LINE]]:3: error: instruction requires a CPU feature not currently enabled
8 lld $31, 2048($31) # CHECK: :[[@LINE]]:3: error: instruction requires a CPU feature not currently enabled
9 lld $31, -2049($31) # CHECK: :[[@LINE]]:3: error: instruction requires a CPU feature not currently enabled
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]
  /build/soong/cc/
linker.go 66 // Use clang lld instead of gnu ld.
299 // Clang lld is not ready for for Darwin host executables yet.
300 // See https://lld.llvm.org/AtomLLD.html for status of lld for Mach-O.
304 // http://b/110800681 - lld cannot link Android's Windows modules yet.
332 // BaseModuleContext should know if LLD is used?
  /external/v8/src/mips64/
constants-mips64.h 452 LLD = ((6U << 3) + 4) << kOpcodeShift,
    [all...]
assembler-mips64.cc     [all...]
simulator-mips64.cc     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/Mips/
MipsGenMCCodeEmitter.inc     [all...]
MipsGenAsmMatcher.inc     [all...]
MipsGenInstrInfo.inc     [all...]

Completed in 659 milliseconds