HomeSort by relevance Sort by last modified time
    Searched refs:p7 (Results 1 - 25 of 260) sorted by null

1 2 3 4 5 6 7 8 91011

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/Ipf/
AsmPalCall.s 78 cmp.ge p6,p7 = r28,loc6;;
81 (p7) br.dpnt.few PalCallStatic;; // 0 ~ 255 make a static Pal Call
82 (p6) cmp.le p6,p7 = r28,loc6;;
84 (p7) movl loc6 = 0x300;;
85 (p7) cmp.ge p6,p7 = r28,loc6;;
86 (p7) br.dpnt.few PalCallStatic;; // 512 ~ 767 make a static Pal Call
88 (p6) cmp.le p6,p7 = r28,loc6;;
91 (p7) mov r8 = 0xFFFFFFFFFFFFFFFF;; // > 1024 return invalid
92 (p7) br.dpnt.few ComeBackFromPALCall;;
    [all...]
AccessPsr.s 103 cmp.eq p6, p7 = r30, r28;;
106 (p7) cmp.eq p6, p7 = 0x0, r28;;
108 (p7) mov r8 = CpuInMixMode;;
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ipf/
AsmPalCall.s 78 cmp.ge p6,p7 = r28,loc6;;
81 (p7) br.dpnt.few PalCallStatic;; // 0 ~ 255 make a static Pal Call
82 (p6) cmp.le p6,p7 = r28,loc6;;
84 (p7) movl loc6 = 0x300;;
85 (p7) cmp.ge p6,p7 = r28,loc6;;
86 (p7) br.dpnt.few PalCallStatic;; // 512 ~ 767 make a static Pal Call
88 (p6) cmp.le p6,p7 = r28,loc6;;
91 (p7) mov r8 = 0xFFFFFFFFFFFFFFFF;; // > 1024 return invalid
92 (p7) br.dpnt.few ComeBackFromPALCall;;
    [all...]
AccessPsr.s 104 cmp.eq p6, p7 = r30, r28;;
107 (p7) cmp.eq p6, p7 = 0x0, r28;;
109 (p7) mov r8 = CpuInMixMode;;
ReadAr.s 48 cmp.leu p6,p7=64,in0 // p6 = AR# >= 64
50 (p7) cmp.leu p7,p0=48,in0 // p7 = 32 <= AR# < 64
53 (p7) mov r15=0 // if bad range (48-63)
64 .pred.rel "mutex",p1,p2,p3,p4,p5,p6,p7,p8,p17,p18,p19,p20,p22,p25,\
72 (p7) mov ret0=ar.k6 // ar6
ReadCr.s 48 cmp.leu p6,p7=64,in0 // p6 = CR# >= 64
50 (p7) cmp.leu p7,p0=32,in0 // p7 = 32 <= CR# < 64
53 (p7) mov r15=0 // if bad range (32-63)
  /external/syslinux/gnu-efi/gnu-efi-3.0/lib/ia64/
palproc.S 56 cmp.eq p6,p7 = r28,loc6;;
57 (p7)movl loc6 = PAL_MC_DYNAMIC_STATE;;
58 (p7)cmp.eq p6,p7 = r28,loc6;;
60 (p7)movl loc6 = PAL_MC_ERROR_INFO;;
61 (p7)cmp.eq p6,p7 = r28,loc6;;
63 (p7)movl loc6 = PAL_MC_RESUME;;
64 (p7)cmp.eq p6,p7 = r28,loc6
    [all...]
  /external/llvm/test/MC/ARM/
thumb-only-conditionals.s 22 cdpgt p7, #1, c1, c1, c1, #4
23 cdp2gt p7, #1, c1, c1, c1, #4
25 @ CHECK-NEXT: cdpgt p7, #1, c1, c1, c1, #4
26 @ CHECK-NEXT: cdp2gt p7, #1, c1, c1, c1, #4
36 mcrrle p7, #15, r5, r4, c1
37 mcrr2gt p7, #15, r5, r4, c1
39 @ CHECK-NEXT: mcrrle p7, #15, r5, r4, c1
40 @ CHECK-NEXT: mcrr2gt p7, #15, r5, r4, c1
50 mrrclo p7, #1, r5, r4, c1
51 mrrc2lo p7, #1, r5, r4, c
    [all...]
  /art/test/700-LoadArgRegs/src/
