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

1 2 3 45 6

  /external/llvm/test/CodeGen/Generic/
APIntParam.ll 129 @i128_s = external global i128 ; <i128*> [#uses=1]
894 define void @i128_ls(i128 %x) nounwind {
895 store i128 %x, i128* @i128_s
    [all...]
APIntSextParam.ll 129 @i128_s = external global i128 ; <i128*> [#uses=1]
894 define void @i128_ls(i128 signext %x) nounwind {
895 store i128 %x, i128* @i128_s
    [all...]
APIntZextParam.ll 129 @i128_s = external global i128 ; <i128*> [#uses=1]
894 define void @i128_ls(i128 zeroext %x) nounwind {
895 store i128 %x, i128* @i128_s
    [all...]
APIntLoadStore.ll 256 @i128_l = external global i128 ; <i128*> [#uses=1]
257 @i128_s = external global i128 ; <i128*> [#uses=1]
    [all...]
  /external/llvm/lib/Target/CellSPU/
SPURegisterInfo.td 159 def GPRC : RegisterClass<"SPU", [i128], 128,
SPUInstrInfo.td     [all...]
SPUISelDAGToDAG.cpp 587 case MVT::i128:
    [all...]
  /external/llvm/test/CodeGen/ARM/
vldlane.ll 508 %tmp64 = zext i64 %tmp63 to i128
509 %tmp65 = shl i128 %tmp64, 64
510 %ins67 = or i128 %tmp65, 0
511 %tmp78 = bitcast i128 %ins67 to <8 x i16>
  /external/llvm/test/Transforms/JumpThreading/
2010-08-26-and.ll 138 %cmp9.i128 = icmp eq i32 %call.i127, 0 ; <i1> [#uses=1]
139 br i1 %cmp9.i128, label %if.then.i132, label %_ZN12StringSwitchI5ColorE4CaseILj7EEERS1_RAT__KcRKS0_.exit134
  /external/llvm/utils/TableGen/
CodeGenTarget.cpp 57 case MVT::i128: return "MVT::i128";
  /external/llvm/lib/Target/X86/
README-SSE.txt 875 %tmp20 = zext i64 %tmp19 to i128 ; <i128> [#uses=1]
876 %tmp10 = lshr i128 %tmp20, 32 ; <i128> [#uses=1]
877 %tmp11 = trunc i128 %tmp10 to i32 ; <i32> [#uses=1]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeIntegerTypes.cpp     [all...]
TargetLowering.cpp 357 if (RetVT == MVT::i128)
368 if (RetVT == MVT::i128)
375 if (RetVT == MVT::i128)
382 if (RetVT == MVT::i128)
400 if (RetVT == MVT::i128)
411 if (RetVT == MVT::i128)
418 if (RetVT == MVT::i128)
425 if (RetVT == MVT::i128)
452 } else if (OpVT == MVT::i128) {
486 } else if (OpVT == MVT::i128) {
    [all...]
LegalizeFloatTypes.cpp     [all...]
LegalizeDAG.cpp     [all...]
  /external/llvm/include/llvm/Target/
TargetData.h 216 /// i128 128 128 128
  /external/llvm/test/Transforms/ObjCARC/
basic.ll     [all...]
  /external/clang/lib/Lex/
LiteralSupport.cpp 488 // Allow i8, i16, i32, i64, and i128.
504 s += 4; // i128 suffix
    [all...]
  /external/valgrind/main/VEX/pub/
libvex_ir.h 485 Iop_DivModS64to64, // :: I64,I64 -> I128
516 Iop_128to64, // :: I128 -> I64, low half
517 Iop_128HIto64, // :: I128 -> I64, high half
518 Iop_64HLto128, // :: (I64,I64) -> I128
    [all...]
  /external/valgrind/main/memcheck/
mc_translate.c 354 I64, I128, V128. */
    [all...]
  /external/clang/include/clang/Basic/
Builtins.def 484 // types of i8, i16, i32, i64, and i128. The front-end sees calls to the
    [all...]
  /external/valgrind/main/lackey/
lk_main.c 331 case 5: return "I128"; break;
    [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp     [all...]
  /external/clang/lib/AST/
StmtPrinter.cpp 721 case BuiltinType::Int128: OS << "i128"; break;
    [all...]
  /external/bouncycastle/patches/
android.patch     [all...]

Completed in 1097 milliseconds

1 2 3 45 6