Home
last modified time | relevance | path

Searched refs:uop (Results 1 – 11 of 11) sorted by relevance

/external/kernel-headers/original/asm-x86/xen/
Dhypercall.h269 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/
DSemaPseudoObject.cpp68 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/
Devents20 …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/
Devents26 …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/
Devents35 … 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/
DARMSchedule.td20 // 2 | Rn: 1 Rm: 4 Rs: 4 | uop T0, Rm, Rs - P01 - 3
/external/clang/lib/CodeGen/
DCGExprAgg.cpp809 } else if (const UnaryOperator *uop = dyn_cast<UnaryOperator>(E)) { in isBlockVarRef() local
810 return isBlockVarRef(uop->getSubExpr()); in isBlockVarRef()
DCGCall.cpp1880 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/
Devents104 # increment on cycles in which fewer than 1 uop dispatches. i.e. stall cycles.
/external/valgrind/main/VEX/priv/
Dguest_s390_toIR.c6927 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/
Devents39 … minimum:500 name:SERIAL_UOPS_IN_FP_SCHED : Number of cycles a serializing uop is in the FP schedu…