Searched refs:Combined (Results 1 - 4 of 4) sorted by relevance

/external/oprofile/events/x86-64/hammer/
H A Dunit_masks56 0x02 Combined MMX & 3DNow instructions
57 0x04 Combined packed SSE & SSE2 instructions
58 0x08 Combined packed scalar SSE & SSE2 instructions
/external/llvm/lib/VMCore/
H A DConstantFold.cpp1961 Constant *Combined = CE->getOperand(CE->getNumOperands()-1); local
1964 Type *IdxTy = Combined->getType();
1968 Constant *C2 = ConstantExpr::getSExtOrBitCast(Combined, Int64Ty);
1969 Combined = ConstantExpr::get(Instruction::Add, C1, C2);
1971 Combined =
1972 ConstantExpr::get(Instruction::Add, Idx0, Combined);
1976 NewIndices.push_back(Combined);
/external/clang/lib/Sema/
H A DSemaExprMember.cpp1629 Qualifiers Combined = BaseQuals + MemberQuals; local
1630 if (Combined != MemberQuals)
1631 MemberType = S.Context.getQualifiedType(MemberType, Combined);
/external/blktrace/btt/doc/
H A Dbtt.tex694 \item Combined data -- all read and write IOs
713 \item[c] Combined -- both read and write IOs
726 # Combined

Completed in 114 milliseconds