HomeSort by relevance Sort by last modified time
    Searched full:i128 (Results 76 - 100 of 135) sorted by null

1 2 34 5 6

  /external/clang/test/CodeGenCXX/
const-init.cpp 62 // CHECK: @PR11705 = global i128 0
66 // CHECK: @_ZZ23UnfoldableAddrLabelDiffvE1x = internal global i128 0
  /external/llvm/test/Transforms/ScalarRepl/
inline-vector.ll 35 %tmp3.i = zext i64 %tmp2.i to i128
36 %tmp10.i = bitcast i128 %tmp3.i to <4 x float>
  /external/llvm/test/Transforms/InstCombine/
bitcast-vec-uniform.ll 35 %cast = bitcast i128 -1 to <2 x double>
bitcast.ll 51 %tmp = bitcast <2 x i64> %B to i128
52 %tmp1 = lshr i128 %tmp, 64
53 %tmp2 = trunc i128 %tmp1 to i32
cast.ll 591 %tmp11 = bitcast <4 x i32> %call4 to i128
592 %tmp9 = trunc i128 %tmp11 to i96
603 %tmp9 = zext i96 %tmp11 to i128
604 %tmp10 = bitcast i128 %tmp9 to <4 x i32>
613 %tmp9 = zext i96 %tmp11 to i128
614 %tmp10 = bitcast i128 %tmp9 to <4 x i32>
  /frameworks/av/media/mtp/
MtpProperty.h 36 int128_t i128; member in union:android::MtpPropertyValue::__anon16773
MtpProperty.cpp 394 buffer.appendFormat("%08X%08X%08X%08X", value.u.i128[0], value.u.i128[1],
395 value.u.i128[2], value.u.i128[3]);
448 packet.getInt128(value.u.i128);
501 packet.putInt128(value.u.i128);
  /external/llvm/test/CodeGen/X86/
2010-04-06-SSEDomainFixCrash.ll 26 %tmp22.i.i = bitcast <4 x float> %1 to i128 ; <i128> [#uses=1]
27 %tmp23.i.i = trunc i128 %tmp22.i.i to i32 ; <i32> [#uses=1]
  /external/llvm/lib/Target/CellSPU/
SPUISelLowering.cpp 109 addRegisterClass(MVT::i128, SPU::GPRCRegisterClass);
119 setTruncStoreAction(MVT::i128, MVT::i64, Expand);
120 setTruncStoreAction(MVT::i128, MVT::i32, Expand);
121 setTruncStoreAction(MVT::i128, MVT::i16, Expand);
122 setTruncStoreAction(MVT::i128, MVT::i8, Expand);
131 for (unsigned sctype = (unsigned) MVT::i8; sctype < (unsigned) MVT::i128;
200 setOperationAction(ISD::SREM, MVT::i128, Expand);
201 setOperationAction(ISD::UREM, MVT::i128, Expand);
202 setOperationAction(ISD::SDIV, MVT::i128, Expand);
203 setOperationAction(ISD::UDIV, MVT::i128, Expand)
    [all...]
SPUCallingConv.td 20 CCIfType<[i8,i16,i32,i64,i128,f32,f64,v16i8,v8i16,v4i32,v2i64,v4f32,v2f64],
36 CCIfType<[i8, i16, i32, i64, i128, f32, f64,
SPUNodes.td 105 // SHL_BITS the same as SHL for i128, but ISD::SHL is not implemented for i128
README.txt 55 * i128 support:
  /external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/asymmetric/ec/
KeyAgreement.java 63 Integer i128 = Integer.valueOf(128); typedefs
68 algorithms.put(NISTObjectIdentifiers.id_aes128_CBC.getId(), i128); typedefs
71 algorithms.put(NISTObjectIdentifiers.id_aes128_wrap.getId(), i128); typedefs
  /external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/
JCEDHKeyAgreement.java 42 Integer i128 = Integer.valueOf(128); typedefs
48 algorithms.put("BLOWFISH", i128);
  /external/clang/test/CodeGen/
arm-arguments.c 126 // APCS-GNU: define i128 @f25()
128 // APCS-GNU: define i128 @f27()
  /external/llvm/lib/VMCore/
ValueTypes.cpp 108 case MVT::i128: return "i128";
160 case MVT::i128: return IntegerType::get(Context, 128);
  /external/llvm/test/CodeGen/CellSPU/
shift_ops.ll 284 define i128 @test_lshr_i128( i128 %val ) {
290 %rv = lshr i128 %val, 64
291 ret i128 %rv
  /external/llvm/include/llvm/CodeGen/
ValueTypes.h 44 i128 = 6, // This is a 128 bit integer value enumerator in enum:llvm::MVT::SimpleValueType
47 LAST_INTEGER_VALUETYPE = i128,
285 case i128:
346 return MVT::i128;
ValueTypes.td 28 def i128 : ValueType<128, 6>; // 128-bit integer value
  /external/valgrind/main/lackey/docs/
lk-manual.xml 90 The IR types are identified by their IR name ("I1", "I8", ... "I128",
  /external/llvm/include/llvm/
IntrinsicsCellSPU.td 24 def llvm_i128_ty : LLVMType<i128>;
  /external/llvm/lib/Transforms/InstCombine/
InstCombineShifts.cpp 61 /// %C = shl i128 %A, 64
62 /// %D = shl i128 %B, 96
63 /// %E = or i128 %C, %D
64 /// %F = lshr i128 %E, 64
    [all...]
  /external/llvm/test/Other/
constant-fold-gep.ll 84 @f = constant i64 ptrtoint (<{ i16, i128 }>* getelementptr ({i1, <{ i16, i128 }>}* null, i64 0, i32 1) to i64)
362 %t = bitcast i64 ptrtoint (<{ i16, i128 }>* getelementptr ({i1, <{ i16, i128 }>}* null, i64 0, i32 1) to i64) to i64
  /external/llvm/test/Transforms/MemCpyOpt/
memcpy.ll 82 %struct.S = type { i128, [4 x i8]}
  /external/llvm/test/Transforms/SimplifyCFG/
switch_create.ll 419 define void @test15(i128 %x) nounwind {
420 %cmp = icmp ugt i128 %x, 2
424 %cmp2 = icmp ne i128 %x, 100000000000000000000

Completed in 1518 milliseconds

1 2 34 5 6