Home
last modified time | relevance | path

Searched refs:i192 (Results 1 – 25 of 30) sorted by relevance

12

/external/llvm/test/CodeGen/X86/
D2013-01-09-DAGCombineBug.ll51i192 lshr (i192 or (i192 shl (i192 zext (i64 trunc (i128 lshr (i128 trunc (i384 lshr (i384 or (i38…
57i192 lshr (i192 or (i192 shl (i192 zext (i64 trunc (i128 lshr (i128 trunc (i384 lshr (i384 or (i38…
60i192 lshr (i192 or (i192 and (i192 or (i192 shl (i192 zext (i64 trunc (i128 lshr (i128 trunc (i384…
Dconstant-hoisting-shift-immediate.ll2 define i64 @foo(i1 %z, i192* %p, i192* %q)
5 ; have %lshr2 = lshr i192 %data2, %const, and the definition of %const would
9 %data1 = load i192, i192* %p, align 8
10 %lshr1 = lshr i192 %data1, 128
11 %val1 = trunc i192 %lshr1 to i64
17 %data2 = load i192, i192* %q, align 8
18 %lshr2 = lshr i192 %data2, 128
19 %val2 = trunc i192 %lshr2 to i64
Dwide-integer-fold.ll6 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/swiftshader/third_party/LLVM/test/CodeGen/ARM/
D2009-06-22-CoalescerBug.ll11 %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]
16 %6 = or i192 %3, %1 ; <i192> [#uses=1]
17 %7 = or i192 %6, %5 ; <i192> [#uses=2]
31 %tmp18.i = and i192 %3, 1208907372870555465154560 ; <i192> [#uses=1]
32 %mask.i = or i192 %tmp18.i, %1 ; <i192> [#uses=1]
33 %mask41.i = or i192 %mask.i, 0 ; <i192> [#uses=1]
[all …]
/external/llvm/test/CodeGen/ARM/
D2009-06-22-CoalescerBug.ll11 %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]
16 %6 = or i192 %3, %1 ; <i192> [#uses=1]
17 %7 = or i192 %6, %5 ; <i192> [#uses=2]
31 %tmp18.i = and i192 %3, 1208907372870555465154560 ; <i192> [#uses=1]
32 %mask.i = or i192 %tmp18.i, %1 ; <i192> [#uses=1]
33 %mask41.i = or i192 %mask.i, 0 ; <i192> [#uses=1]
[all …]
/external/llvm/test/CodeGen/AArch64/
Darm64-complex-ret.ll3 define { i192, i192, i21, i192 } @foo(i192) {
6 ret { i192, i192, i21, i192 } {i192 0, i192 1, i21 2, i192 3}
/external/llvm/test/Transforms/InstCombine/
Dmulti-use-or.ll8 %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]
18 %d = trunc i192 %c to i64 ; <i64> [#uses=1]
/external/swiftshader/third_party/LLVM/test/Transforms/InstCombine/
Dmulti-use-or.ll8 %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]
18 %d = trunc i192 %c to i64 ; <i64> [#uses=1]
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
Dwide-integer-fold.ll6 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/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/util/
DBaseAgreementSpi.java48 Integer i192 = Integers.valueOf(192);
52 keySizes.put("DESEDE", i192);
57 keySizes.put(NISTObjectIdentifiers.id_aes192_ECB.getId(), i192); in NISTObjectIdentifiers.id_aes192_ECB.getId()
60 keySizes.put(NISTObjectIdentifiers.id_aes192_CBC.getId(), i192); in NISTObjectIdentifiers.id_aes192_CBC.getId()
63 keySizes.put(NISTObjectIdentifiers.id_aes192_CFB.getId(), i192); in NISTObjectIdentifiers.id_aes192_CFB.getId()
66 keySizes.put(NISTObjectIdentifiers.id_aes192_OFB.getId(), i192); in NISTObjectIdentifiers.id_aes192_OFB.getId()
69 keySizes.put(NISTObjectIdentifiers.id_aes192_wrap.getId(), i192); in NISTObjectIdentifiers.id_aes192_wrap.getId()
72 keySizes.put(NISTObjectIdentifiers.id_aes192_CCM.getId(), i192); in NISTObjectIdentifiers.id_aes192_CCM.getId()
75 keySizes.put(NISTObjectIdentifiers.id_aes192_GCM.getId(), i192); in NISTObjectIdentifiers.id_aes192_GCM.getId()
78 keySizes.put(NTTObjectIdentifiers.id_camellia192_wrap.getId(), i192); in NTTObjectIdentifiers.id_camellia192_wrap.getId()
[all …]
/external/llvm/test/CodeGen/XCore/
D2009-07-15-store192.ll4 %0 = bitcast i8* %p to i192*
5 store i192 0, i192* %0, align 4
/external/swiftshader/third_party/LLVM/test/CodeGen/XCore/
D2009-07-15-store192.ll4 %0 = bitcast i8* %p to i192*
5 store i192 0, i192* %0, align 4
/external/libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/is.heap/
Dis_heap.pass.cpp334 int i192[] = {1, 0, 0, 1, 0, 0, 0}; in test() local
461 assert(std::is_heap(i192, i192+7) == (std::is_heap_until(i192, i192+7) == i192+7)); in test()
Dis_heap_until.pass.cpp334 int i192[] = {1, 0, 0, 1, 0, 0, 0}; in test() local
461 assert(std::is_heap_until(i192, i192+7) == i192+3); in test()
Dis_heap_until_comp.pass.cpp335 int i192[] = {1, 0, 0, 1, 0, 0, 0}; in test() local
462 assert(std::is_heap_until(i192, i192+7, std::greater<int>()) == i192+1); in test()
Dis_heap_comp.pass.cpp335 int i192[] = {1, 0, 0, 1, 0, 0, 0}; in test() local
462 …assert(std::is_heap(i192, i192+7, std::greater<int>()) == (std::is_heap_until(i192, i192+7, std::g… in test()
/external/r8/src/test/examples/regalloc/
DRegAlloc.java174 int i192 = identity(192); int i193 = identity(193); int i194 = identity(194); in binaryOpUsingHighRegistersLocals() local
220 i192 + i193 + i194 + i195 + i196 + i197 + i198 + i199 + i200 + i201 + i202 + i203 + in binaryOpUsingHighRegistersLocals()
298 double i192 = identity(192.0); double i193 = identity(193.0); double i194 = identity(194.0); in binaryDoubleOpUsingHighRegistersLocals() local
341 i192 + i193 + i194 + i195 + i196 + i197 + i198 + i199 + i200 + i201 + i202 + i203 + in binaryDoubleOpUsingHighRegistersLocals()
/external/r8/src/test/examples/invoke/
DInvoke.java354 int i192, int i193, int i194, int i195, int i196, int i197, int i198, int i199, int i200, in manyArgs() argument
408 int i188 = 188; int i189 = 189; int i190 = 190; int i191 = 191; int i192 = 192; in rangeInvokeWithManyLocals() local
436 i186, i187, i188, i189, i190, i191, i192, i193, i194, i195, i196, i197, i198, i199, i200, in rangeInvokeWithManyLocals()
/external/swiftshader/third_party/LLVM/test/Transforms/ScalarRepl/
Dvector_promote.ll112 ; CHECK: and i192
/external/llvm/test/CodeGen/Generic/
DAPIntLoadStore.ll384 @i192_l = external global i192 ; <i192*> [#uses=1]
385 @i192_s = external global i192 ; <i192*> [#uses=1]
1662 %tmp = load i192, i192* @i192_l ; <i192> [#uses=1]
1663 store i192 %tmp, i192* @i192_s
DAPIntSextParam.ll193 @i192_s = external global i192 ; <i192*> [#uses=1]
1214 define void @i192_ls(i192 signext %x) nounwind {
1215 store i192 %x, i192* @i192_s
DAPIntParam.ll193 @i192_s = external global i192 ; <i192*> [#uses=1]
1214 define void @i192_ls(i192 %x) nounwind {
1215 store i192 %x, i192* @i192_s
/external/swiftshader/third_party/LLVM/test/CodeGen/Generic/
DAPIntLoadStore.ll384 @i192_l = external global i192 ; <i192*> [#uses=1]
385 @i192_s = external global i192 ; <i192*> [#uses=1]
1662 %tmp = load i192* @i192_l ; <i192> [#uses=1]
1663 store i192 %tmp, i192* @i192_s
DAPIntParam.ll193 @i192_s = external global i192 ; <i192*> [#uses=1]
1214 define void @i192_ls(i192 %x) nounwind {
1215 store i192 %x, i192* @i192_s
DAPIntSextParam.ll193 @i192_s = external global i192 ; <i192*> [#uses=1]
1214 define void @i192_ls(i192 signext %x) nounwind {
1215 store i192 %x, i192* @i192_s

12