Home
last modified time | relevance | path

Searched refs:uops (Results 1 – 16 of 16) sorted by relevance

/external/oprofile/events/i386/p4/
Devents25 event:0x1e counters:1,5 um:tc_ms_xfer minimum:3000 name:TC_MS_XFER : number of times uops deliver c…
26 … um:uop_queue_writes minimum:3000 name:UOP_QUEUE_WRITES : number of valid uops written to the uop …
28 event:0x24 counters:3,7 um:uops_retired minimum:3000 name:UOPS_RETIRED : retired uops
37 event:0x14 counters:2,6 um:flame_uop minimum:3000 name:PACKED_SP_UOP : packed single precision uops
38 event:0x15 counters:2,6 um:flame_uop minimum:3000 name:PACKED_DP_UOP : packed double precision uops
39 event:0x16 counters:2,6 um:flame_uop minimum:3000 name:SCALAR_SP_UOP : scalar single precision uops
40 event:0x17 counters:2,6 um:flame_uop minimum:3000 name:SCALAR_DP_UOP : scalar double presision uops
41 event:0x18 counters:2,6 um:flame_uop minimum:3000 name:64BIT_MMX_UOP : 64 bit integer SIMD MMX uops
42 …nt:0x19 counters:2,6 um:flame_uop minimum:3000 name:128BIT_MMX_UOP : 128 bit integer SIMD SSE2 uops
43 event:0x1a counters:2,6 um:flame_uop minimum:3000 name:X87_FP_UOP : x87 floating point uops
Dunit_masks90 0x01 count uops written to queue from TC build mode
91 0x02 count uops written to queue from TC deliver mode
92 0x04 count uops written to queue from microcode ROM
99 0x01 count marked uops which are non-bogus
100 0x02 count marked uops which are bogus
102 0x02 count uops which are load operations
103 0x04 count uops which are store operations
124 0x8000 count all uops of this type
126 0x08 count all x87 SIMD store/move uops
127 0x10 count all x87 SIMD load uops
/external/oprofile/events/i386/p4-ht/
Dunit_masks60 0x01 count uops written to queue from TC build mode
61 0x02 count uops written to queue from TC deliver mode
62 0x04 count uops written to queue from microcode ROM
69 0x01 count marked uops which are non-bogus
70 0x02 count marked uops which are bogus
72 0x02 count uops which are load operations
73 0x04 count uops which are store operations
Devents19 event:0x1e counters:1 um:tc_ms_xfer minimum:6000 name:TC_MS_XFER : number of times uops deliver cha…
20 event:0x1f counters:1 um:uop_queue_writes minimum:6000 name:UOP_QUEUE_WRITES : number of valid uops
22 event:0x24 counters:3 um:uops_retired minimum:6000 name:UOPS_RETIRED : retired uops
/external/oprofile/events/x86-64/family10/
Dunit_masks249 0x40 OP type: 0=uops 1=FLOPS
251 0x01 Merging low quadword move uops
252 0x02 Merging high quadword move uops
253 0x04 All other merging move uops
254 0x08 All other move uops
256 0x01 SSE bottom-executing uops retired
257 0x02 SSE bottom-serializing uops retired
258 0x04 x87 bottom-executing uops retired
259 0x08 x87 bottom-serializing uops retired
261 0x01 Number of cycles a bottom-execute uops in FP scheduler
[all …]
Devents36 …ounters:0,1,2,3 um:sse_ops minimum:500 name:RETIRED_SSE_OPS : The number of SSE ops or uops retired
37 event:0x04 counters:0,1,2,3 um:move_ops minimum:500 name:RETIRED_MOVE_OPS : The number of move uops
38 …,3 um:serial_ops minimum:500 name:RETIRED_SERIALIZING_OPS : The number of serializing uops retired.
/external/llvm/lib/Target/ARM/
DARMScheduleSwift.td327 [1, 1, 1, 1, 3], [], -1>, // dynamic uops
337 [2, 1, 1, 1, 3], [], -1>, // dynamic uops
345 [1, 1, 1, 1, 3], [], -1>, // dynamic uops
352 [1, 1, 3], [], -1>, // dynamic uops
359 [1, 1, 3], [], -1>, // dynamic uops
465 [], [], -1>, // dynamic uops
477 [2], [], -1>, // dynamic uops
663 [1, 1, 1, 4], [], -1>, // dynamic uops
671 [2, 1, 1, 1, 4], [], -1>, // dynamic uops
687 [1, 1, 1], [], -1>, // dynamic uops
[all …]
DARMScheduleA8.td155 [1, 1, 1, 1, 3], [], -1>, // dynamic uops
160 [2, 1, 1, 1, 3], [], -1>, // dynamic uops
166 [1, 2, 1, 1, 3], [], -1>, // dynamic uops
171 [1, 1, 3], [], -1>, // dynamic uops
177 [1, 1, 3], [], -1>, // dynamic uops
233 [], [], -1>, // dynamic uops
238 [2], [], -1>, // dynamic uops
400 [1, 1, 1, 2], [], -1>, // dynamic uops
408 [2, 1, 1, 1, 2], [], -1>, // dynamic uops
428 [1, 1, 1, 1], [], -1>, // dynamic uops
[all …]
DARMScheduleA9.td288 -1>, // dynamic uops
297 -1>, // dynamic uops
307 -1>, // dynamic uops
316 -1>, // dynamic uops
326 -1>, // dynamic uops
421 [], [], -1>, // dynamic uops
428 [2], [], -1>, // dynamic uops
726 [1, 1, 1, 1], [], -1>, // dynamic uops
736 [2, 1, 1, 1], [], -1>, // dynamic uops
764 [1, 1, 1, 1], [], -1>, // dynamic uops
[all …]
/external/llvm/include/llvm/Target/
DTargetItinerary.td112 list<Bypass> bypasses = [], int uops = 1> {
114 int NumMicroOps = uops;
/external/llvm/lib/Target/Hexagon/
DHexagonMachineScheduler.cpp272 unsigned uops = SchedModel->getNumMicroOps(SU->getInstr()); in checkHazard() local
273 if (IssueCount + uops > SchedModel->getIssueWidth()) in checkHazard()
/external/oprofile/events/i386/nehalem/
Dunit_masks52 0x04 sse_fp Counts number of SSE and SSE2 FP uops executed
53 0x08 sse2_integer Counts number of SSE2 integer uops executed
54 0x10 sse_fp_packed Counts number of SSE FP packed uops executed
55 0x20 sse_fp_scalar Counts number of SSE FP scalar uops executed
56 0x40 sse_single_precision Counts number of SSE* FP single precision uops executed
57 0x80 sse_double_precision Counts number of SSE* FP double precision uops executed
276 0x04 macro_fused Counts number of macro-fused uops retired
Devents36 …um:one minimum:6000 name:TWO_UOP_INSTS_DECODED : An instruction that generates two uops was decoded
/external/oprofile/events/i386/westmere/
Devents53 event:0xa8 counters:0,1,2,3 um:x01 minimum:2000000 name:LSD : Cycles when uops were delivered by th…
/external/llvm/lib/CodeGen/
DMachineScheduler.cpp1327 unsigned uops = SchedModel->getNumMicroOps(SU->getInstr()); in checkHazard() local
1328 if ((IssueCount > 0) && (IssueCount + uops > SchedModel->getIssueWidth())) { in checkHazard()
/external/oprofile/
DChangeLog-2004600 * events/i386/p4/events: s/instructions/uops/ when appropriate