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

  /external/kernel-headers/original/asm-x86/xen/
hypercall.h 269 HYPERVISOR_grant_table_op(unsigned int cmd, void *uop, unsigned int count)
271 return _hypercall3(int, grant_table_op, cmd, uop, count);
329 void *uop, unsigned int count)
333 mcl->args[1] = (unsigned long)uop;
  /external/clang/lib/Sema/
SemaPseudoObject.cpp 68 if (UnaryOperator *uop = dyn_cast<UnaryOperator>(e)) {
69 assert(uop->getOpcode() == UO_Extension);
70 e = rebuild(uop->getSubExpr());
71 return new (S.Context) UnaryOperator(e, uop->getOpcode(),
72 uop->getType(),
73 uop->getValueKind(),
74 uop->getObjectKind(),
75 uop->getOperatorLoc());
    [all...]
  /external/oprofile/events/i386/nehalem/
events 35 event:0x18 counters:0,1,2,3 um:inst_decoded minimum:6000 name:INST_DECODED : Counts number of instructions that require decoder 0 to be decoded. Usually, this means that the instruction maps to more than 1 uop
93 event:0xDB counters:0,1,2,3 um:one minimum:6000 name:UOP_UNFUSION : Counts unfusion events due to floating point exception to a fused uop.
  /external/clang/lib/CodeGen/
CGExprAgg.cpp     [all...]
  /external/valgrind/main/VEX/priv/
guest_s390_toIR.c 6927 IRTemp uop = newTemp(Ity_I32); local
6949 IRTemp uop = newTemp(Ity_I32); local
6971 IRTemp uop = newTemp(Ity_I64); local
    [all...]

Completed in 84 milliseconds