search for: r79425

Displaying 1 result from an estimated 1 matches for "r79425".

Did you mean: r7425
2013 Dec 20
1
[LLVMdev] extra one cycle of getOperandLatency
...to iALUr input is latency of "1". However, by the implementatoin of getOperandLatency, the latency of such definition is latency of "2". That's not what I want. After some digging around, I found the expression, "DefCycle - UseCycle + 1", was first appearing in r79425 committed by David Goodwin, and seems OperandCycles was initially designed for ARM cortex-a8 (see also r79247 and r79436). Then I checked "Cortex-A8 Technical Reference Manual - Instruction Cycle Timing". There are tables for instructions, for example Data-processing instructions...