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

1 2 3 4 5 6 7 8

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/v850/
jumps.s 3 .global jumps
4 jumps: label
5 jarl jumps,r5
7 jr jumps
  /prebuilts/go/darwin-x86/test/
goto.go 42 goto L // ERROR "goto L jumps over declaration of x at LINE+1|goto jumps over declaration"
60 goto L // ERROR "goto L jumps over declaration of x at LINE+5|goto jumps over declaration"
80 goto L // ERROR "goto L jumps over declaration of y at LINE+3|goto jumps over declaration"
90 goto L // ERROR "goto L jumps over declaration of y at LINE+3|goto jumps over declaration"
117 goto L // ERROR "goto L jumps into block starting at LINE+1|goto jumps into block
    [all...]
  /prebuilts/go/linux-x86/test/
goto.go 42 goto L // ERROR "goto L jumps over declaration of x at LINE+1|goto jumps over declaration"
60 goto L // ERROR "goto L jumps over declaration of x at LINE+5|goto jumps over declaration"
80 goto L // ERROR "goto L jumps over declaration of y at LINE+3|goto jumps over declaration"
90 goto L // ERROR "goto L jumps over declaration of y at LINE+3|goto jumps over declaration"
117 goto L // ERROR "goto L jumps into block starting at LINE+1|goto jumps into block
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
mips16e.s 6 # explicit compact jumps
12 # these jumps should all be converted to compact versions
22 # make sure unconditional jumps don't swap with compact jumps
jal-range.s 1 # Source file used to test misaligned targets of absolute jumps
beq.s 16 # Test that branches which overflow are converted to jumps.
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-nios2/
relax_section.s 1 # relaxing conditional and unconditional jumps -- pc-relative
relax_ujmp.s 1 # relaxing unconditional jumps
relax_cjmp.s 1 # relaxing conditional jumps -- absolute
relax_ujmp.d 7 # Test relaxation of unconditional jumps
relax_cjmp.d 7 # Test relaxation of conditional jumps
  /external/mesa3d/src/compiler/glsl/
lower_jumps.cpp 27 * This pass lowers jumps (break, continue, and return) to if/else structures.
30 * 1. Pull jumps out of ifs where possible
70 * The ordering of strengths roughly reflects the way jumps are
71 * lowered: jumps with higher strength tend to be lowered to jumps of
147 * Note that identical jumps are usually unified though.
528 ir_jump* jumps[2]; local
530 /* Recursively lower nested jumps. This satisfies the
532 * unconditional jumps at the end of ir->then_instructions and
545 jumps[i] = 0
    [all...]
  /external/ImageMagick/PerlMagick/t/ttf/
read.t 30 testReadCompare(q!label:The quick brown fox jumps over the lazy dog.!,
44 q!text=>'The quick brown fox jumps over the lazy dog.',
  /external/syslinux/gpxe/src/arch/x86_64/
Makefile 8 CFLAGS += -falign-jumps=1 -falign-loops=1 -falign-functions=1
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug344.go 17 goto start // ERROR "jumps into block"
  /prebuilts/go/linux-x86/test/fixedbugs/
bug344.go 17 goto start // ERROR "jumps into block"
  /external/javassist/src/main/javassist/bytecode/
CodeIterator.java 1049 ArrayList jumps = makeJumpList(code, code.length); local
1157 ArrayList jumps = new ArrayList(); local
    [all...]
  /external/clang/test/Profile/
c-general.c 131 // PGOGEN-LABEL: @jumps()
132 // PGOUSE-LABEL: @jumps()
134 void jumps() { function
553 jumps();
  /external/syslinux/mk/
elf.mk 42 GCCOPT += $(call gcc_ok,-falign-jumps=0,-malign-jumps=0)
embedded.mk 51 GCCOPT += $(call gcc_ok,-falign-jumps=0,-malign-jumps=0)
  /prebuilts/go/darwin-x86/src/html/template/
html_test.go 77 htmlNospaceEscaper("The <i>quick</i>,\r\n<span style='color:brown'>brown</span> fox jumps\u2028over the <canine class=\"lazy\">dog</canine>")
89 stripTags("The <i>quick</i>,\r\n<span style='color:brown'>brown</span> fox jumps\u2028over the <canine class=\"lazy\">dog</canine>")
95 stripTags("The quick, brown fox jumps over the lazy dog.")
  /prebuilts/go/linux-x86/src/html/template/
html_test.go 77 htmlNospaceEscaper("The <i>quick</i>,\r\n<span style='color:brown'>brown</span> fox jumps\u2028over the <canine class=\"lazy\">dog</canine>")
89 stripTags("The <i>quick</i>,\r\n<span style='color:brown'>brown</span> fox jumps\u2028over the <canine class=\"lazy\">dog</canine>")
95 stripTags("The quick, brown fox jumps over the lazy dog.")
  /external/syslinux/gpxe/src/arch/i386/
Makefile 22 CFLAGS += -malign-jumps=1 -malign-loops=1 -malign-functions=1
24 CFLAGS += -falign-jumps=1 -falign-loops=1 -falign-functions=1
  /prebuilts/go/darwin-x86/src/go/types/
labels.go 19 // If there are any forward jumps left, no label was found for
27 msg = "goto %s jumps into block"
87 // blockBranches processes a block's statement list and returns the set of outgoing forward jumps.
98 // All forward jumps jumping over a variable declaration are possibly
118 // Unresolved forward jumps inside the nested block
119 // become forward jumps in the current block.
143 // resolve matching forward jumps and remove them from fwdJumps
153 "goto %s jumps over variable declaration at line %d",
211 // label may be declared later - add branch to forward jumps
  /prebuilts/go/linux-x86/src/go/types/
labels.go 19 // If there are any forward jumps left, no label was found for
27 msg = "goto %s jumps into block"
87 // blockBranches processes a block's statement list and returns the set of outgoing forward jumps.
98 // All forward jumps jumping over a variable declaration are possibly
118 // Unresolved forward jumps inside the nested block
119 // become forward jumps in the current block.
143 // resolve matching forward jumps and remove them from fwdJumps
153 "goto %s jumps over variable declaration at line %d",
211 // label may be declared later - add branch to forward jumps

Completed in 1394 milliseconds

1 2 3 4 5 6 7 8