HomeSort by relevance Sort by last modified time
    Searched refs:p15 (Results 1 - 17 of 17) sorted by null

  /external/chromium_org/v8/test/webkit/
comparison-operators-greater.js 146 var p15 = 1.5; variable
168 shouldBeTrue("p15 >= 0");
169 shouldBeTrue("p15 >= 1");
170 shouldBeTrue("p15 > 0");
172 shouldBeFalse("p15 >= 2");
173 shouldBeTrue("p15 > 1");
174 shouldBeFalse("p15 > 2");
177 shouldBeTrue("if (p15 >= 0 || 0) true; else false");
178 shouldBeTrue("if (p15 >= 1 || 0) true; else false");
179 shouldBeTrue("if (0 < p15 || 0) true; else false")
    [all...]
comparison-operators-less.js 144 var p15 = 1.5; variable
166 shouldBeTrue("0 <= p15");
167 shouldBeTrue("1 <= p15");
168 shouldBeTrue("0 < p15");
170 shouldBeFalse("2 <= p15");
171 shouldBeTrue("1 < p15");
172 shouldBeFalse("2 < p15");
175 shouldBeTrue("if (0 <= p15 || 0) true; else false");
176 shouldBeTrue("if (1 <= p15 || 0) true; else false");
177 shouldBeTrue("if (0 < p15 || 0) true; else false")
    [all...]
  /external/libvpx/libvpx/vp8/common/ppc/
recon_altivec.asm 17 lvx v1, 0, \Pred ;# v1 = pred = p0..p15
22 vmrglb v1, v0, v1 ;# v1 = 16-bit p8..p15
57 lvx v1, 0, \Pred ;# v1 = pred = p0..p15
61 vmrglb v1, v0, v1 ;# v1 = 16-bit p8..p15
144 lvx v1, 0, r10; ;# v1 = pred = p0..p15
157 vmrglb v1, v0, v1; ;# v1 = 16-bit p8..p15
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
profiler_unittest.sh 240 >"$TMPDIR/p15" 2>/dev/null || RegisterFailure
241 VerifyIdentical p14 "$PROFILER3_REALNAME" p15 "" || RegisterFailure
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
profiler_unittest.sh 240 >"$TMPDIR/p15" 2>/dev/null || RegisterFailure
241 VerifyIdentical p14 "$PROFILER3_REALNAME" p15 "" || RegisterFailure
  /external/chromium_org/third_party/openssl/openssl/crypto/
armv4cpuid.S 17 mrc p15,0,r0,c9,c13,0
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/
ia64-mont.pl 439 cmp4.le p14,p15=8,in5 }
474 (p15)fcvt.fxu ai7=f0
480 (p15)fcvt.fxu bj[0]=f0
486 (p15)fcvt.fxu ni7=f0
830 (p15)br.cond.dpnt.few .Ldone };;
ia64.S     [all...]
  /external/openssl/crypto/
armv4cpuid.S 17 mrc p15,0,r0,c9,c13,0
  /external/openssl/crypto/bn/asm/
ia64-mont.pl 439 cmp4.le p14,p15=8,in5 }
474 (p15)fcvt.fxu ai7=f0
480 (p15)fcvt.fxu bj[0]=f0
486 (p15)fcvt.fxu ni7=f0
830 (p15)br.cond.dpnt.few .Ldone };;
ia64.S     [all...]
  /external/oprofile/module/ia64/
IA64minstate.h 133 * p15 = TRUE if psr.i is set in cr.ipsr
134 * predicate registers (other than p2, p3, and p15), b6, r3, r8, r9,
179 tbit.nz p15, p0=rCRIPSR, IA64_PSR_I_BIT \
  /external/llvm/test/MC/ARM/
basic-arm-instructions.s     [all...]
basic-thumb2-instructions.s 637 ldc p15, c7, [r3, #-120]!
665 @ CHECK: ldc p15, c7, [r3, #-120]! @ encoding: [0x33,0xed,0x1e,0x7f]
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
MathTest.java 1061 double p15 = 15.0; local
    [all...]
  /external/v8/src/arm/
assembler-arm.h 390 p15 = 15 enumerator in enum:v8::internal::Coprocessor
    [all...]
  /external/chromium_org/v8/src/arm/
assembler-arm.h 541 p15 = 15 enumerator in enum:v8::internal::Coprocessor
    [all...]

Completed in 642 milliseconds