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

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/tic54x/
loop.s 4 * .endloop
16 .endloop
asg.s 24 .endloop
37 .endloop
macro.s 25 .endloop
  /external/llvm/test/MC/Hexagon/
endloop.s 19 # CHECK: rror: packet marked with `:endloop{{.}}' cannot contain instructions that modify register
  /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
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseMemoryLibOptDxe/AArch64/
CompareMem.S 47 #define endloop x7 define
72 csinv endloop, diff, xzr, ne // Last Dword or differences.
73 cbz endloop, .Lloop_aligned
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_compiler_util.h 109 struct rc_instruction * rc_match_endloop(struct rc_instruction * endloop);
radeon_variable.c 166 * ENDLOOP
184 * ENDLOOP
193 * ENDLOOP
205 struct rc_instruction * endloop = local
207 if (endloop->IP > chan_end) {
208 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 549 struct rc_instruction * endloop = local
551 if (endloop->IP > s->LoopEnd) {
552 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/icu/icu4c/source/common/
ucnvscsu.cpp 326 goto endloop;
381 goto endloop;
434 goto endloop;
458 goto endloop;
469 goto endloop;
535 goto endloop;
555 endloop:
658 goto endloop;
705 goto endloop;
741 goto endloop;
    [all...]
ucnvbocu.cpp     [all...]
ucnv_u7.cpp     [all...]
ustring.cpp 497 goto endloop;
525 goto endloop;
531 endloop:
    [all...]
ucnv2022.cpp     [all...]
  /external/libhevc/common/arm64/
ihevc_intra_pred_chroma_horz.s 193 b endloop
274 b endloop
322 b endloop
358 endloop: label
  /bionic/libc/arch-arm64/generic/bionic/
strncmp.S 60 #define endloop x15 define
91 csinv endloop, diff, xzr, pl /* Last Dword or differences. */
93 ccmp endloop, #0, #0, eq
  /external/libhevc/common/arm/
ihevc_intra_pred_chroma_horz.s 195 b endloop
273 b endloop
318 b endloop
351 endloop: label
  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
llex.c 283 goto endloop;
298 } endloop:
  /external/syslinux/com32/lua/src/
llex.c 287 goto endloop;
302 } endloop:
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
codegen.ml 165 * br endcond, loop, endloop
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter7/
codegen.ml 165 * br endcond, loop, endloop
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_tgsi_soa.c 449 LLVMBasicBlockRef endloop; local
505 endloop = lp_build_insert_new_block(mask->bld->gallivm, "endloop");
508 icond, ctx->loop_block, endloop);
510 LLVMPositionBuilderAtEnd(builder, endloop);
    [all...]

Completed in 1350 milliseconds