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

1 2 3 4 5 6

  /external/llvm/tools/msbuild/
install.bat 12 IF %PLATFORM% == x64 GOTO PLATFORMLOOPEND
19 IF EXIST %D% GOTO FOUND_V100
21 IF EXIST %D% GOTO FOUND_V100
25 IF EXIST %D% GOTO FOUND_V110
27 IF EXIST %D% GOTO FOUND_V110
31 IF EXIST %D% GOTO FOUND_V120
33 IF EXIST %D% GOTO FOUND_V120
37 IF EXIST %D% GOTO FOUND_V140
39 IF EXIST %D% GOTO FOUND_V140
43 GOTO PLATFORMLOOPHEAD
    [all...]
  /external/apache-commons-bcel/src/test/java/org/apache/bcel/generic/
BranchHandleTestCase.java 28 final BranchHandle bh = BranchHandle.getBranchHandle(new GOTO(null));// have to start with a valid BI
36 final BranchHandle bh = BranchHandle.getBranchHandle(new GOTO(null));// have to start with a valid BI
38 bh.setInstruction(new GOTO(null));
44 final BranchHandle bh = BranchHandle.getBranchHandle(new GOTO(null));// have to start with a valid BI
  /external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
GOTO.java 24 * GOTO - Branch always (to relative offset, not absolute address)
28 public class GOTO extends GotoInstruction implements VariableLengthInstruction {
34 GOTO() {
38 public GOTO(final InstructionHandle target) {
39 super(org.apache.bcel.Const.GOTO, target);
51 if (_opcode == org.apache.bcel.Const.GOTO) {
  /art/compiler/optimizing/
dominator_test.cc 68 Instruction::GOTO | 0x100, // Block number 1
83 Instruction::GOTO | 0x100, // Block number 1
84 Instruction::GOTO | 0x100, // Block number 2
100 Instruction::GOTO | 0x200, // Block number 1
102 Instruction::GOTO | 0xFF00); // Block number 3
132 Instruction::GOTO | 0xFF00);
152 Instruction::GOTO | 0x100, // Dead block
153 Instruction::GOTO | 0xFE00); // Block number 2
170 Instruction::GOTO | 0x100,
189 Instruction::GOTO | 0x100, // Block number
    [all...]
pretty_printer_test.cc 49 " 1: Goto 1\n"
62 " 1: Goto 1\n"
64 " 2: Goto 2\n"
72 Instruction::GOTO | 0x100,
82 " 1: Goto 1\n"
84 " 2: Goto 2\n"
86 " 3: Goto 3\n"
93 Instruction::GOTO | 0x100,
94 Instruction::GOTO | 0x100,
104 " 1: Goto 1\n
    [all...]
ssa_test.cc 108 " 1: Goto\n"
113 " 4: Goto\n"
120 " 7: Goto\n";
125 Instruction::GOTO | 0x100,
138 " 2: Goto\n"
143 " 5: Goto\n"
151 " 9: Goto\n";
170 " 3: Goto\n"
175 " 6: Goto\n"
177 " 7: Goto\n
    [all...]
linearize_test.cc 72 Instruction::GOTO | 0xFE00,
98 Instruction::GOTO | 0xFE00);
123 Instruction::GOTO | 0x0100,
125 Instruction::GOTO | 0xFD00);
154 Instruction::GOTO | 0xFE00,
185 Instruction::GOTO | 0xFE00);
207 Instruction::GOTO | 0x0100,
211 Instruction::GOTO | 0xFA00);
235 Instruction::GOTO | 0x0100,
239 Instruction::GOTO | 0xFA00)
    [all...]
find_loops_test.cc 60 Instruction::GOTO | 0x100,
74 Instruction::GOTO | 0x200,
132 Instruction::GOTO | 0xFE00,
155 Instruction::GOTO | 0x400,
157 Instruction::GOTO | 0xFE00,
158 Instruction::GOTO | 0xFD00,
164 TestBlock(graph, 1, false, kInvalidBlockId); // goto block
179 Instruction::GOTO | 0x100,
181 Instruction::GOTO | 0xFE00,
187 TestBlock(graph, 1, false, kInvalidBlockId); // goto bloc
    [all...]
liveness_test.cc 137 Instruction::GOTO | 0x100,
184 Instruction::GOTO | 0x200,
276 Instruction::GOTO | 0xFD00,
321 Instruction::GOTO | 0xFD00,
371 Instruction::GOTO | 0x500,
374 Instruction::GOTO | 0xFD00,
375 Instruction::GOTO | 0xFC00,
428 Instruction::GOTO | 0x200,
431 Instruction::GOTO | 0xFE00,
480 Instruction::GOTO | 0xFA00
    [all...]
