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

1 2

  /external/llvm/test/MC/AMDGPU/
labels-branch.s 8 s_branch loop_end
9 // VI: s_branch loop_end ; encoding: [A,A,0x82,0xbf]
10 // VI-NEXT: ; fixup A - offset: 0, value: loop_end, kind: fixup_si_sopp_br
11 loop_end: label
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/metag/
labelarithmetic.s 3 ADD A0.0, A0.0, #(loop_end-lbl2)
8 loop_end: MOV D1Ar1, D1Ar5 label
labelarithmetic.d 21 00000018 <loop_end>:
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/bfin/
loop_label.s 7 loop_end 1; label
loop_label2.s 7 loop_end .Lfoo; label
flow2.s 151 loop_end DoItSome ; /* place after the last instruction in the loop */ label
  /external/libvpx/libvpx/vp8/decoder/
dboolhuff.c 42 int loop_end = 0; local
53 loop_end = x;
57 while (shift >= loop_end) {
  /external/webp/src/dsp/
rescaler_mips32.c 154 int temp0, temp1, temp3, temp4, temp5, loop_end; local
165 "addu %[loop_end], %[frow], %[temp6] \n\t"
174 "bne %[frow], %[loop_end], 1b \n\t"
177 [dst]"+r"(dst), [loop_end]"=&r"(loop_end)
187 "addu %[loop_end], %[frow], %[temp6] \n\t"
202 "bne %[frow], %[loop_end], 1b \n\t"
205 [irow]"+r"(irow), [dst]"+r"(dst), [loop_end]"=&r"(loop_end)
218 int temp0, temp1, temp3, temp4, temp5, loop_end; local
    [all...]
rescaler_mips_dsp_r2.c 34 int temp0, temp1, temp2, temp3, temp4, temp5, loop_end; local
47 "addu %[loop_end], %[frow], %[temp6] \n\t"
96 "bne %[frow], %[loop_end], 1b \n\t"
99 [irow]"+r"(irow), [dst]"+r"(dst), [loop_end]"=&r"(loop_end),
119 "addu %[loop_end], %[irow], %[temp6] \n\t"
147 "bne %[irow], %[loop_end], 1b \n\t"
150 [dst]"+r"(dst), [loop_end]"=&r"(loop_end), [temp2]"=&r"(temp2)
171 int temp0, temp1, temp2, temp3, temp4, temp5, loop_end; local
    [all...]
alpha_processing_mips_dsp_r2.c 134 const uint32_t* const loop_end = out + len - rest; local
137 "beq %[loop_end], %[out], 0f \n\t"
148 "bne %[loop_end], %[out], 2b \n\t"
162 [loop_end]"r"(loop_end), [rest]"r"(rest)
  /external/libvpx/libvpx/vpx_dsp/
bitreader.c 70 int loop_end = 0; local
73 loop_end = bits_over;
77 while (shift >= loop_end) {
  /external/v4l2_codec2/vda/
vp8_bool_decoder.cc 109 int loop_end = 0; local
113 loop_end = x;
117 while (shift >= loop_end) {
  /external/v8/src/compiler/
bytecode-analysis.h 97 void PushLoop(int loop_header, int loop_end);
bytecode-analysis.cc 258 int loop_end = current_offset + iterator.current_bytecode_size(); local
259 PushLoop(iterator.GetJumpTargetOffset(), loop_end);
389 void BytecodeAnalysis::PushLoop(int loop_header, int loop_end) {
390 DCHECK(loop_header < loop_end);
392 DCHECK(end_to_header_.find(loop_end) == end_to_header_.end());
397 end_to_header_.insert({loop_end, loop_header});
schedule.h 131 BasicBlock* loop_end() const { return loop_end_; } function in class:v8::internal::compiler::final
132 void set_loop_end(BasicBlock* loop_end);
schedule.cc 76 void BasicBlock::set_loop_end(BasicBlock* loop_end) { loop_end_ = loop_end; }
instruction.cc 621 RpoNumber loop_header, RpoNumber loop_end,
629 loop_end_(loop_end),
656 return RpoNumber::FromInt(block->loop_end()->rpo_number());
692 os << " loop blocks: [" << block->rpo_number() << ", " << block->loop_end()
    [all...]
scheduler.cc 891 current == current_header->loop_end()) {
    [all...]
instruction.h 1376 RpoNumber loop_end() const { function in class:v8::internal::compiler::final
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/sb/
sb_bc_finalize.cpp 128 cf_node *loop_end = sh.create_cf(CF_OP_LOOP_END); local
135 last_cf = loop_end;
138 loop_start->jump_after(loop_end);
139 loop_end->jump_after(loop_start);
145 loop_break->jump(loop_end);
156 loop_cont->jump(loop_end);
163 r->push_back(loop_end);
  /external/libdrm/tests/
drmstat.c 357 struct timeval loop_start, loop_end; local
391 gettimeofday(&loop_end, NULL);
393 usec(&loop_end, &loop_start) / counter, fast);
  /external/mesa3d/src/compiler/nir/
nir_opt_loop_unroll.c 358 nir_cf_list loop_end; local
359 nir_cf_extract(&loop_end, nir_after_cf_node(&unlimit_term->nif->cf_node),
361 move_cf_list_into_loop_term(&loop_end, unlimit_term);
  /external/icu/icu4c/source/common/
uniset.cpp     [all...]
  /external/curl/packages/vms/
compare_curl_source.com 189 $ if ref_spec .eqs. "" then goto loop_end
308 $loop_end:
  /external/deqp/external/openglcts/modules/gles31/
es31cArrayOfArraysTests.cpp 8396 std::string loop_end; local
8666 std::string loop_end; local
    [all...]

Completed in 507 milliseconds

1 2