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

1 2 3

  /external/chromium_org/third_party/mesa/src/src/glsl/
lower_jumps.cpp 27 * This pass lowers jumps (break, continue, and return) to if/else structures.
30 * 1. Pull jumps out of ifs where possible
70 * The ordering of strengths roughly reflects the way jumps are
71 * lowered: jumps with higher strength tend to be lowered to jumps of
145 * Note that identical jumps are usually unified though.
521 ir_jump* jumps[2]; local
523 /* Recursively lower nested jumps. This satisfies the
525 * unconditional jumps at the end of ir->then_instructions and
538 jumps[i] = 0
    [all...]
  /external/mesa3d/src/glsl/
lower_jumps.cpp 27 * This pass lowers jumps (break, continue, and return) to if/else structures.
30 * 1. Pull jumps out of ifs where possible
70 * The ordering of strengths roughly reflects the way jumps are
71 * lowered: jumps with higher strength tend to be lowered to jumps of
145 * Note that identical jumps are usually unified though.
521 ir_jump* jumps[2]; local
523 /* Recursively lower nested jumps. This satisfies the
525 * unconditional jumps at the end of ir->then_instructions and
538 jumps[i] = 0
    [all...]
  /build/core/clang/
arm64.mk 18 -fno-align-jumps \
arm.mk 24 -fno-align-jumps \
  /external/javassist/src/main/javassist/bytecode/
CodeIterator.java 1049 ArrayList jumps = makeJumpList(code, code.length); local
1157 ArrayList jumps = new ArrayList(); local
    [all...]
  /external/clang/test/Profile/
c-general.c 127 // PGOGEN-LABEL: @jumps()
128 // PGOUSE-LABEL: @jumps()
130 void jumps() { function
535 jumps();
  /external/clang/test/SemaCXX/
exceptions.cpp 35 void jumps() { function
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/test/delay_tool/
plot_neteq_delay.m 170 jumps=find(abs((diff(x)-1))>65000);
172 while ~isempty(jumps)
173 n=jumps(1);
182 jumps=find(abs((diff(x(n+1:end))-1))>65000);
  /external/oprofile/events/mips/vr5432/
events 8 event:0x4 counters:0,1 um:zero minimum:500 name:BRANCHES : Branch execution (no jumps or jump registers)
  /external/libhevc/common/arm/
ihevc_inter_pred_chroma_vert.s 116 ble end_loops @jumps to end
126 bgt outer_loop_wd_2 @jumps to loop handling wd ==2
170 b end_loops @jumps to end
212 b end_loops @jumps to end
275 ble epilog @jumps to epilog
339 bgt kernel_8 @jumps to kernel_8
ihevc_inter_pred_chroma_vert_w16out.s 117 ble end_loops @jumps to end
127 bgt outer_loop_wd_2 @jumps to loop handling wd ==2
170 b end_loops @jumps to end
211 b end_loops @jumps to end
271 ble epilog @jumps to epilog
328 bgt kernel_8 @jumps to kernel_8
ihevc_inter_pred_chroma_vert_w16inp.s 123 bgt core_loop_ht_2 @jumps to loop handles wd 2
126 beq core_loop_ht_4 @jumps to loop handles ht mul of 4
168 b end_loops @jumps to end
230 beq epilog @jumps to epilog
285 bgt kernel_4 @jumps to kernel_4
ihevc_inter_pred_chroma_vert_w16inp_w16out.s 123 bgt core_loop_ht_2 @jumps to loop handles wd 2
126 beq core_loop_ht_4 @jumps to loop handles ht mul of 4
166 b end_loops @jumps to end
227 beq epilog @jumps to epilog
278 bgt kernel_4 @jumps to kernel_4
ihevc_inter_pred_luma_copy_w16out.s 174 blt epilog_end @jumps to epilog_end
175 beq epilog @jumps to epilog
ihevc_inter_pred_chroma_copy_w16out.s 234 blt epilog_end @jumps to epilog_end
235 beq epilog @jumps to epilog
ihevc_inter_pred_filters_luma_vert_w16inp.s 215 blt epilog_end @jumps to epilog_end
216 beq epilog @jumps to epilog
301 bgt kernel_8 @jumps to kernel_8
ihevc_inter_pred_luma_vert_w16inp_w16out.s 228 blt epilog_end @jumps to epilog_end
229 beq epilog @jumps to epilog
318 bgt kernel_8 @jumps to kernel_8
ihevc_inter_pred_filters_luma_vert.s 235 blt epilog_end @jumps to epilog_end
236 beq epilog @jumps to epilog
343 bgt kernel_8 @jumps to kernel_8
682 beq epilog_16out @jumps to epilog
784 bgt kernel_8_16out @jumps to kernel_8
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/tests/
bin-farabs.asm 32 ; A couple of jumps to "normal" absolute addresses.
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/metadata/
function_sequence.js 69 * Finishes sequence processing and jumps to the last step.
  /external/javassist/src/main/javassist/bytecode/stackmap/
BasicBlock.java 292 BasicBlock[] jumps = makeArray(to.block);
293 makeMark(marks, pos, jumps, size, true);
303 BasicBlock[] jumps = makeArray(to.block, next.block);
304 makeMark(marks, pos, jumps, size, false);
  /ndk/sources/host-tools/sed-4.2.1/sed/
compile.c 114 /* Information about labels and jumps-to-labels. This is used to do variable in typeref:struct:sed_label
116 static struct sed_label *jumps = NULL;
1211 jumps = setup_label(jumps, vector->v_length, read_label(), NULL);
    [all...]
  /external/chromium_org/v8/test/mjsunit/
escape.js 70 example = example + " The quick brown fox jumps over the lazy dog."
  /external/llvm/test/MC/Mips/
mips-jump-instructions.s 7 # for jumps and branches.
  /external/libpcap/msdos/
pkt_rx0.asm 6 jumps

Completed in 882 milliseconds

1 2 3