HomeSort by relevance Sort by last modified time
    Searched refs:Xor (Results 26 - 50 of 86) sorted by null

12 3 4

  /external/llvm/lib/Transforms/Instrumentation/
ThreadSanitizer.cpp 180 else if (op == AtomicRMWInst::Xor)
  /external/opencv/cxcore/src/
cxlogic.cpp 505 ICV_DEF_BIN_LOG_OP_2D( CV_XOR, Xor )
_cxipp.h 134 IPCV_LOGIC( Xor )
    [all...]
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 700 case Instruction::Xor: {
718 case Instruction::Xor: GV.IntVal = LHS.IntVal ^ RHS.IntVal; break;
    [all...]
  /external/v8/src/mips/
regexp-macro-assembler-mips.cc 525 __ Xor(a0, current_character(), Operand(0x01));
540 __ Xor(a0, current_character(), Operand(0x01));
    [all...]
code-stubs-mips.cc 732 __ Xor(scratch2, scratch2, at);
    [all...]
stub-cache-mips.cc 227 __ Xor(scratch, scratch, Operand((flags >> kHeapObjectTagSize) & mask));
    [all...]
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp 626 /// i1 add -> xor.
    [all...]
ValueTracking.cpp 369 case Instruction::Xor: {
    [all...]
  /external/llvm/lib/IR/
ConstantFold.cpp     [all...]
Constants.cpp     [all...]
Instructions.cpp     [all...]
  /external/clang/include/clang/AST/
RecursiveASTVisitor.h 56 OPERATOR(And) OPERATOR(Xor) OPERATOR(Or) \
65 OPERATOR(Shl) OPERATOR(Shr) OPERATOR(And) OPERATOR(Or) OPERATOR(Xor)
    [all...]
  /external/clang/tools/libclang/
RecursiveASTVisitor.h 56 OPERATOR(And) OPERATOR(Xor) OPERATOR(Or) \
65 OPERATOR(Shl) OPERATOR(Shr) OPERATOR(And) OPERATOR(Or) OPERATOR(Xor)
    [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp 543 case Instruction::Xor: R.IntVal = Src1.IntVal ^ Src2.IntVal; break;
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp 231 case Instruction::Xor: {
244 case Instruction::Xor: return MCBinaryExpr::CreateXor(LHS, RHS, Ctx);
    [all...]
  /external/llvm/lib/Transforms/Scalar/
JumpThreading.cpp 441 // Handle the NOT form of XOR.
442 if (I->getOpcode() == Instruction::Xor &&
812 // If this is an otherwise-unfoldable branch on a XOR, see if we can simplify.
813 if (CondInst->getOpcode() == Instruction::Xor &&
    [all...]
Reassociate.cpp 267 /// X occurring LHS + RHS times. If op is "Xor" for example then the combined
581 // because the expression was "X xor X" or consisted of 2^Bitwidth additions:
    [all...]
  /external/llvm/lib/AsmParser/
LLLexer.cpp 644 INSTKEYWORD(and, And); INSTKEYWORD(or, Or); INSTKEYWORD(xor, Xor);
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp 345 RK_IntegerXor, ///< Bitwise or logical XOR of numbers.
    [all...]
  /external/llvm/tools/llvm-stress/
llvm-stress.cpp 352 case 12:{Op = Instruction::Xor; break; }
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 107 case Instruction::Xor: return bitc::BINOP_XOR;
120 case AtomicRMWInst::Xor: return bitc::RMW_XOR;
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp 100 case Instruction::Xor: return bitc::BINOP_XOR;
113 case AtomicRMWInst::Xor: return bitc::RMW_XOR;
    [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp 109 case Instruction::Xor: return bitc::BINOP_XOR;
122 case AtomicRMWInst::Xor: return bitc::RMW_XOR;
    [all...]

Completed in 1066 milliseconds

12 3 4