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

1 2

  /art/runtime/arch/arm64/
memcmp16_arm64.S 40 #define endloop x7 define
67 csinv endloop, diff, xzr, ne /* Last Dword or differences. */
68 cbz endloop, .Lloop_aligned
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/shaders/compiled/
passthrough3d11gs.h 45 endloop
  /bionic/libc/arch-arm64/generic/bionic/
memcmp.S 48 #define endloop x7 define
72 csinv endloop, diff, xzr, ne /* Last Dword or differences. */
73 cbz endloop, .Lloop_aligned
strncmp.S 60 #define endloop x15 define
91 csinv endloop, diff, xzr, pl /* Last Dword or differences. */
93 ccmp endloop, #0, #0, eq
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
radeon_compiler_util.h 82 struct rc_instruction * rc_match_endloop(struct rc_instruction * endloop);
radeon_variable.c 165 * ENDLOOP
183 * ENDLOOP
192 * ENDLOOP
204 struct rc_instruction * endloop = local
206 if (endloop->IP > chan_end) {
207 chan_end = endloop->IP;
radeon_compiler_util.c 635 * @return The BGNLOOP instruction that starts the loop ended by endloop.
637 struct rc_instruction * rc_match_endloop(struct rc_instruction * endloop)
641 for (inst = endloop->Prev; inst != endloop; inst = inst->Prev) {
657 * @return The ENDLOOP instruction that ends the loop started by bgnloop.
radeon_pair_regalloc.c 604 struct rc_instruction * endloop = local
606 if (endloop->IP > s->LoopEnd) {
607 s->LoopEnd = endloop->IP;
radeon_dataflow.c 689 struct rc_instruction * endloop = NULL; local
723 /* Here we have reached an ENDLOOP without
732 endloop = tmp;
735 rc_error(d->C, "Failed to match endloop.\n");
783 /* This can happen when we jump from an ENDLOOP to BGNLOOP */
785 tmp = endloop;
786 endloop = NULL;
848 * 4 ENDLOOP
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_compiler_util.h 82 struct rc_instruction * rc_match_endloop(struct rc_instruction * endloop);
radeon_variable.c 165 * ENDLOOP
183 * ENDLOOP
192 * ENDLOOP
204 struct rc_instruction * endloop = local
206 if (endloop->IP > chan_end) {
207 chan_end = endloop->IP;
radeon_compiler_util.c 635 * @return The BGNLOOP instruction that starts the loop ended by endloop.
637 struct rc_instruction * rc_match_endloop(struct rc_instruction * endloop)
641 for (inst = endloop->Prev; inst != endloop; inst = inst->Prev) {
657 * @return The ENDLOOP instruction that ends the loop started by bgnloop.
radeon_pair_regalloc.c 604 struct rc_instruction * endloop = local
606 if (endloop->IP > s->LoopEnd) {
607 s->LoopEnd = endloop->IP;
radeon_dataflow.c 689 struct rc_instruction * endloop = NULL; local
723 /* Here we have reached an ENDLOOP without
732 endloop = tmp;
735 rc_error(d->C, "Failed to match endloop.\n");
783 /* This can happen when we jump from an ENDLOOP to BGNLOOP */
785 tmp = endloop;
786 endloop = NULL;
848 * 4 ENDLOOP
  /external/chromium_org/third_party/icu/source/common/
ucnvscsu.c 324 goto endloop;
379 goto endloop;
432 goto endloop;
456 goto endloop;
467 goto endloop;
533 goto endloop;
553 endloop:
656 goto endloop;
703 goto endloop;
739 goto endloop;
    [all...]
ucnvbocu.cpp     [all...]
ucnv_u7.c     [all...]
ustring.cpp 494 goto endloop;
522 goto endloop;
528 endloop:
    [all...]
  /external/icu/icu4c/source/common/
ucnvscsu.c 324 goto endloop;
379 goto endloop;
432 goto endloop;
456 goto endloop;
467 goto endloop;
533 goto endloop;
553 endloop:
656 goto endloop;
703 goto endloop;
739 goto endloop;
    [all...]
ucnvbocu.cpp     [all...]
ucnv_u7.c     [all...]
ustring.cpp 494 goto endloop;
522 goto endloop;
528 endloop:
    [all...]
  /external/libhevc/common/arm64/
ihevc_intra_pred_chroma_horz.s 193 b endloop
274 b endloop
322 b endloop
358 endloop: label
  /external/libhevc/common/arm/
ihevc_intra_pred_chroma_horz.s 191 b endloop
268 b endloop
312 b endloop
344 endloop: label
  /external/chromium_org/third_party/skia/third_party/lua/src/
llex.c 280 goto endloop;
295 } endloop:

Completed in 2348 milliseconds

1 2