/external/kernel-headers/original/asm-x86/xen/ |
D | hypercall.h | 269 HYPERVISOR_grant_table_op(unsigned int cmd, void *uop, unsigned int count) in HYPERVISOR_grant_table_op() argument 271 return _hypercall3(int, grant_table_op, cmd, uop, count); in HYPERVISOR_grant_table_op() 329 void *uop, unsigned int count) in MULTI_grant_table_op() argument 333 mcl->args[1] = (unsigned long)uop; in MULTI_grant_table_op()
|
/external/clang/lib/Sema/ |
D | SemaPseudoObject.cpp | 68 if (UnaryOperator *uop = dyn_cast<UnaryOperator>(e)) { in rebuild() local 69 assert(uop->getOpcode() == UO_Extension); in rebuild() 70 e = rebuild(uop->getSubExpr()); in rebuild() 71 return new (S.Context) UnaryOperator(e, uop->getOpcode(), in rebuild() 72 uop->getType(), in rebuild() 73 uop->getValueKind(), in rebuild() 74 uop->getObjectKind(), in rebuild() 75 uop->getOperatorLoc()); in rebuild() 1564 if (UnaryOperator *uop = dyn_cast<UnaryOperator>(syntax)) { in recreateSyntacticForm() local 1565 Expr *op = stripOpaqueValuesFromPseudoObjectRef(*this, uop->getSubExpr()); in recreateSyntacticForm() [all …]
|
/external/oprofile/events/i386/p4-ht/ |
D | events | 20 …uop_queue_writes minimum:6000 name:UOP_QUEUE_WRITES : number of valid uops written to the uop queue 23 event:0x25 counters:3 um:uop_type minimum:6000 name:UOP_TYPE : type of uop tagged by front-end tagg…
|
/external/oprofile/events/i386/p4/ |
D | events | 26 …uop_queue_writes minimum:3000 name:UOP_QUEUE_WRITES : number of valid uops written to the uop queue 29 event:0x25 counters:3,7 um:uop_type minimum:3000 name:UOP_TYPE : type of uop tagged by front-end ta…
|
/external/oprofile/events/i386/nehalem/ |
D | events | 35 … require decoder 0 to be decoded. Usually, this means that the instruction maps to more than 1 uop 93 …mum:6000 name:UOP_UNFUSION : Counts unfusion events due to floating point exception to a fused uop.
|
/external/llvm/lib/Target/ARM/ |
D | ARMSchedule.td | 20 // 2 | Rn: 1 Rm: 4 Rs: 4 | uop T0, Rm, Rs - P01 - 3
|
/external/clang/lib/CodeGen/ |
D | CGExprAgg.cpp | 809 } else if (const UnaryOperator *uop = dyn_cast<UnaryOperator>(E)) { in isBlockVarRef() local 810 return isBlockVarRef(uop->getSubExpr()); in isBlockVarRef()
|
D | CGCall.cpp | 1880 if (const UnaryOperator *uop = dyn_cast<UnaryOperator>(E->IgnoreParens())) in maybeGetUnaryAddrOfOperand() local 1881 if (uop->getOpcode() == UO_AddrOf) in maybeGetUnaryAddrOfOperand() 1882 return uop->getSubExpr(); in maybeGetUnaryAddrOfOperand()
|
/external/oprofile/events/i386/core_2/ |
D | events | 104 # increment on cycles in which fewer than 1 uop dispatches. i.e. stall cycles.
|
/external/valgrind/main/VEX/priv/ |
D | guest_s390_toIR.c | 6927 IRTemp uop = newTemp(Ity_I32); in s390_irgen_SLA() local 6934 assign(uop, get_gpr_w1(r1)); in s390_irgen_SLA() 6937 assign(result, binop(Iop_Or32, binop(Iop_And32, binop(Iop_Shl32, mkexpr(uop), in s390_irgen_SLA() 6939 binop(Iop_And32, mkexpr(uop), mkU32(sign_mask)))); in s390_irgen_SLA() 6949 IRTemp uop = newTemp(Ity_I32); in s390_irgen_SLAK() local 6956 assign(uop, get_gpr_w1(r3)); in s390_irgen_SLAK() 6959 assign(result, binop(Iop_Or32, binop(Iop_And32, binop(Iop_Shl32, mkexpr(uop), in s390_irgen_SLAK() 6961 binop(Iop_And32, mkexpr(uop), mkU32(sign_mask)))); in s390_irgen_SLAK() 6971 IRTemp uop = newTemp(Ity_I64); in s390_irgen_SLAG() local 6978 assign(uop, get_gpr_dw0(r3)); in s390_irgen_SLAG() [all …]
|
/external/oprofile/events/x86-64/family10/ |
D | events | 39 … minimum:500 name:SERIAL_UOPS_IN_FP_SCHED : Number of cycles a serializing uop is in the FP schedu…
|