Searched refs:i259 (Results 1 – 3 of 3) sorted by relevance
/external/r8/src/test/examples/regalloc/ |
D | RegAlloc.java | 196 int i258 = identity(258); int i259 = identity(259); in binaryOpUsingHighRegistersLocals() local 198 int i = i259 + i259; in binaryOpUsingHighRegistersLocals() 225 i252 + i253 + i254 + i255 + i256 + i257 + i258 + i259; in binaryOpUsingHighRegistersLocals() 320 double i258 = identity(258.0); double i259 = identity(259.0); in binaryDoubleOpUsingHighRegistersLocals() local 322 double i = i259 + i259; in binaryDoubleOpUsingHighRegistersLocals() 346 i252 + i253 + i254 + i255 + i256 + i257 + i258 + i259; in binaryDoubleOpUsingHighRegistersLocals()
|
/external/llvm/test/CodeGen/PowerPC/ |
D | split-index-tc.ll | 64 %bf.load.i259 = load i24, i24* %1, align 1
|
/external/r8/src/test/examples/invoke/ |
D | Invoke.java | 422 int i258 = 258; int i259 = 259; int i260 = 260; in rangeInvokeWithManyLocals() local 440 i246, i247, i248, i249, i250, i251, i252, i253, i254, i255, i256, i257, i258, i259, i260); in rangeInvokeWithManyLocals()
|