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

  /external/qemu/
i386-dis.c 432 #define XM { OP_XMM, 0 }
    [all...]
  /external/clang/test/CodeGenCXX/
copy-constructor-synthesis.cpp 74 struct XM {
75 XM() { }
98 XM m0;
99 XM m1 = m0;
  /external/llvm/lib/Transforms/InstCombine/
InstCombineShifts.cpp 440 Value *XM = Builder->CreateAnd(V1, ConstantExpr::getShl(CC, Op1),
442 return BinaryOperator::Create(Op0BO->getOpcode(), YS, XM);
472 Value *XM = Builder->CreateAnd(V1, ConstantExpr::getShl(CC, Op1),
475 return BinaryOperator::Create(Op0BO->getOpcode(), XM, YS);
    [all...]

Completed in 48 milliseconds