HomeSort by relevance Sort by last modified time
    Searched full:jump (Results 101 - 125 of 1937) sorted by null

1 2 3 45 6 7 8 91011>>

  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
SeparatedFolderListAdapter.java 50 // otherwise jump into next section
85 // otherwise jump into next section
100 // otherwise jump into next section
  /external/pcre/dist/sljit/
sljitNativeARM_T2_32.c 224 static SLJIT_INLINE sljit_si detect_jump_type(struct sljit_jump *jump, sljit_uh *code_ptr, sljit_uh *code)
228 if (jump->flags & SLJIT_REWRITABLE_JUMP)
231 if (jump->flags & JUMP_ADDR) {
233 if (!(jump->u.target & 0x1))
235 diff = ((sljit_sw)jump->u.target - (sljit_sw)(code_ptr + 2)) >> 1;
238 SLJIT_ASSERT(jump->flags & JUMP_LABEL);
239 diff = ((sljit_sw)(code + jump->u.label->size) - (sljit_sw)(code_ptr + 2)) >> 1;
242 if (jump->flags & IS_COND) {
243 SLJIT_ASSERT(!(jump->flags & IS_BL));
245 jump->flags |= PATCH_TYPE1
352 struct sljit_jump *jump; local
1898 struct sljit_jump *jump; local
1931 struct sljit_jump *jump; local
    [all...]
sljitNativeARM_64.c 155 static SLJIT_INLINE sljit_si detect_jump_type(struct sljit_jump *jump, sljit_ins *code_ptr, sljit_ins *code)
160 if (jump->flags & SLJIT_REWRITABLE_JUMP) {
161 jump->flags |= PATCH_ABS64;
165 if (jump->flags & JUMP_ADDR)
166 target_addr = jump->u.target;
168 SLJIT_ASSERT(jump->flags & JUMP_LABEL);
169 target_addr = (sljit_uw)(code + jump->u.label->size);
173 if (jump->flags & IS_COND) {
176 code_ptr[-5] ^= (jump->flags & IS_CBZ) ? (0x1 << 24) : 0x1;
177 jump->addr -= sizeof(sljit_ins)
219 struct sljit_jump *jump; local
1850 struct sljit_jump *jump; local
1877 struct sljit_jump *jump; local
1910 struct sljit_jump *jump; local
    [all...]
sljitNativeTILEGX_64.c 903 static SLJIT_INLINE sljit_ins * detect_jump_type(struct sljit_jump *jump, sljit_ins *code_ptr, sljit_ins *code)
910 if (jump->flags & SLJIT_REWRITABLE_JUMP)
913 if (jump->flags & JUMP_ADDR)
914 target_addr = jump->u.target;
916 SLJIT_ASSERT(jump->flags & JUMP_LABEL);
917 target_addr = (sljit_uw)(code + jump->u.label->size);
920 inst = (sljit_ins *)jump->addr;
921 if (jump->flags & IS_COND)
926 jump->flags |= PATCH_B;
928 if (!(jump->flags & IS_COND))
1008 struct sljit_jump *jump; local
2358 struct sljit_jump *jump = NULL; local
2444 struct sljit_jump *jump; local
    [all...]
  /external/valgrind/memcheck/tests/amd64/
sh-mem-vec256-plo-no.stderr.exp 74 Conditional jump or move depends on uninitialised value(s)
90 Conditional jump or move depends on uninitialised value(s)
106 Conditional jump or move depends on uninitialised value(s)
122 Conditional jump or move depends on uninitialised value(s)
138 Conditional jump or move depends on uninitialised value(s)
154 Conditional jump or move depends on uninitialised value(s)
170 Conditional jump or move depends on uninitialised value(s)
186 Conditional jump or move depends on uninitialised value(s)
202 Conditional jump or move depends on uninitialised value(s)
218 Conditional jump or move depends on uninitialised value(s
    [all...]
  /external/llvm/test/CodeGen/Hexagon/
BranchPredict.ll 5 ; block as the fall-through block. The unconditional jump in the predecessor
12 ; CHECK: if{{ *}}(!p{{[0-3]}}.new) jump:nt
34 ; CHECK: if{{ *}}(p{{[0-3]}}.new) jump:nt
54 ; CHECK: if{{ *}}(!cmp.eq(r{{[0-9]*}}.new, #0)) jump:nt
union-1.ll 4 ; CHECK: jump bar
  /external/llvm/test/CodeGen/X86/
asm-label2.ll 4 ; we would print the jump, but not the label because it was considered
  /external/llvm/test/Transforms/JumpThreading/
2011-04-14-InfLoop.ll 1 ; RUN: opt -jump-threading < %s
compare.ll 2 ; RUN: opt < %s -jump-threading -S | not grep "phi i32"
pr15851_hang.ll 1 ; RUN: opt -S -jump-threading < %s | FileCheck %s
no-irreducible-loops.ll 1 ; RUN: opt < %s -jump-threading -loop-rotate -instcombine -indvars -loop-unroll -simplifycfg -S -verify-dom-info -verify-loop-info > %t
5 ; Jump threading should not prevent this loop from being unrolled.
  /external/llvm/utils/valgrind/
i386-pc-linux-gnu.supp 25 ADDRESS_IN_RANGE/Conditional jump or move depends on uninitialised value
  /external/valgrind/gdbserver_tests/
nlself_invalidate.vgtest 2 # invalidation due to breakpoint, when there is a jump from a tranlation
  /external/valgrind/
glibc-2.7.supp 17 # Param Value1 Value2 Value4 Value8 Value16 Jump
darwin11.supp 12 # Conditional jump or move depends on uninitialised value(s)
24 # Conditional jump or move depends on uninitialised value(s)
51 # Conditional jump or move depends on uninitialised value(s)
72 # Conditional jump or move depends on uninitialised value(s)
85 # Conditional jump or move depends on uninitialised value(s)
100 # Conditional jump or move depends on uninitialised value(s)
123 # Conditional jump or move depends on uninitialised value(s)
155 # Conditional jump or move depends on uninitialised value(s)
  /external/valgrind/memcheck/tests/
demangle.stderr.exp 2 Conditional jump or move depends on uninitialised value(s)
  /frameworks/base/core/tests/coretests/src/android/widget/focus/
FocusAfterRemovalTest.java 79 assertTrue("focus should jump to visible button",
96 assertTrue("focus should jump to visible button",
111 assertTrue("focus should jump to visible button",
127 assertTrue("focus should jump to visible button",
  /external/kernel-headers/original/uapi/linux/
filter.h 25 __u8 jt; /* Jump true */
26 __u8 jf; /* Jump false */
  /external/libunwind/include/tdep-sh/
jmpbuf.h 25 /* Use glibc's jump-buffer indices; NPTL peeks at SP: */
27 /* SH4 glibc jump buffer contents:
  /external/llvm/lib/Target/Hexagon/
HexagonCFGOptimizer.cpp 115 // BB1: if (p0) jump BB3
117 // BB2: jump BB4
122 // BB1: if (!p0) jump BB4
127 // BB1: if (p0) jump BB3
129 // BB2: jump BB4
134 // jump BB4
137 // BB1: if (!p0) jump BB4
173 // Ensure that BB2 has one instruction -- an unconditional jump.
  /external/llvm/test/MC/Disassembler/Hexagon/
jr.txt 12 # Hint an indirect jump address
16 # Jump to address from register
  /external/toybox/toys/other/
hexedit.c 35 static void jump(int x, int y) function
48 jump(0, 999);
82 jump(0, TT.height);
132 jump(0, 0);
147 jump(2+TT.numlen+3*xx, yy);
156 jump(TT.numlen+17*3+xx, yy);
244 jump(0, 0);
254 jump(0, TT.height-1);
  /build/tools/droiddoc/templates-ds/assets/design/
default.js 44 // jump to last topic of previous section
47 // jump to previous topic in this section
51 // jump to this section's index page (if it exists)
70 // we're on an index page, jump to the first topic
73 // jump to the next topic in this section (if it exists)
76 // no more topics in this section, jump to the first topic in the next section
  /build/tools/droiddoc/templates-ndk/assets/design/
default.js 44 // jump to last topic of previous section
47 // jump to previous topic in this section
51 // jump to this section's index page (if it exists)
70 // we're on an index page, jump to the first topic
73 // jump to the next topic in this section (if it exists)
76 // no more topics in this section, jump to the first topic in the next section

Completed in 2372 milliseconds

1 2 3 45 6 7 8 91011>>