/external/llvm/test/CodeGen/X86/ |
i256-add.ll | 5 define void @add(i256* %p, i256* %q) nounwind { 6 %a = load i256* %p 7 %b = load i256* %q 8 %c = add i256 %a, %b 9 store i256 %c, i256* %p 12 define void @sub(i256* %p, i256* %q) nounwind { 13 %a = load i256* % [all...] |
shift-i256.ll | 4 define void @t(i256 %x, i256 %a, i256* nocapture %r) nounwind readnone { 6 %0 = ashr i256 %x, %a 7 store i256 %0, i256* %r
|
i128-and-beyond.ll | 7 @y = global i256 -1
|
mem-promote-integers.ll | 62 define <1 x i256> @test_1xi256(<1 x i256> %x, <1 x i256>* %b) { 63 %bb = load <1 x i256>* %b 64 %tt = xor <1 x i256> %x, %bb 65 store <1 x i256> %tt, <1 x i256>* %b 69 ret <1 x i256> %tt 139 define <2 x i256> @test_2xi256(<2 x i256> %x, <2 x i256>* %b) [all...] |
2009-11-13-VirtRegRewriterBug.ll | 31 %mask271.masked.masked.masked.masked.masked.masked.masked = or i256 0, undef ; <i256> [#uses=2] 32 %mask266.masked.masked.masked.masked.masked.masked = or i256 %mask271.masked.masked.masked.masked.masked.masked.masked, undef ; <i256> [#uses=1] 33 %mask241.masked = or i256 undef, undef ; <i256> [#uses=1] 34 %ins237 = or i256 undef, 0 ; <i256> [#uses=1] 53 %tmp211 = lshr i256 %mask271.masked.masked.masked.masked.masked.masked.masked, 112 ; <i256> [#uses=0 [all...] |
crash.ll | 411 br i1 undef, label %if.then.i256, label %if.end7 413 if.then.i256: ; preds = %land.lhs.true.i255 418 if.end7: ; preds = %if.then.i256, %land.lhs.true.i255, %if.then3, %while.body.preheader 421 while.end: ; preds = %if.then.i256
|
/external/llvm/test/CodeGen/Generic/ |
2011-07-07-ScheduleDAGCrash.ll | 6 ; The ARM backend can't handle i256 math at the moment. 9 define void @f(i256* nocapture %a, i256* nocapture %b, i256* nocapture %cc, i256* nocapture %dd) nounwind uwtable noinline ssp { 11 %c = load i256* %cc 12 %d = load i256* %dd 13 %add = add nsw i256 %c, %d 14 store i256 %add, i256* %a, align [all...] |
APIntParam.ll | 257 @i256_s = external global i256 ; <i256*> [#uses=1] [all...] |
APIntSextParam.ll | 257 @i256_s = external global i256 ; <i256*> [#uses=1] [all...] |
APIntZextParam.ll | 257 @i256_s = external global i256 ; <i256*> [#uses=1] [all...] |
APIntLoadStore.ll | 512 @i256_l = external global i256 ; <i256*> [#uses=1] 513 @i256_s = external global i256 ; <i256*> [#uses=1] [all...] |
/external/llvm/test/Transforms/ConstProp/ |
constant-expr.ll | 48 @T1 = global i1 icmp eq (i64 and (i64 trunc (i256 lshr (i256 or (i256 and (i256 and (i256 shl (i256 zext (i64 ptrtoint (i1* @B to i64) to i256), i256 64), i256 -6277101735386680763495507056286727952638980837032266301441), i256 6277101735386680763835789423207666416102355444464034512895), i256 shl (i256 zext (i64 ptrtoint (i1 (…) [all...] |
/external/llvm/test/Bitcode/ |
2012-05-07-SwitchInstRangesSupport.ll | 23 %mem = alloca i256 24 store i256 2, i256* %mem 25 %c = load i256* %mem 26 switch i256 %c, label %exit [ 27 i256 123456789012345678901234567890, label %exit 28 i256 2, label %exit
|
/external/llvm/test/CodeGen/ARM/ |
2009-03-09-AddrModeBug.ll | 10 %1 = bitcast %struct.hit_t* %0 to i256* ; <i256*> [#uses=1] 11 store i256 0, i256* %1, align 4
|
/external/llvm/test/CodeGen/PowerPC/ |
2008-05-01-ppc_fp128.ll | 4 define i256 @func(ppc_fp128 %a, ppc_fp128 %b, ppc_fp128 %c, ppc_fp128 %d) nounwind readnone { 14 ret i256 0
|
i128-and-beyond.ll | 7 @y = global i256 -1
|
2008-07-15-Fabs.ll | 5 define hidden i256 @__divtc3(ppc_fp128 %a, ppc_fp128 %b, ppc_fp128 %c, ppc_fp128 %d) nounwind readnone { 16 ret i256 0
|
/external/llvm/test/Transforms/InstCombine/ |
apint-sub.ll | 137 define i1 @test21(i256 %g, i256 %h) { 138 %tmp.2 = sub i256 %g, %h ; <i256> [#uses=1] 139 %tmp.4 = icmp ne i256 %tmp.2, %g; <i1> [#uses=1]
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/ec/ |
KeyAgreementSpi.java | 64 Integer i256 = Integer.valueOf(256); typedefs 69 algorithms.put(NISTObjectIdentifiers.id_aes256_CBC.getId(), i256); typedefs 72 algorithms.put(NISTObjectIdentifiers.id_aes256_wrap.getId(), i256); typedefs
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/dh/ |
KeyAgreementSpi.java | 42 Integer i256 = Integer.valueOf(256); typedefs 48 algorithms.put("AES", i256);
|
/external/llvm/docs/ |
LangRef.html | [all...] |
/external/bouncycastle/patches/ |
bcprov.patch | [all...] |