/external/llvm/lib/Target/ARM/ |
ARMJITInfo.h | 34 // corresponding inline jump table bases. 104 /// jump table ids to jump table bases map; remember if codegen relocation 129 /// getJumpTableBaseAddr - The ARM target inline all jump tables within 131 /// the jump table of the specified index. 137 /// addJumpTableBaseAddr - Map a jump table index to the address where 138 /// the corresponding inline jump table is emitted. When relocations are 140 /// jump table.
|
/external/llvm/lib/Target/Hexagon/ |
HexagonCFGOptimizer.cpp | 111 // BB1: if (p0) jump BB3 113 // BB2: jump BB4 118 // BB1: if (!p0) jump BB4 123 // BB1: if (p0) jump BB3 125 // BB2: jump BB4 130 // jump BB4 133 // BB1: if (!p0) jump BB4 169 // Ensure that BB2 has one instruction -- an unconditional jump.
|
/external/llvm/test/CodeGen/MBlaze/ |
jumptable.ll | 1 ; Ensure that jump tables can be handled by the mblaze backend. The 2 ; jump table should be lowered to a "br" instruction using one of the
|
/external/llvm/test/Transforms/JumpThreading/ |
no-irreducible-loops.ll | 1 ; RUN: opt < %s -jump-threading -loop-rotate -instcombine -indvars -loop-unroll -simplifycfg -S -verify-dom-info -verify-loop-info > %t 5 ; Jump threading should not prevent this loop from being unrolled.
|
/external/quake/quake/app/id1/ |
config.cfg | 7 //
// Generated by GLQuake. DO NOT MODIFY!
//
unbindconfig
bind "TAB" "+showscores"
bind "ENTER" "+jump"
bind "ESCAPE" "togglemenu"
bind "SPACE" "+jump"
bind "+" "sizeup"
bind "," "+moveleft"
bind "-" "sizedown"
bind "." "+moveright"
bind "/" "impuls (…)
|
/build/tools/droiddoc/templates-sdk/assets/design/ |
default.js | 44 // jump to last topic of previous section 47 // jump to previous topic in this section 51 // jump to this section's index page (if it exists) 70 // we're on an index page, jump to the first topic 73 // jump to the next topic in this section (if it exists) 76 // no more topics in this section, jump to the first topic in the next section
|
/ndk/sources/host-tools/nawk-20071023/ |
maketab.c | 95 { NEXT, "jump", "next" }, 96 { NEXTFILE, "jump", "nextfile" }, 97 { EXIT, "jump", "exit" }, 98 { BREAK, "jump", "break" }, 99 { CONTINUE, "jump", "continue" }, 100 { RETURN, "jump", "ret" },
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/ |
SuddenJumpingTouchEventHandler.java | 42 /** Whether we've started dropping move events because we found a big jump */ 69 * Once a sudden jump is detected, all subsequent move events are discarded 71 * When a sudden jump is detected, an UP event is simulated at the last position and when 102 // Is this a big jump? 144 // If there was a sudden jump, return without processing the actual motion event. 147 Log.w(TAG, "onTouchEvent: ignore sudden jump " + me);
|
/external/webkit/Source/JavaScriptCore/jit/ |
JITArithmetic32_64.cpp | 57 Jump srcNotInt = branch32(NotEqual, regT1, TrustedImm32(JSValue::Int32Tag)); 62 Jump end = jump(); 136 Jump end = jump(); 224 Jump end = jump(); 311 Jump end = jump(); 464 emitJumpSlowToHot(jump(), OPCODE_LENGTH(op_rshift)) [all...] |
JITInlineMethods.h | 259 ALWAYS_INLINE JIT::Jump JIT::checkStructure(RegisterID reg, Structure* structure) 270 ALWAYS_INLINE void JIT::addSlowCase(Jump jump) 274 m_slowCases.append(SlowCaseEntry(jump, m_bytecodeOffset)); 287 ALWAYS_INLINE void JIT::addJump(Jump jump, int relativeOffset) 291 m_jmpTable.append(JumpTable(jump, m_bytecodeOffset + relativeOffset)); 294 ALWAYS_INLINE void JIT::emitJumpSlowToHot(Jump jump, int relativeOffset) 298 jump.linkTo(m_labels[m_bytecodeOffset + relativeOffset], this) [all...] |
SpecializedThunkJIT.h | 68 void loadInt32Argument(int argument, RegisterID dst, Jump& failTarget) 76 Jump conversionFailed; 81 void appendFailure(const Jump& failure)
|
/external/javassist/src/main/javassist/bytecode/stackmap/ |
BasicBlock.java | 23 * A basic block is a sequence of bytecode that does not contain jump/branch 32 public boolean stop; // true if the block ends with an unconditional jump. 98 BasicBlock[] jump; 106 jump = null; 122 jump = bb; 181 private Mark makeMark(HashMap table, int pos, BasicBlock[] jump, 184 m.setJump(jump, size, always); 333 prev.exit = m.jump; 366 b.exit = m.jump;
|
/dalvik/vm/compiler/codegen/x86/ |
NcgAot.cpp | 40 /* jump from JIT'ed code to interpreter without chaining */ 51 /* jump from JIT'ed code to interpreter becaues of exception */ 62 /* jump to common_exceptionThrown from JIT'ed code */ 125 if(jumpToException(target) && currentExceptionBlockIdx >= 0) { //jump to the exceptionThrow block 134 if(jumpToException(target) && currentExceptionBlockIdx >= 0) { //jump to the exceptionThrow block
|
/dalvik/vm/compiler/codegen/arm/ |
ArchFactory.cpp | 26 * Perform a "reg cmp imm" operation and jump to the PCR region if condition 69 * Perform a "reg cmp reg" operation and jump to the PCR region if condition 103 * Jump to the out-of-line handler in ARM mode to finish executing the
|
/external/clang/test/SemaCXX/ |
exceptions.cpp | 42 try { // expected-note 4 {{jump bypasses initialization of try block}} 49 } catch(int) { // expected-note 4 {{jump bypasses initialization of catch block}} 56 } catch(...) { // expected-note 4 {{jump bypasses initialization of catch block}}
|
/external/grub/stage2/ |
nbloader.S | 52 * 1. Copy the first 32k to 0x8000 and jump to the relocated area. 70 /* Jump to the relocated address */ 115 /* Jump to the stage2 */
|
/external/valgrind/main/gdbserver_tests/ |
mcinfcallWSRU.stderrB.exp | 31 gdb commands changing registers (pc, sp, ...) (e.g. 'jump', 40 gdb commands changing registers (pc, sp, ...) (e.g. 'jump', 49 gdb commands changing registers (pc, sp, ...) (e.g. 'jump',
|
/frameworks/av/libvideoeditor/vss/inc/ |
M4VSS3GPP_InternalConfig.h | 35 jump backward 40 s maximum */ 99 /** Macro to make a jump on the MP3 track on several steps 100 To avoid to block the system with an long MP3 jump, this process
|
/dalvik/vm/mterp/armv5te/ |
OP_APUT_OBJECT.S | 43 GOTO_OPCODE(ip) @ jump to next instruction 48 GOTO_OPCODE(ip) @ jump to next instruction
|
/dalvik/vm/mterp/mips/ |
entry.S | 77 GOTO_OPCODE(t0) # jump to next instruction 82 GOTO_OPCODE(t0) # jump to next instruction
|
/dalvik/vm/mterp/x86/ |
OP_INVOKE_OBJECT_INIT_RANGE.S | 41 * this. For simplicity, we'll just jump directly to the 54 * We can't use GOTO_NEXT here since we want to jump directly to
|
/external/compiler-rt/lib/arm/ |
switch16.S | 20 // address to jump to. If R0 is greater than the size of the table, it jumps 41 bx ip // jump to computed label
|
switch32.S | 20 // address to jump to. If R0 is greater than the size of the table, it jumps 41 bx ip // jump to computed label
|
switch8.S | 20 // address to jump to. If R0 is greater than the size of the table, it jumps 39 bx ip // jump to computed label
|
switchu8.S | 20 // address to jump to. If R0 is greater than the size of the table, it jumps 39 bx ip // jump to computed label
|