HomeSort by relevance Sort by last modified time
    Searched full:i128 (Results 201 - 225 of 346) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/llvm/test/CodeGen/Mips/llvm-ir/
urem.ll 144 define signext i128 @urem_i128(i128 signext %a, i128 signext %b) {
153 %r = urem i128 %a, %b
154 ret i128 %r
  /external/llvm/test/CodeGen/AArch64/
ldst-opt.ll 179 %pre.struct.i128 = type { i32, <2 x i64>, <2 x i64>}
219 define <2 x i64> @load-pre-indexed-quadword2(%pre.struct.i128** %this, i1 %cond,
220 %pre.struct.i128* %load2) nounwind {
225 %load1 = load %pre.struct.i128*, %pre.struct.i128** %this
226 %gep1 = getelementptr inbounds %pre.struct.i128, %pre.struct.i128* %load1, i64 0, i32 1
229 %gep2 = getelementptr inbounds %pre.struct.i128, %pre.struct.i128* %load2, i64 0, i32 2
321 define void @store-pre-indexed-quadword2(%pre.struct.i128** %this, i1 %cond
    [all...]
arm64-indexed-vector-ldst-2.ll 6 target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128"
concat_vector-truncate-combine.ll 3 target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128"
arm64-scvt.ll 814 define float @float_from_i128(i128 %in) {
817 %conv = uitofp i128 %in to float
821 define double @double_from_i128(i128 %in) {
824 %conv = sitofp i128 %in to double
828 define fp128 @fp128_from_i128(i128 %in) {
831 %conv = uitofp i128 %in to fp128
835 define i128 @i128_from_float(float %in) {
838 %conv = fptosi float %in to i128
839 ret i128 %conv
842 define i128 @i128_from_double(double %in)
    [all...]
  /frameworks/av/media/mtp/
MtpProperty.cpp 407 buffer.appendFormat("%08X%08X%08X%08X", value.u.i128[0], value.u.i128[1],
408 value.u.i128[2], value.u.i128[3]);
461 if (!packet.getInt128(value.u.i128)) return false;
516 packet.putInt128(value.u.i128);
  /external/llvm/test/Transforms/InstCombine/
bitcast.ll 51 %tmp = bitcast <2 x i64> %B to i128
52 %tmp1 = lshr i128 %tmp, 64
53 %tmp2 = trunc i128 %tmp1 to i32
bitcast-vec-uniform.ll 35 %cast = bitcast i128 -1 to <2 x double>
select.ll     [all...]
  /external/llvm/test/Transforms/Reassociate/
crash.ll 82 define i128 @foo() {
83 %mul = mul i128 0, 0
84 ret i128 %mul
  /external/llvm/test/CodeGen/SystemZ/
fp-move-02.ll 65 ; Test 128-bit moves from GPRs to FPRs. i128 isn't a legitimate type,
67 define void @f6(fp128 *%a, i128 *%b) {
74 %val = load i128 , i128 *%b
75 %res = bitcast i128 %val to fp128
99 define void @f9(fp128 *%a, i128 *%b) {
106 %res = bitcast fp128 %val to i128
107 store i128 %res, i128 *%b
  /external/llvm/test/CodeGen/X86/
getelementptr.ll 19 %d = getelementptr i8, i8* %ptr, i128 18446744073709551621 ; 2^64 + 5
  /external/llvm/test/Transforms/GVN/
pre-gep-load.ll 2 target datalayout = "e-m:e-i64:64-i128:128-n32:64-S128"
  /external/llvm/test/Transforms/InstMerge/
st_sink_barrier_call.ll 4 target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128"
st_sink_no_barrier_call.ll 4 target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128"
st_sink_no_barrier_load.ll 4 target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128"
st_sink_no_barrier_store.ll 4 target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128"
st_sink_two_stores.ll 4 target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128"
st_sink_with_barrier.ll 3 target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128"
  /external/llvm/test/Transforms/LoopRotate/
nosimplifylatch.ll 2 target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128"
  /external/llvm/test/Transforms/LoopVectorize/AArch64/
aarch64-unroll.ll 2 target datalayout = "e-m:e-i64:64-i128:128-n32:64-S128"
arm64-unroll.ll 2 target datalayout = "e-m:e-i64:64-i128:128-n32:64-S128"
  /external/llvm/test/Transforms/SLPVectorizer/AArch64/
sdiv-pow2.ll 2 target datalayout = "e-m:e-i64:64-i128:128-n32:64-S128"
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/dh/
KeyAgreementSpi.java 41 Integer i128 = Integers.valueOf(128); typedefs
46 algorithms.put("BLOWFISH", i128);
  /external/llvm/lib/Target/Mips/
MipsCCState.cpp 45 /// This function returns true if Ty is fp128, {f128} or i128 which was
58 // If the Ty is i128 and the function being called is a long double emulation

Completed in 1363 milliseconds

1 2 3 4 5 6 7 891011>>