HomeSort by relevance Sort by last modified time
    Searched full:i128 (Results 151 - 175 of 192) sorted by null

1 2 3 4 5 67 8

  /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 59 case MVT::i128: return "MVT::i128";
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_syntax.py 175 ... i127, i128, i129, i130, i131, i132, i133, i134, i135,
210 ... i127, i128, i129, i130, i131, i132, i133, i134, i135,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_syntax.py 175 ... i127, i128, i129, i130, i131, i132, i133, i134, i135,
210 ... i127, i128, i129, i130, i131, i132, i133, i134, i135,
  /external/llvm/lib/Target/X86/
README-SSE.txt 844 %tmp20 = zext i64 %tmp19 to i128 ; <i128> [#uses=1]
845 %tmp10 = lshr i128 %tmp20, 32 ; <i128> [#uses=1]
846 %tmp11 = trunc i128 %tmp10 to i32 ; <i32> [#uses=1]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeIntegerTypes.cpp     [all...]
LegalizeFloatTypes.cpp     [all...]
LegalizeDAG.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64InstrNEON.td     [all...]
AArch64ISelLowering.cpp 242 setOperationAction(ISD::FP_TO_SINT, MVT::i128, Custom);
245 setOperationAction(ISD::FP_TO_UINT, MVT::i128, Custom);
248 setOperationAction(ISD::SINT_TO_FP, MVT::i128, Custom);
251 setOperationAction(ISD::UINT_TO_FP, MVT::i128, Custom);
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.heap.operations/is.heap/
is_heap_comp.pass.cpp 271 int i128[] = {0, 0, 0, 1, 0, 0, 0}; local
398 assert(std::is_heap(i128, i128+7, std::greater<int>()) == (std::is_heap_until(i128, i128+7, std::greater<int>()) == i128+7));
    [all...]
  /external/valgrind/main/VEX/pub/
libvex_ir.h 493 Iop_DivModS64to64, // :: I64,I64 -> I128
524 Iop_128to64, // :: I128 -> I64, low half
525 Iop_128HIto64, // :: I128 -> I64, high half
526 Iop_64HLto128, // :: (I64,I64) -> I128
    [all...]
  /external/llvm/lib/Target/R600/
SIISelLowering.cpp 55 addRegisterClass(MVT::i128, &AMDGPU::SReg_128RegClass);
    [all...]
AMDGPUISelDAGToDAG.cpp 300 if (N->getValueType(0) == MVT::i128) {
  /external/valgrind/main/memcheck/
mc_translate.c 361 I64, I128, V128, V256. */
472 /* There are no I128-bit loads and/or stores [as generated by any
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_bld_depth.c 502 popcntintr = "llvm.ctpop.i128";
  /external/llvm/include/llvm/IR/
DataLayout.h 295 /// i128 128 128 128
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_bld_depth.c 502 popcntintr = "llvm.ctpop.i128";
  /external/llvm/test/Transforms/ObjCARC/
basic.ll     [all...]
  /external/clang/lib/Lex/
LiteralSupport.cpp 564 // Allow i8, i16, i32, i64, and i128.
580 s += 4; // i128 suffix
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 430 else if (VT == MVT::i128)
437 else if (VT == MVT::i128)
458 if (VT == MVT::i128)
    [all...]
  /external/clang/include/clang/Basic/
Builtins.def 493 // 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/clang/lib/AST/
StmtPrinter.cpp 803 case BuiltinType::Int128: OS << "i128"; break;
    [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp     [all...]

Completed in 1254 milliseconds

1 2 3 4 5 67 8