Home
last modified time | relevance | path

Searched refs:pm1 (Results 1 – 12 of 12) sorted by relevance

/external/v8/test/mjsunit/asm/
Dpointer-masking.js10 var pm1 = (function(stdlib, foreign, heap) { function
28 assertEquals(0, pm1.load1(0));
29 assertEquals(0, pm1.load1(1025));
30 pm1.store1(0, 1);
31 pm1.store1(1025, 127);
32 assertEquals(1, pm1.load1(0));
33 assertEquals(1, pm1.load1(1024));
34 assertEquals(127, pm1.load1(1));
35 assertEquals(127, pm1.load1(1025));
/external/libvpx/libvpx/vp8/common/mips/dspr2/
Dvp8_loopfilter_filters_dspr2.c355 uint32_t pm1, p0, p1, p2, p3, p4, p5, p6; in vp8_loop_filter_horizontal_edge_mips() local
395 pm1 = *((uint32_t *)(sm1)); in vp8_loop_filter_horizontal_edge_mips()
400 vp8_filter_mask_vec_mips(limit, flimit, p1, p2, pm1, p0, p3, p4, p5, p6, in vp8_loop_filter_horizontal_edge_mips()
440 pm1 = *((uint32_t *)(sm1)); in vp8_loop_filter_horizontal_edge_mips()
445 vp8_filter_mask_vec_mips(limit, flimit, p1, p2, pm1, p0, p3, p4, p5, p6, in vp8_loop_filter_horizontal_edge_mips()
485 pm1 = *((uint32_t *)(sm1)); in vp8_loop_filter_horizontal_edge_mips()
490 vp8_filter_mask_vec_mips(limit, flimit, p1, p2, pm1, p0, p3, p4, p5, p6, in vp8_loop_filter_horizontal_edge_mips()
530 pm1 = *((uint32_t *)(sm1)); in vp8_loop_filter_horizontal_edge_mips()
535 vp8_filter_mask_vec_mips(limit, flimit, p1, p2, pm1, p0, p3, p4, p5, p6, in vp8_loop_filter_horizontal_edge_mips()
565 uint32_t pm1, p0, p1, p2, p3, p4, p5, p6; in vp8_loop_filter_uvhorizontal_edge_mips() local
[all …]
/external/llvm/test/CodeGen/ARM/
Dflag-crash.ll6 define fastcc void @func(%struct.gs_matrix* nocapture %pm1) nounwind {
8 %0 = getelementptr inbounds %struct.gs_matrix, %struct.gs_matrix* %pm1, i32 0, i32 6
10 %2 = getelementptr inbounds %struct.gs_matrix, %struct.gs_matrix* %pm1, i32 0, i32 8
12 %4 = getelementptr inbounds %struct.gs_matrix, %struct.gs_matrix* %pm1, i32 0, i32 2
/external/libvpx/libvpx/vpx_dsp/mips/
Dloopfilter_filters_dspr2.c31 uint32_t pm1, p0, p1, p2, p3, p4, p5, p6; in vpx_lpf_horizontal_4_dspr2() local
85 : [pm1] "=&r" (pm1), [p0] "=&r" (p0), [p5] "=&r" (p5), in vpx_lpf_horizontal_4_dspr2()
91 pm1, p0, p3, p4, p5, p6, in vpx_lpf_horizontal_4_dspr2()
124 uint32_t pm1, p0, p1, p2, p3, p4, p5, p6; in vpx_lpf_vertical_4_dspr2() local
164 pm1 = *((uint32_t *)(s4 - 4)); in vpx_lpf_vertical_4_dspr2()
186 [p2] "+r" (p2), [p1] "+r" (p1), [p0] "+r" (p0), [pm1] "+r" (pm1), in vpx_lpf_vertical_4_dspr2()
219 filter_hev_mask_dspr2(limit_vec, flimit_vec, p1, p2, pm1, in vpx_lpf_vertical_4_dspr2()
/external/boringssl/src/crypto/rsa/
Drsa.c534 BIGNUM n, pm1, qm1, lcm, gcd, de, dmp1, dmq1, iqmp; in RSA_check_key() local
566 BN_init(&pm1); in RSA_check_key()
577 !BN_sub(&pm1, key->p, BN_value_one()) || in RSA_check_key()
579 !BN_mul(&lcm, &pm1, &qm1, ctx) || in RSA_check_key()
580 !BN_gcd(&gcd, &pm1, &qm1, ctx)) { in RSA_check_key()
595 !BN_sub(&pm1, ap->prime, BN_value_one()) || in RSA_check_key()
596 !BN_mul(&lcm, &lcm, &pm1, ctx) || in RSA_check_key()
597 !BN_gcd(&gcd, &gcd, &pm1, ctx)) { in RSA_check_key()
604 !BN_gcd(&gcd, &pm1, &qm1, ctx) || in RSA_check_key()
630 !BN_mod(&dmp1, key->d, &pm1, ctx) || in RSA_check_key()
[all …]
/external/clang/test/SemaTemplate/
Dinstantiate-complete.cpp45 void test_memptr(X<long> *p1, long X<long>::*pm1, argument
52 (void)(p1->*pm1);
Dmember-function-template.cpp33 int& (X::*pm1)(int) = &X::f0; in test_X_f0_address() local
38 int& (X::*pm1)(int) = &X::f1; in test_X_f1_address() local
/external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
Dp1-11.cpp40 PM<(0)> pm1; // expected-error{{null non-type template argument must be cast to template parameter … variable
/external/llvm/test/CodeGen/NVPTX/
Dintrinsic-old.ll215 ; CHECK: mov.u32 %r{{[0-9]+}}, %pm1;
217 %x = call i32 @llvm.ptx.read.pm1()
278 declare i32 @llvm.ptx.read.pm1()
/external/avahi/avahi-daemon/
Dglob.c273 const Char *pe, *pm, *pm1, *pl; in globexp2() local
314 for (pm1 = pm++; *pm != RBRACKET && *pm != EOS; pm++) in globexp2()
321 pm = pm1; in globexp2()
/external/llvm/lib/Target/NVPTX/
DNVPTXIntrinsics.td7040 def PTX_READ_PM1 : PTX_READ_SPECIAL_REGISTER_R32<"pm1", int_ptx_read_pm1>;
/external/chromium-trace/catapult/tracing/test_data/
Dddms_calculator_start.trace52174 ���pm1��W��
139252 h��pm1��� ��
434837 �o�pm1�����