Main.java 21 static void testI7(int p1, int p2, int p3, int p4, int p5, int p6, int p7) {
22 System.out.println(p1+", "+p2+", "+p3+", "+p4+", "+p5+", "+p6+", "+p7);
24 static void testI8(int p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8) {
25 System.out.println(p1+", "+p2+", "+p3+", "+p4+", "+p5+", "+p6+", "+p7+", "+p8);
27 static void testI9(int p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8, int p9) {
28 System.out.println(p1+", "+p2+", "+p3+", "+p4+", "+p5+", "+p6+", "+p7+", "+p8+", "+p9);
30 static void testI10(int p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8, int p9, int p10) {
31 System.out.println(p1+", "+p2+", "+p3+", "+p4+", "+p5+", "+p6+", "+p7+", "+p8+", "+p9+", "+p10);
33 static void testI11(int p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8, int p9, int p10, int p11) {
34 System.out.println(p1+", "+p2+", "+p3+", "+p4+", "+p5+", "+p6+", "+p7+", "+p8+", "+p9+", "+p10+", "+p11)
    [all...]
  /bionic/tests/math_data/
ilogb_intel_data.h 63 (int)0x1.90p7,
67 (int)0x1.90p7,
71 (int)0x1.90p7,
75 (int)0x1.90p7,
79 (int)0x1.90p7,
83 (int)0x1.90p7,
87 (int)0x1.90p7,
91 (int)0x1.90p7,
95 (int)0x1.90p7,
99 (int)0x1.90p7,
    [all...]
logb_intel_data.h 71 0x1.90p7,
75 0x1.90p7,
79 0x1.90p7,
83 0x1.90p7,
87 0x1.90p7,
91 0x1.90p7,
95 0x1.90p7,
99 0x1.90p7,
103 0x1.90p7,
107 0x1.90p7,
    [all...]
frexp_intel_data.h 75 (int)0x1.92p7,
80 (int)0x1.92p7,
85 (int)0x1.92p7,
90 (int)0x1.92p7,
95 (int)0x1.92p7,
100 (int)0x1.92p7,
105 (int)0x1.92p7,
110 (int)0x1.92p7,
115 (int)0x1.92p7,
120 (int)0x1.92p7,
    [all...]
  /external/v8/src/ia32/
simulator-ia32.h 25 p7, p8) \
26 (FUNCTION_CAST<regexp_matcher>(entry)(p0, p1, p2, p3, p4, p5, p6, p7, p8))
  /external/v8/src/x64/
simulator-x64.h 25 p7, p8) \
26 (FUNCTION_CAST<regexp_matcher>(entry)(p0, p1, p2, p3, p4, p5, p6, p7, p8))
  /external/v8/src/x87/
simulator-x87.h 25 p7, p8) \
26 (FUNCTION_CAST<regexp_matcher>(entry)(p0, p1, p2, p3, p4, p5, p6, p7, p8))
  /toolchain/binutils/binutils-2.27/gold/testsuite/
two_file_test_1_v1.cc 112 int* p7 = &v3; variable
117 return *p7 == 789;
  /external/llvm/unittests/ADT/
MakeUniqueTest.cpp 47 auto p7 = make_unique<std::tuple<int, int, int, int, int, int, int>>( local
49 EXPECT_TRUE((bool)p7);
50 EXPECT_EQ(std::make_tuple(0, 1, 2, 3, 4, 5, 6), *p7);
  /external/valgrind/memcheck/tests/
leak-cases.c 14 // p7 -?-> AAA ---> BBB (y)DR, (n)DL / P (y)IR, (n)IL / P
64 Node* p7; variable
84 p7 = mk(mk(NULL)); // Case 7: 16/1 possibly lost
85 p7++; // 16/1 possibly lost
  /external/libffi/src/ia64/
unix.S 180 cmp.lt p7, p0 = 16, in3
190 (p7) st8 [r17] = r10
207 cmp.lt p7, p0 = 8, in3
210 (p7) stfs [in1] = f10, 8
218 cmp.lt p7, p0 = 28, in3
221 (p7) stfs [r16] = f15
231 cmp.lt p7, p0 = 16, in3
234 (p7) stfd [in1] = f10, 16
242 cmp.lt p7, p0 = 56, in3
245 (p7) stfd [r16] = f1
    [all...]
  /external/python/cpython2/Modules/_ctypes/libffi/src/ia64/
unix.S 180 cmp.lt p7, p0 = 16, in3
190 (p7) st8 [r17] = r10
207 cmp.lt p7, p0 = 8, in3
210 (p7) stfs [in1] = f10, 8
218 cmp.lt p7, p0 = 28, in3
221 (p7) stfs [r16] = f15
231 cmp.lt p7, p0 = 16, in3
234 (p7) stfd [in1] = f10, 16
242 cmp.lt p7, p0 = 56, in3
245 (p7) stfd [r16] = f1
    [all...]
  /external/python/cpython3/Modules/_ctypes/libffi/src/ia64/
unix.S 180 cmp.lt p7, p0 = 16, in3
190 (p7) st8 [r17] = r10
207 cmp.lt p7, p0 = 8, in3
210 (p7) stfs [in1] = f10, 8
218 cmp.lt p7, p0 = 28, in3
221 (p7) stfs [r16] = f15
231 cmp.lt p7, p0 = 16, in3
234 (p7) stfd [in1] = f10, 16
242 cmp.lt p7, p0 = 56, in3
245 (p7) stfd [r16] = f1
    [all...]
  /external/webrtc/webrtc/base/
refcount.h 64 typename P6, typename P7>
65 RefCountedObject(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6, P7 p7)
66 : T(p1, p2, p3, p4, p5, p6, p7), ref_count_(0) {
70 typename P6, typename P7, typename P8>
71 RefCountedObject(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6, P7 p7, P8 p8)
72 : T(p1, p2, p3, p4, p5, p6, p7, p8), ref_count_(0) {
76 typename P6, typename P7, typename P8, typename P9>
78 P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6, P7 p7, P8 p8, P9 p9
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/ia64/
opc-i.s 215 (p7) hint @pause
216 (p7) hint.i 0
217 (p7) hint.i @pause
218 (p7) hint.i 0x1fffff
219 (p7) hint @pause
220 (p7) hint.i 0
221 (p7) hint.i @pause
222 (p7) hint.i 0x1fffff
243 (p7) tf.z p2, p3 = 39
244 (p7) tf.z.unc p2, p3 = 3
    [all...]
forward.s 21 pA = p7
  /external/clang/test/SemaCXX/
cxx11-ast-print.cpp 33 // CHECK: const char *p7 = 123_quux;
34 const char *p7 = 123_quux; variable

Completed in 629 milliseconds

1 2 3 4 5 6 7 8 91011