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

1 2 3 4

  /toolchain/binutils/binutils-2.25/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.25/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/webp/src/dsp/
argb_mips_dsp_r2.c 22 const uint32_t* const loop_end = out + len - rest; local
26 "beq %[loop_end], %[out], 0f \n\t"
38 "bne %[loop_end], %[out], 2b \n\t"
53 [loop_end]"r"(loop_end), [rest]"r"(rest)
63 const uint32_t* const loop_end = out + len - rest; local
66 "beq %[loop_end], %[out], 0f \n\t"
77 "bne %[loop_end], %[out], 2b \n\t"
91 [loop_end]"r"(loop_end), [rest]"r"(rest
    [all...]
rescaler_mips32.c 152 int temp0, temp1, temp3, temp4, temp5, loop_end; local
163 "addu %[loop_end], %[frow], %[temp6] \n\t"
172 "bne %[frow], %[loop_end], 1b \n\t"
175 [dst]"+r"(dst), [loop_end]"=&r"(loop_end)
185 "addu %[loop_end], %[frow], %[temp6] \n\t"
200 "bne %[frow], %[loop_end], 1b \n\t"
203 [irow]"+r"(irow), [dst]"+r"(dst), [loop_end]"=&r"(loop_end)
216 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...]
  /external/libvpx/libvpx/vp8/decoder/
dboolhuff.c 48 int loop_end = 0; local
60 loop_end = x;
65 while(shift >= loop_end)
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
dboolhuff.c 46 int loop_end = 0; local
58 loop_end = x;
63 while(shift >= loop_end)
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
vp9_reader.c 41 int loop_end = 0; local
47 loop_end = x;
51 while (shift >= loop_end) {
  /external/libvpx/libvpx/vpx_dsp/
bitreader.c 73 int loop_end = 0; local
76 loop_end = bits_over;
80 while (shift >= loop_end) {
  /external/autotest/client/site_tests/hardware_PerfCounterVerification/src/
find_loop_instructions.py 135 loop_end = addr
136 disassembly = Disassemble(object_filename, loop_start, loop_end)
  /external/v8/src/compiler/
schedule.h 128 BasicBlock* loop_end() const { return loop_end_; } function in class:v8::internal::compiler::final
129 void set_loop_end(BasicBlock* loop_end);
instruction.cc 566 RpoNumber loop_header, RpoNumber loop_end,
574 loop_end_(loop_end),
603 return RpoNumber::FromInt(block->loop_end()->rpo_number());
898 os << " loop blocks: [" << block->rpo_number() << ", " << block->loop_end()
    [all...]
schedule.cc 76 void BasicBlock::set_loop_end(BasicBlock* loop_end) { loop_end_ = loop_end; }
instruction.h     [all...]
scheduler.cc 891 current == current_header->loop_end()) {
    [all...]
  /hardware/ti/omap3/dspbridge/libbridge/
DSPStrm.c 539 goto loop_end;
560 goto loop_end;
570 goto loop_end;
582 goto loop_end;
588 loop_end:
DSPNode.c 520 goto loop_end;
528 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/icu/icu4c/source/common/
uniset.cpp     [all...]
  /external/v8/test/unittests/compiler/
instruction-sequence-unittest.cc 427 Rpo loop_end = Rpo::Invalid(); local
432 loop_end = Rpo::FromInt(rpo.ToInt() + loop_data.expected_blocks_);
445 InstructionBlock(zone(), rpo, loop_header, loop_end, deferred, false);
  /external/curl/packages/vms/
compare_curl_source.com 189 $ if ref_spec .eqs. "" then goto loop_end
308 $loop_end:
  /external/v8/test/cctest/compiler/
test-instruction.cc 130 CHECK(!block->loop_end());

Completed in 496 milliseconds

1 2 3 4