dead_code_elimination_test.cc 65 * if v1 >= 0 goto L1 2. if-gez v1, +3
84 " 2: Goto 1\n"
89 " 7: Goto 3\n"
97 " 0: Goto 3\n";
124 * goto L2 4. goto +4
126 * goto L3 7. goto +4
128 * goto L1 10. goto +(-5
    [all...]
graph_checker_test.cc 69 Instruction::GOTO | 0x100,
79 Instruction::GOTO | 0x100,
89 Instruction::GOTO | 0x100,
90 Instruction::GOTO | 0xFF00);
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/msbuild/
install.bat 22 IF NOT %ERRORLEVEL% == 0 GOTO FAILED
24 IF NOT %ERRORLEVEL% == 0 GOTO FAILED
29 IF NOT %ERRORLEVEL% == 0 GOTO FAILED
31 IF NOT %ERRORLEVEL% == 0 GOTO FAILED
33 IF NOT %ERRORLEVEL% == 0 GOTO FAILED
38 IF NOT %ERRORLEVEL% == 0 GOTO FAILED
40 IF NOT %ERRORLEVEL% == 0 GOTO FAILED
42 IF NOT %ERRORLEVEL% == 0 GOTO FAILED
46 IF NOT %ERRORLEVEL% == 0 GOTO FAILED
50 goto EN
    [all...]
  /external/webrtc/tools/valgrind-webrtc/
webrtc_tests.bat 22 if %1 == () GOTO:TOOLNAME_NOT_FOUND
23 if %1 == --tool GOTO:TOOLNAME_FOUND
25 goto :PARSE_ARGS_LOOP
36 if "%TOOL_NAME%" == "drmemory" GOTO :SETUP_DRMEMORY
37 if "%TOOL_NAME%" == "drmemory_light" GOTO :SETUP_DRMEMORY
38 if "%TOOL_NAME%" == "drmemory_full" GOTO :SETUP_DRMEMORY
39 if "%TOOL_NAME%" == "drmemory_pattern" GOTO :SETUP_DRMEMORY
44 if NOT "%DRMEMORY_COMMAND%"=="" GOTO :RUN_TESTS
48 if EXIST %DRMEMORY_SFX% GOTO DRMEMORY_BINARY_OK
58 goto :RUN_TESTS
    [all...]
  /external/libyuv/files/tools_libyuv/valgrind/
