HomeSort by relevance Sort by last modified time
    Searched refs:M1 (Results 151 - 175 of 217) sorted by null

1 2 3 4 5 67 8 9

  /external/llvm/tools/bugpoint/
Miscompilation.cpp 221 std::unique_ptr<Module> M1,
225 if (Linker::linkModules(*M1, std::move(M2)))
229 Broken = BD.diffProgram(M1.get(), "", "", false, &Error);
232 return M1;
    [all...]
  /external/mesa3d/src/mesa/sparc/
sparc_matrix.h 36 #define M1 %f17
  /external/v8/src/compiler/x64/
instruction-codes-x64.h 178 V(M1) /* [ %r2*1 ] */ \
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
plan9x.go 276 M1: "M1",
inst.go 240 M1
569 M1: "M1",
intel.go 480 M1: "mmx1",
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
plan9x.go 276 M1: "M1",
inst.go 240 M1
569 M1: "M1",
intel.go 480 M1: "mmx1",
  /external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 599 Value *M1 = ConstantExpr::getFMul(C1, C);
600 Value *M0 = isNormalFp(cast<Constant>(M1)) ?
603 if (M0 && M1) {
605 std::swap(M0, M1);
608 ? BinaryOperator::CreateFAdd(M0, M1)
609 : BinaryOperator::CreateFSub(M0, M1);
    [all...]
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug284.go 157 type M1 map[string]int
160 var m1 L1
163 m0 = m1
165 m1 = m0
166 m1 = m1
167 m1 = L1(m2) // ERROR "cannot|invalid"
169 m2 = L2(m1) // ERROR "cannot|invalid"
  /prebuilts/go/linux-x86/test/fixedbugs/
bug284.go 157 type M1 map[string]int
160 var m1 L1
163 m0 = m1
165 m1 = m0
166 m1 = m1
167 m1 = L1(m2) // ERROR "cannot|invalid"
169 m2 = L2(m1) // ERROR "cannot|invalid"
  /external/clang/lib/StaticAnalyzer/Core/
ProgramState.cpp 485 ProgramState::GenericDataMap M1 = St->getGDM();
486 ProgramState::GenericDataMap M2 = GDMFactory.add(M1, Key, Data);
488 if (M1 == M2)
  /external/llvm/lib/Transforms/Vectorize/
LoadStoreVectorizer.cpp 474 Instruction *M1 = cast<Instruction>(ChainInstrValue);
476 if (!AA.isNoAlias(MemoryLocation::get(M0), MemoryLocation::get(M1))) {
479 Value *Ptr1 = getPointerOperand(M1);
    [all...]
  /toolchain/binutils/binutils-2.25/include/opcode/
i960.h 51 #define M1 0x0800
65 * set m1=1, if src1 will not be used
74 #define R_0(opc) ( REG_OPC(opc) | M1 | M2 | M3 ) /* No operands */
76 #define R_1D(opc) ( REG_OPC(opc) | M1 | M2 ) /* 1 operand: dst */
  /external/boringssl/src/crypto/fipsmodule/ec/asm/
p256-x86_64-asm.pl 947 my ($M1,$T2a,$T2b,$TMP2,$M2,$T2a,$T2b,$TMP2)=map("%xmm$_",(8..15));
1138 my ($M1,$T1a,$T1b,$T1c,$TMP1)=map("%ymm$_",(10..14));
1172 vmovdqa .LTwo(%rip), $M1
1189 vpcmpeqd $INDEX, $M1, $TMP1
1192 vpaddd $TWO, $M1, $M1
1240 my ($M1,$T1a,$T1b,$TMP1)=map("%ymm$_",(8..11));
1276 vmovdqa .LTwo(%rip), $M1
1296 vpcmpeqd $INDEX, $M1, $TMP1
1300 vpaddd $THREE, $M1, $M
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/bfin/
allinsn16.d 285 [^:]+: 15 01 + M1 = \[SP\+\+\];
349 [^:]+: 55 01 + \[--SP\] = M1;
    [all...]
arithmetic.d 71 8e: 75 9e I1 -= M1;
parallel.s 5 R2 = EXTRACT (r0, r2.l) (Z) || i3 += m1;
7 r7 = ExtracT (r3, r4.L) (X) || I3 += M1 (breV);
35 r7.H = r7 + r6 (RND12) || r1 = b [p0] (x)|| [I3++m1]=r6;
78 A0 += r4.h * r1.L || r5 = b [p2] (z) || [I1++M1] = R7;
79 a0 -= r7.l * r6.H (Is) || r5 = b [p3] (x) || [i1++m1] = r6;
80 A0 -= R5.H * r2.H || r5 = b [p4] (z) || [i1++m1]=r5;
82 a1 = r1.L * r0.H (M) || r5 = b [p5] (x) || [i1++m1]=r4;
83 A1 = r2.h * r0.L || r5 = b [sp] (z) || [i1++m1] = r3;
84 A1 = R7.H * R6.L (M, W32) || r5 = b [fp] (x) || [i1++m1] =r2;
86 a1 += r3.l * r2.l (fu) || r0.l = w [i0] || [i1++m1] = r1
    [all...]
  /external/llvm/lib/Transforms/IPO/
LowerTypeTests.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonGenInsert.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
InlineFunction.cpp 752 if (const MDNode *M1 = dyn_cast<MDNode>(M->getOperand(i)))
753 if (MD.insert(M1))
754 Queue.push_back(M1);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_descr.py 485 class M1(type):
490 __metaclass__ = M1
753 class M1(C, object):
755 return "M1 a"
757 return "M1 b"
759 self.assertEqual(M1.__mro__, (M1, C, object))
760 m = M1()
762 self.assertEqual(m.m1method(), "M1 a")
763 self.assertEqual(m.all_method(), "M1 b")
    [all...]
  /external/python/cpython2/Lib/test/
test_descr.py 495 class M1(type):
500 __metaclass__ = M1
763 class M1(C, object):
765 return "M1 a"
767 return "M1 b"
769 self.assertEqual(M1.__mro__, (M1, C, object))
770 m = M1()
772 self.assertEqual(m.m1method(), "M1 a")
773 self.assertEqual(m.all_method(), "M1 b"
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_descr.py 487 class M1(type):
492 __metaclass__ = M1
755 class M1(C, object):
757 return "M1 a"
759 return "M1 b"
761 self.assertEqual(M1.__mro__, (M1, C, object))
762 m = M1()
764 self.assertEqual(m.m1method(), "M1 a")
765 self.assertEqual(m.all_method(), "M1 b"
    [all...]

Completed in 1642 milliseconds

1 2 3 4 5 67 8 9