HomeSort by relevance Sort by last modified time
    Searched refs:Cmp (Results 76 - 100 of 104) sorted by null

1 2 34 5

  /external/chromium_org/v8/src/x64/
full-codegen-x64.cc     [all...]
builtins-x64.cc 383 __ Cmp(rcx, masm->isolate()->factory()->undefined_value());
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp 574 Value *Cmp = IRB.CreateICmpNE(
577 Cmp, IRB.GetInsertPoint(), false, MS.OriginStoreWeights);
631 Value *Cmp = IRB.CreateICmpNE(ConvertedShadow,
634 Cmp, OrigIns,
644 DEBUG(dbgs() << " CHECK: " << *Cmp << "\n");
    [all...]
  /external/clang/lib/Basic/
SourceManager.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h 726 SDValue Chain, SDValue Ptr, SDValue Cmp, SDValue Swp,
732 SDValue Chain, SDValue Ptr, SDValue Cmp, SDValue Swp,
    [all...]
SelectionDAGNodes.h     [all...]
  /external/chromium_org/v8/test/cctest/
test-disasm-arm64.cc 304 COMPARE(cmp(w18, Operand(0xff)), "cmp w18, #0xff (255)");
305 COMPARE(cmp(x19, Operand(0xff000)), "cmp x19, #0xff000 (1044480)");
354 COMPARE(cmp(w24, Operand(w25)), "cmp w24, w25");
355 COMPARE(cmp(x26, Operand(cp, LSL, 63)), "cmp x26, cp, lsl #63");
366 COMPARE(subs(xzr, csp, Operand(x8, LSL, 4)), "cmp csp, x8, lsl #4");
367 COMPARE(subs(xzr, xzr, Operand(x8, LSL, 5)), "cmp xzr, x8, lsl #5")
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]
  /external/valgrind/main/VEX/priv/
host_ppc_defs.h 610 Bool sz32; /* mode64 has both 32 and 64bit cmp */
614 } Cmp;
    [all...]
  /external/vixl/test/
test-disasm-a64.cc 266 COMPARE(cmp(w18, Operand(0xff)), "cmp w18, #0xff (255)");
267 COMPARE(cmp(x19, Operand(0xff000)), "cmp x19, #0xff000 (1044480)");
272 COMPARE(cmp(sp, Operand(24)), "cmp sp, #0x18 (24)");
273 COMPARE(subs(wzr, wsp, Operand(9)), "cmp wsp, #0x9 (9)");
316 COMPARE(cmp(w24, Operand(w25)), "cmp w24, w25");
317 COMPARE(cmp(x26, Operand(x27, LSL, 63)), "cmp x26, x27, lsl #63")
    [all...]
  /external/llvm/include/llvm/IR/
IRBuilder.h     [all...]
Instructions.h 468 void Init(Value *Ptr, Value *Cmp, Value *NewVal,
478 AtomicCmpXchgInst(Value *Ptr, Value *Cmp, Value *NewVal,
483 AtomicCmpXchgInst(Value *Ptr, Value *Cmp, Value *NewVal,
    [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeIntegerTypes.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
SelectionDAG.cpp     [all...]
  /external/clang/lib/CodeGen/
MicrosoftCXXABI.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp 922 CmpInst *Cmp = cast<CmpInst>(VL[i]);
923 if (Cmp->getPredicate() != P0 ||
924 Cmp->getOperand(0)->getType() != ComparedTy) {
926 DEBUG(dbgs() << "SLP: Gathering cmp with different predicate.\n");
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp     [all...]
  /external/chromium_org/v8/src/arm64/
macro-assembler-arm64.h 159 inline void Cmp(const Register& rn, const Operand& operand);
    [all...]
  /external/vixl/src/a64/
macro-assembler-a64.cc 526 void MacroAssembler::Cmp(const Register& rn, const Operand& operand) {
    [all...]
macro-assembler-a64.h 143 void Cmp(const Register& rn, const Operand& operand);
    [all...]

Completed in 1024 milliseconds

1 2 34 5