HomeSort by relevance Sort by last modified time
    Searched defs:M0 (Results 1 - 21 of 21) sorted by null

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/bfin/
loop_temps.s 264 M0 = R0;
273 R0 = (A0 += A1) || I2 += M0;
move2.s 78 R4 = M0;
96 P4 = M0;
116 A0.X = M0;
141 M0 = R0;
145 M0 = A0.X;
172 I1 = M0;
176 M0 = I1;
177 M1 = M0;
182 B1 = M0;
187 L1 = M0;
    [all...]
  /external/llvm/unittests/Analysis/
ScalarEvolutionTest.cpp 73 const SCEVMulExpr *M0 = cast<SCEVMulExpr>(P0);
77 EXPECT_EQ(cast<SCEVConstant>(M0->getOperand(0))->getValue()->getZExtValue(),
85 EXPECT_EQ(cast<SCEVUnknown>(M0->getOperand(1))->getValue(), V0);
94 EXPECT_EQ(cast<SCEVUnknown>(M0->getOperand(1))->getValue(), V0);
  /external/llvm/unittests/Linker/
LinkModulesTest.cpp 289 MDNode *M0 = F->getMetadata("attach");
297 EXPECT_TRUE(M0->isDistinct());
318 EXPECT_EQ(M0, F->getMetadata("attach"));
325 EXPECT_TRUE(M0->isDistinct());
  /external/mesa3d/src/gallium/drivers/radeon/
SIISelLowering.cpp 153 unsigned M0 = MRI.createVirtualRegister(&AMDGPU::M0RegRegClass);
161 BuildMI(BB, I, BB.findDebugLoc(I), TII->get(AMDGPU::S_MOV_B32), M0)
168 .addReg(M0);
176 .addReg(M0);
189 unsigned M0 = MRI.createVirtualRegister(&AMDGPU::M0RegRegClass);
191 BuildMI(BB, I, BB.findDebugLoc(I), TII->get(AMDGPU::S_MOV_B32), M0)
198 .addReg(M0);
  /external/mesa3d/src/mesa/sparc/
sparc_matrix.h 35 #define M0 %f16
53 ldd [BASE + ( 0 * 0x4)], M0; \
59 ldd [BASE + ( 0 * 0x4)], M0; \
63 ld [BASE + ( 0 * 0x4)], M0; \
67 ldd [BASE + ( 0 * 0x4)], M0; \
73 ld [BASE + ( 0 * 0x4)], M0; \
78 ld [BASE + ( 0 * 0x4)], M0; \
82 ldd [BASE + ( 0 * 0x4)], M0; \
90 ld [BASE + ( 0 * 0x4)], M0; \
95 ldd [BASE + ( 0 * 0x4)], M0; \
    [all...]
  /external/opencv/cvaux/src/
cvbgfg_codebook.cpp 238 uchar m0, m1, m2, M0, M1, M2; local
256 m0 = model->modMin[0]; M0 = model->modMax[0];
271 int l0 = p0 + m0, l1 = p1 + m1, l2 = p2 + m2;
272 int h0 = p0 - M0, h1 = p1 - M1, h2 = p2 - M2;
  /external/opencv3/modules/videostab/src/
motion_stabilizing.cpp 275 Mat_<float> M0 = at(t,M);
286 set(r, c, M0(0,0)); set(r, c+1, M0(1,0));
287 set(r+1, c, M0(0,1)); set(r+1, c+1, M0(1,1));
288 set(r+2, c, M0(0,2)); set(r+2, c+1, M0(1,2)); set(r+2, c+2, 1);
289 set(r+3, c, M0(1,0)); set(r+3, c+1, -M0(0,0));
290 set(r+4, c, M0(1,1)); set(r+4, c+1, -M0(0,1))
    [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
ia64-opc-m.c 24 #define M0 IA64_TYPE_M, 0
104 {"chk.a.nc", M0, OpX3 (0, 4), {R1, TGT25c}, EMPTY},
105 {"chk.a.clr", M0, OpX3 (0, 5), {R1, TGT25c}, EMPTY},
106 {"chk.a.nc", M0, OpX3 (0, 6), {F1, TGT25c}, EMPTY},
107 {"chk.a.clr", M0, OpX3 (0, 7), {F1, TGT25c}, EMPTY},
109 {"invala", M0, OpX3X4X2 (0, 0, 0, 1), {}, EMPTY},
110 {"fwb", M0, OpX3X4X2 (0, 0, 0, 2), {}, EMPTY},
111 {"mf", M0, OpX3X4X2 (0, 0, 2, 2), {}, EMPTY},
112 {"mf.a", M0, OpX3X4X2 (0, 0, 3, 2), {}, EMPTY},
113 {"srlz.d", M0, OpX3X4X2 (0, 0, 0, 3), {}, EMPTY}
    [all...]
  /external/boringssl/src/crypto/poly1305/
poly1305_vec.c 289 xmmi M0, M1, M2, M3, M4;
352 M0 = _mm_and_si128(MMASK, T5);
360 T5 = _mm_mul_epu32(M0, p->R20.v);
361 T6 = _mm_mul_epu32(M0, p->R21.v);
380 T5 = _mm_mul_epu32(M0, p->R22.v);
381 T6 = _mm_mul_epu32(M0, p->R23.v);
400 T5 = _mm_mul_epu32(M0, p->R24.v);
416 M0 = _mm_and_si128(MMASK, T5);
423 T0 = _mm_add_epi64(T0, M0);
478 xmmi M0, M1, M2, M3, M4
    [all...]
  /libcore/luni/src/test/java/libcore/java/lang/
ClassCastExceptionTest.java 81 A0, B0, C0, D0, E0, F0, G0, H0, I0, J0, K0, L0, M0, N0, O0, P0, Q0, R0, S0, T0, U0, V0, W0, X0, Y0, Z0,
86 A0, B0, C0, D0, E0, F0, G0, H0, I0, J0, K0, L0, M0, N0, O0, P0, Q0, R0, S0, T0, U0, V0, W0, X0, Y0, Z0,
  /external/boringssl/mac-x86_64/crypto/aes/
bsaes-x86_64.S     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 597 Value *M0 = isNormalFp(cast<Constant>(M1)) ?
600 if (M0 && M1) {
602 std::swap(M0, M1);
605 ? BinaryOperator::CreateFAdd(M0, M1)
606 : BinaryOperator::CreateFSub(M0, M1);
    [all...]
  /external/llvm/lib/Target/AMDGPU/
AMDGPUISelDAGToDAG.cpp 273 // Write max value to m0 before each load operation
275 SDValue M0 = Lowering.copyToM0(*CurDAG, CurDAG->getEntryNode(), SDLoc(N),
278 SDValue Glue = M0.getValue(1);
    [all...]
SIISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonFrameLowering.cpp     [all...]
  /external/opencv3/modules/calib3d/test/
test_fundam.cpp 679 cv::Mat M0 = M, v2_0 = v2;
704 if( M.data != M0.data )
705 M.reshape(M0.channels(), M0.rows).convertTo(M0, M0.type());
    [all...]
  /external/opencv3/modules/core/test/
test_mat.cpp 760 map<string, double> M0;
794 if( M0.count(sidx) == 0 )
798 M0[sidx] = all_vals[i];
860 val0 = M0[sidx];
    [all...]
  /external/boringssl/win-x86_64/crypto/aes/
bsaes-x86_64.asm     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]
  /external/valgrind/VEX/priv/
guest_ppc_toIR.c     [all...]

Completed in 757 milliseconds