libyuv_tests.bat 22 if %1 == () GOTO:TOOLNAME_NOT_FOUND
23 if %1 == --tool GOTO:TOOLNAME_FOUND
25 goto :PARSE_ARGS_LOOP
35 if "%TOOL_NAME%" == "drmemory" GOTO :SETUP_DRMEMORY
36 if "%TOOL_NAME%" == "drmemory_light" GOTO :SETUP_DRMEMORY
37 if "%TOOL_NAME%" == "drmemory_full" GOTO :SETUP_DRMEMORY
38 if "%TOOL_NAME%" == "drmemory_pattern" GOTO :SETUP_DRMEMORY
39 if "%TOOL_NAME%" == "tsan" GOTO :SETUP_TSAN
44 if NOT "%DRMEMORY_COMMAND%"=="" GOTO :RUN_TESTS
48 if EXIST %DRMEMORY_SFX% GOTO DRMEMORY_BINARY_OK
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/
NVPTXInstrInfo.cpp 111 if (LastInst.getOpcode() == NVPTX::GOTO) {
131 // If the block ends with NVPTX::GOTO and NVPTX:CBranch, handle it.
133 LastInst.getOpcode() == NVPTX::GOTO) {
142 if (SecondLastInst.getOpcode() == NVPTX::GOTO &&
143 LastInst.getOpcode() == NVPTX::GOTO) {
162 if (I->getOpcode() != NVPTX::GOTO && I->getOpcode() != NVPTX::CBranch)
197 BuildMI(&MBB, DL, get(NVPTX::GOTO)).addMBB(TBB);
206 BuildMI(&MBB, DL, get(NVPTX::GOTO)).addMBB(FBB);
  /external/protobuf/
appveyor.bat 3 IF %language%==cpp GOTO build_cpp
4 IF %language%==csharp GOTO build_csharp
7 goto :error
14 msbuild protobuf.sln /p:Platform=%vcplatform% /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll" || goto error
16 tests.exe || goto error
17 goto :EOF
23 msbuild Google.Protobuf.sln /p:Platform="Any CPU" /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll" || goto error
24 nunit-console Google.Protobuf.Test\bin\%configuration%\Google.Protobuf.Test.dll || goto error
25 goto :EOF
  /external/proguard/bin/
proguard.bat 10 IF EXIST "%PROGUARD_HOME%" GOTO home
proguardgui.bat 10 IF EXIST "%PROGUARD_HOME%" GOTO home
retrace.bat 10 IF EXIST "%PROGUARD_HOME%" GOTO home
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/instr/
MethodInstrumenterTest.java 84 instrumenter.visitJumpInsnWithProbe(Opcodes.GOTO, label, 3, frame);
87 expectedVisitor.visitJumpInsn(Opcodes.GOTO, label);
184 expectedVisitor.visitJumpInsn(Opcodes.GOTO, label);
206 expectedVisitor.visitJumpInsn(Opcodes.GOTO, new Label());
210 expectedVisitor.visitJumpInsn(Opcodes.GOTO, new Label());
230 expectedVisitor.visitJumpInsn(Opcodes.GOTO, new Label());
234 expectedVisitor.visitJumpInsn(Opcodes.GOTO, new Label());
  /external/llvm/lib/Target/NVPTX/
NVPTXInstrInfo.cpp 164 if (LastInst.getOpcode() == NVPTX::GOTO) {
184 // If the block ends with NVPTX::GOTO and NVPTX:CBranch, handle it.
186 LastInst.getOpcode() == NVPTX::GOTO) {
195 if (SecondLastInst.getOpcode() == NVPTX::GOTO &&
196 LastInst.getOpcode() == NVPTX::GOTO) {
213 if (I->getOpcode() != NVPTX::GOTO && I->getOpcode() != NVPTX::CBranch)
245 BuildMI(&MBB, DL, get(NVPTX::GOTO)).addMBB(TBB);
254 BuildMI(&MBB, DL, get(NVPTX::GOTO)).addMBB(FBB);
  /dalvik/dexgen/src/com/android/dexgen/rop/code/
RegOps.java 52 /** {@code goto label} */
53 public static final int GOTO = 6;
56 * {@code T: int or Object; x,y: T :: if (x == y) goto
62 * {@code T: int or Object; x,y: T :: if (x != y) goto
67 /** {@code x,y: int :: if (x < y) goto label} */
70 /** {@code x,y: int :: if (x >= y) goto label} */
73 /** {@code x,y: int :: if (x <= y) goto label} */
76 /** {@code x,y: int :: if (x > y) goto label} */
79 /** {@code x: int :: goto table[x]} */
319 case GOTO: return "goto"
    [all...]
  /dalvik/dx/src/com/android/dx/rop/code/
RegOps.java 52 /** {@code goto label} */
53 public static final int GOTO = 6;
56 * {@code T: int or Object; x,y: T :: if (x == y) goto
62 * {@code T: int or Object; x,y: T :: if (x != y) goto
67 /** {@code x,y: int :: if (x < y) goto label} */
70 /** {@code x,y: int :: if (x >= y) goto label} */
73 /** {@code x,y: int :: if (x <= y) goto label} */
76 /** {@code x,y: int :: if (x > y) goto label} */
79 /** {@code x: int :: goto table[x]} */
335 case GOTO: return "goto"
    [all...]
  /external/icu/icu4c/source/allinone/
icucheck.bat 55 @IF %ERRORLEVEL% EQU 0 GOTO OK_%THT%
66 @IF %ERRORLEVEL% EQU 0 GOTO OK_%THT%
77 @IF %ERRORLEVEL% EQU 0 GOTO OK_%THT%
88 @IF %ERRORLEVEL% EQU 0 GOTO OK_%THT%
100 @REM @IF %ERRORLEVEL% EQU 0 GOTO OK_%THT%
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/analysis/filter/
FinallyFilterTest.java 112 m.visitJumpInsn(Opcodes.GOTO, finallyEnd);
155 m.visitJumpInsn(Opcodes.GOTO, finallyEnd);
163 m.visitJumpInsn(Opcodes.GOTO, after);
210 m.visitJumpInsn(Opcodes.GOTO, finallyEnd);
218 m.visitJumpInsn(Opcodes.GOTO, finallyEnd);
259 m.visitJumpInsn(Opcodes.GOTO, finallyEnd);
267 m.visitJumpInsn(Opcodes.GOTO, finallyEnd);
301 m.visitJumpInsn(Opcodes.GOTO, finallyEnd);
308 m.visitJumpInsn(Opcodes.GOTO, after);
362 m.visitJumpInsn(Opcodes.GOTO, finallyStart)
    [all...]

Completed in 1242 milliseconds

1 2 3 4 5 6