Home
last modified time | relevance | path

Searched refs:i257 (Results 1 – 4 of 4) sorted by relevance

/external/llvm/test/CodeGen/PowerPC/
Dsplit-index-tc.ll58 br i1 undef, label %_ZNK4llvm14MachineOperand6isDeadEv.exit262, label %cond.false.i257
60 cond.false.i257: ; preds = %if.end55
/external/llvm/test/Transforms/InstSimplify/
Dshr-nop.ll400 define i257 @ashr_minus1(i257 %shiftval) {
402 ; CHECK-NEXT: ret i257 -1
404 %shr = ashr i257 -1, %shiftval
405 ret i257 %shr
/external/r8/src/test/examples/regalloc/
DRegAlloc.java195 int i255 = identity(255); int i256 = identity(256); int i257 = identity(257); in binaryOpUsingHighRegistersLocals() local
225 i252 + i253 + i254 + i255 + i256 + i257 + i258 + i259; in binaryOpUsingHighRegistersLocals()
319 double i255 = identity(255.0); double i256 = identity(256.0); double i257 = identity(257.0); in binaryDoubleOpUsingHighRegistersLocals() local
346 i252 + i253 + i254 + i255 + i256 + i257 + i258 + i259; in binaryDoubleOpUsingHighRegistersLocals()
/external/r8/src/test/examples/invoke/
DInvoke.java421 int i253 = 253; int i254 = 254; int i255 = 255; int i256 = 256; int i257 = 257; in rangeInvokeWithManyLocals() local
440 i246, i247, i248, i249, i250, i251, i252, i253, i254, i255, i256, i257, i258, i259, i260); in rangeInvokeWithManyLocals()