/external/llvm/test/CodeGen/X86/ |
wide-integer-fold.ll | 6 define i64 @foo(i192 %a) nounwind { 7 %t = or i192 %a, -22300404916163702203072254898040925442801665 8 %s = and i192 %t, -22300404916163702203072254898040929737768960 9 %u = lshr i192 %s, 128 10 %v = trunc i192 %u to i64
|
/external/llvm/test/CodeGen/ARM/ |
2009-06-22-CoalescerBug.ll | 11 %1 = zext i64 undef to i192 ; <i192> [#uses=2] 12 %2 = zext i64 %tmp121 to i192 ; <i192> [#uses=1] 13 %3 = shl i192 %2, 64 ; <i192> [#uses=2] 14 %4 = zext i64 %tmp122 to i192 ; <i192> [#uses=1] 15 %5 = shl i192 %4, 128 ; <i192> [#uses=1 [all...] |
vmul.ll | 576 %add.i192 = add <8 x i16> %mul.i191, %mul.i194 578 %add.i188 = add <8 x i16> %mul.i187, %add.i192
|
2008-04-11-PHIofImpDef.ll | [all...] |
/external/llvm/test/CodeGen/XCore/ |
2009-07-15-store192.ll | 4 %0 = bitcast i8* %p to i192* 5 store i192 0, i192* %0, align 4
|
/external/llvm/test/Transforms/InstCombine/ |
multi-use-or.ll | 8 %sx3435 = zext i64 %sx34 to i192 ; <i192> [#uses=1] 10 %sy2223 = zext i64 %sy22 to i192 ; <i192> [#uses=1] 11 %sy222324 = shl i192 %sy2223, 128 ; <i192> [#uses=1] 12 %sy222324.ins = or i192 %sx3435, %sy222324 ; <i192> [#uses=1] 15 %a = trunc i192 %sy222324.ins to i64 ; <i64> [#uses=1] 17 %c = lshr i192 %sy222324.ins, 128 ; <i192> [#uses=1 [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/ec/ |
KeyAgreementSpi.java | 63 Integer i192 = Integer.valueOf(192); typedefs 68 algorithms.put(NISTObjectIdentifiers.id_aes192_CBC.getId(), i192); typedefs 71 algorithms.put(NISTObjectIdentifiers.id_aes192_wrap.getId(), i192); typedefs 73 algorithms.put(PKCSObjectIdentifiers.id_alg_CMS3DESwrap.getId(), i192); typedefs
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/dh/ |
KeyAgreementSpi.java | 40 Integer i192 = Integer.valueOf(192); typedefs 46 algorithms.put("DESEDE", i192);
|
/external/llvm/test/Transforms/ScalarRepl/ |
vector_promote.ll | 112 ; CHECK: and i192
|
/external/llvm/test/CodeGen/Generic/ |
APIntParam.ll | 193 @i192_s = external global i192 ; <i192*> [#uses=1] 1214 define void @i192_ls(i192 %x) nounwind { 1215 store i192 %x, i192* @i192_s [all...] |
APIntSextParam.ll | 193 @i192_s = external global i192 ; <i192*> [#uses=1] 1214 define void @i192_ls(i192 signext %x) nounwind { 1215 store i192 %x, i192* @i192_s [all...] |
APIntZextParam.ll | 193 @i192_s = external global i192 ; <i192*> [#uses=1] 1214 define void @i192_ls(i192 zeroext %x) nounwind { 1215 store i192 %x, i192* @i192_s [all...] |
APIntLoadStore.ll | 384 @i192_l = external global i192 ; <i192*> [#uses=1] 385 @i192_s = external global i192 ; <i192*> [#uses=1] [all...] |
/external/bouncycastle/patches/ |
bcprov.patch | [all...] |