Searched defs:M0 (Results 1 - 12 of 12) sorted by relevance

/external/llvm/unittests/Analysis/
H A DScalarEvolutionTest.cpp64 const SCEVMulExpr *M0 = cast<SCEVMulExpr>(P0); local
68 EXPECT_EQ(cast<SCEVConstant>(M0->getOperand(0))->getValue()->getZExtValue(),
76 EXPECT_EQ(cast<SCEVUnknown>(M0->getOperand(1))->getValue(), V0);
85 EXPECT_EQ(cast<SCEVUnknown>(M0->getOperand(1))->getValue(), V0);
/external/skia/bench/
H A DInterpBench.cpp156 static SkBenchmark* M0(void* p) { return new Fixed16D16Interp(p); } function
162 static BenchRegistry gReg0(M0);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A DSIISelLowering.cpp153 unsigned M0 = MRI.createVirtualRegister(&AMDGPU::M0RegRegClass); local
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); local
191 BuildMI(BB, I, BB.findDebugLoc(I), TII->get(AMDGPU::S_MOV_B32), M0)
198 .addReg(M0);
/external/chromium_org/third_party/mesa/src/src/mesa/sparc/
H A Dsparc_matrix.h35 #define M0 %f16 macro
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/mesa3d/src/gallium/drivers/radeon/
H A DSIISelLowering.cpp153 unsigned M0 = MRI.createVirtualRegister(&AMDGPU::M0RegRegClass); local
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); local
191 BuildMI(BB, I, BB.findDebugLoc(I), TII->get(AMDGPU::S_MOV_B32), M0)
198 .addReg(M0);
/external/mesa3d/src/mesa/sparc/
H A Dsparc_matrix.h35 #define M0 %f16 macro
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/
H A Dcvbgfg_codebook.cpp238 uchar m0, m1, m2, M0, M1, M2; local
256 m0 = model->modMin[0]; M0 = model->modMax[0];
272 int h0 = p0 - M0, h1 = p1 - M1, h2 = p2 - M2;
/external/chromium_org/third_party/openssl/openssl/crypto/md5/asm/
H A Dmd5-ia64.S35 // {in,out}4 Block Value 0 M0
125 #define M0 in4 define
310 // loading into M12 here produces the M0 value, M13 -> M1, etc.
441 // Passed the first 4 words (M0 - M3) and initial (A, B, C, D) values,
542 G(A, B, C, D, M0) \
543 COMPUTE(A, B, 5, M0, RotateM0) \
552 H(A, B, C, D, M0) \
553 COMPUTE(A, B, 4, M0, RotateM0) \
562 I(A, B, C, D, M0) \
563 COMPUTE(A, B, 6, M0, RotateM
[all...]
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp456 Value *M0 = isNormalFp(cast<ConstantFP>(M1)) ? local
459 if (M0 && M1) {
461 std::swap(M0, M1);
464 BinaryOperator::CreateFAdd(M0, M1) :
465 BinaryOperator::CreateFSub(M0, M1);
/external/openssl/crypto/md5/asm/
H A Dmd5-ia64.S35 // {in,out}4 Block Value 0 M0
125 #define M0 in4 define
310 // loading into M12 here produces the M0 value, M13 -> M1, etc.
441 // Passed the first 4 words (M0 - M3) and initial (A, B, C, D) values,
542 G(A, B, C, D, M0) \
543 COMPUTE(A, B, 5, M0, RotateM0) \
552 H(A, B, C, D, M0) \
553 COMPUTE(A, B, 4, M0, RotateM0) \
562 I(A, B, C, D, M0) \
563 COMPUTE(A, B, 6, M0, RotateM
[all...]
/external/llvm/include/llvm/Support/
H A DCommandLine.h1200 explicit opt(const M0t &M0) : Option(Optional, NotHidden) { argument
1201 apply(M0, this);
1207 opt(const M0t &M0, const M1t &M1) : Option(Optional, NotHidden) { argument
1208 apply(M0, this); apply(M1, this);
1214 opt(const M0t &M0, const M1t &M1, argument
1216 apply(M0, this); apply(M1, this); apply(M2, this);
1221 opt(const M0t &M0, const M1t &M1, const M2t &M2, argument
1223 apply(M0, this); apply(M1, this); apply(M2, this); apply(M3, this);
1228 opt(const M0t &M0, const M1t &M1, const M2t &M2, const M3t &M3, argument
1230 apply(M0, thi
1237 opt(const M0t &M0, const M1t &M1, const M2t &M2, const M3t &M3, const M4t &M4, const M5t &M5) argument
1246 opt(const M0t &M0, const M1t &M1, const M2t &M2, const M3t &M3, const M4t &M4, const M5t &M5, const M6t &M6) argument
1256 opt(const M0t &M0, const M1t &M1, const M2t &M2, const M3t &M3, const M4t &M4, const M5t &M5, const M6t &M6, const M7t &M7) argument
1367 list(const M0t &M0) argument
1373 list(const M0t &M0, const M1t &M1) argument
1379 list(const M0t &M0, const M1t &M1, const M2t &M2) argument
1386 list(const M0t &M0, const M1t &M1, const M2t &M2, const M3t &M3) argument
1393 list(const M0t &M0, const M1t &M1, const M2t &M2, const M3t &M3, const M4t &M4) argument
1402 list(const M0t &M0, const M1t &M1, const M2t &M2, const M3t &M3, const M4t &M4, const M5t &M5) argument
1411 list(const M0t &M0, const M1t &M1, const M2t &M2, const M3t &M3, const M4t &M4, const M5t &M5, const M6t &M6) argument
1421 list(const M0t &M0, const M1t &M1, const M2t &M2, const M3t &M3, const M4t &M4, const M5t &M5, const M6t &M6, const M7t &M7) argument
[all...]
/external/chromium_org/third_party/gpsd/release-3.1/
H A Dgps.h542 /* M0, Mean Anomaly at Reference Time, 24 bits signed, semi-circles */
543 int32_t M0; member in struct:almanac_t
665 /* M0, Mean Anomaly at Reference Time, 32 bits signed,
667 int32_t M0; member in struct:subframe_t::__anon10683::__anon10685

Completed in 2061 milliseconds