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

  /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/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
  /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
  /external/libvpx/libvpx/vp8/decoder/
dboolhuff.c 42 int loop_end = 0; local
53 loop_end = x;
57 while (shift >= loop_end) {
  /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/webp/src/dsp/
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)
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...]
  /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/v8/src/compiler/
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);
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/deqp/external/openglcts/modules/gles31/
es31cArrayOfArraysTests.cpp 8396 std::string loop_end; local
8666 std::string loop_end; local
    [all...]
  /external/v8/src/mips/
code-stubs-mips.cc 823 Label while_true, no_carry, loop_end; local
834 __ Branch(&loop_end, eq, scratch, Operand(zero_reg));
839 __ bind(&loop_end);
    [all...]
  /external/v8/src/mips64/
code-stubs-mips64.cc 820 Label while_true, no_carry, loop_end; local
831 __ Branch(&loop_end, eq, scratch, Operand(zero_reg));
836 __ bind(&loop_end);
    [all...]
  /external/v8/src/ppc/
code-stubs-ppc.cc 788 Label while_true, no_carry, loop_end; local
795 __ beq(&loop_end, cr0);
798 __ bind(&loop_end);
    [all...]
  /external/v8/src/s390/
code-stubs-s390.cc 758 Label while_true, no_carry, loop_end; local
767 __ beq(&loop_end, Label::kNear);
770 __ bind(&loop_end);
    [all...]
  /bionic/libc/kernel/uapi/linux/
soundcard.h 167 int loop_start, loop_end; member in struct:patch_info
  /external/kernel-headers/original/uapi/linux/
soundcard.h 247 int loop_start, loop_end; /* Byte offsets from the beginning */ member in struct:patch_info
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
soundcard.h 243 int loop_start, loop_end; /* Byte offsets from the beginning */ member in struct:patch_info
    [all...]

Completed in 1388 milliseconds