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

/external/llvm/lib/Target/XCore/Disassembler/
H A DXCoreDisassembler.cpp237 unsigned Combined = fieldFromInstruction(Insn, 6, 5); local
238 if (Combined < 27)
241 if (Combined == 31)
243 Combined += 5;
245 Combined -= 27;
246 unsigned Op1High = Combined % 3;
247 unsigned Op2High = Combined / 3;
256 unsigned Combined = fieldFromInstruction(Insn, 6, 5); local
257 if (Combined >= 27)
260 unsigned Op1High = Combined
[all...]
/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/IR/
H A DConstantFold.cpp1950 Constant *Combined = CE->getOperand(CE->getNumOperands()-1); local
1953 Type *IdxTy = Combined->getType();
1957 Constant *C2 = ConstantExpr::getSExtOrBitCast(Combined, Int64Ty);
1958 Combined = ConstantExpr::get(Instruction::Add, C1, C2);
1960 Combined =
1961 ConstantExpr::get(Instruction::Add, Idx0, Combined);
1965 NewIndices.push_back(Combined);
/external/clang/lib/Sema/
H A DSemaExprMember.cpp1636 Qualifiers Combined = BaseQuals + MemberQuals; local
1637 if (Combined != MemberQuals)
1638 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 128 milliseconds