HomeSort by relevance Sort by last modified time
    Searched full:jump (Results 151 - 175 of 1937) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/llvm/test/CodeGen/R600/
structurize.ll 20 ; CHECK: JUMP
33 ; CHECK: JUMP
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_debug.cpp 363 uint64_t jump; local
376 jump = pc + operand.getImm();
382 jump = (uint64_t)operand.getImm();
389 debug_printf("\t\t; %lu", (unsigned long)jump);
396 if (jump > max_pc &&
397 jump < extent) {
398 max_pc = jump;
408 * jump to a successive address.
  /external/pcre/dist/sljit/
sljitNativeX86_common.c 386 static sljit_ub* generate_far_jump_code(struct sljit_jump *jump, sljit_ub *code_ptr, sljit_si type);
392 static sljit_ub* generate_near_jump_code(struct sljit_jump *jump, sljit_ub *code_ptr, sljit_ub *code, sljit_si type)
397 if (jump->flags & JUMP_LABEL)
398 label_addr = (sljit_uw)(code + jump->u.label->size);
400 label_addr = jump->u.target;
401 short_jump = (sljit_sw)(label_addr - (jump->addr + 2)) >= -128 && (sljit_sw)(label_addr - (jump->addr + 2)) <= 127;
404 if ((sljit_sw)(label_addr - (jump->addr + 1)) > HALFWORD_MAX || (sljit_sw)(label_addr - (jump->addr + 1)) < HALFWORD_MIN)
405 return generate_far_jump_code(jump, code_ptr, type)
455 struct sljit_jump *jump; local
2544 struct sljit_jump *jump; local
2581 struct sljit_jump *jump; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/can/
netlink.h 31 __u32 sjw; /* Synchronisation jump width in TQs */
46 __u32 sjw_max; /* Synchronisation jump width */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
filter.h 26 __u8 jt; /* Jump true */
27 __u8 jf; /* Jump false */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/can/
netlink.h 29 __u32 sjw; /* Synchronisation jump width in TQs */
44 __u32 sjw_max; /* Synchronisation jump width */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
filter.h 25 __u8 jt; /* Jump true */
26 __u8 jf; /* Jump false */
  /external/mesa3d/src/gallium/drivers/radeon/
R600InstrInfo.cpp 195 if (static_cast<MachineInstr *>(I)->getOpcode() != AMDGPU::JUMP) {
205 static_cast<MachineInstr *>(--I)->getOpcode() != AMDGPU::JUMP) {
206 if (LastOpc == AMDGPU::JUMP) {
230 if (SecondLastOpc == AMDGPU::JUMP &&
232 LastOpc == AMDGPU::JUMP &&
271 BuildMI(&MBB, DL, get(AMDGPU::JUMP)).addMBB(TBB).addReg(0);
279 BuildMI(&MBB, DL, get(AMDGPU::JUMP))
289 BuildMI(&MBB, DL, get(AMDGPU::JUMP))
292 BuildMI(&MBB, DL, get(AMDGPU::JUMP)).addMBB(FBB).addReg(0);
313 case AMDGPU::JUMP
    [all...]
  /art/cmdline/
unit.h 24 // Avoid 'Conditional jump or move depends on uninitialised value(s)' errors
  /art/runtime/arch/x86/
jni_entrypoints_x86.S 31 jz .Lno_native_code_found // if null, jump to return to handle
  /art/test/501-null-constant-dce/smali/
DCE.smali 22 # Jump over the code that requires the null constant
  /art/tools/dexfuzz/src/dexfuzz/program/
MSwitchInsn.java 23 * A subclass of the MInsnWithData, that also has multiple jump targets.
  /development/samples/ApiDemos/res/layout/
focus_2.xml 27 android:nextFocusRight="@+id/rightButton"/> <!-- jump over middle! -->
  /external/clang/test/Sema/
ms-inline-asm.c 124 goto foo; // expected-error {{cannot jump from this goto statement to label 'foo' inside an inline assembly block}}
130 goto foo; // expected-error {{cannot jump from this goto statement to label 'foo' inside an inline assembly block}}
134 goto foo; // expected-error {{cannot jump from this goto statement to label 'foo' inside an inline assembly block}}
142 goto foo; // expected-error {{cannot jump from this goto statement to label 'foo' inside an inline assembly block}}
  /external/jmonkeyengine/engine/src/test/jme3test/bullet/
TestPhysicsCharacter.java 84 inputManager.addMapping("Jump",
92 inputManager.addListener(this, "Jump", "Shoot");
194 } else if (binding.equals("Jump")) {
195 physicsCharacter.jump();
  /external/libunwind/include/tdep-aarch64/
jmpbuf.h 26 /* Use glibc's jump-buffer indices; NPTL peeks at SP: */
  /external/libunwind/include/tdep-arm/
jmpbuf.h 25 /* Use glibc's jump-buffer indices; NPTL peeks at SP: */
  /external/libunwind/include/tdep-hppa/
jmpbuf.h 26 /* Use glibc's jump-buffer indices; NPTL peeks at SP: */
  /external/libunwind/include/tdep-ia64/
jmpbuf.h 26 /* Use glibc's jump-buffer indices; NPTL peeks at SP and BSP: */
  /external/libunwind/include/tdep-mips/
jmpbuf.h 25 /* Use glibc's jump-buffer indices; NPTL peeks at SP: */
  /external/libunwind/include/tdep-x86/
jmpbuf.h 26 /* Use glibc's jump-buffer indices; NPTL peeks at SP: */
  /external/libunwind/include/tdep-x86_64/
jmpbuf.h 28 /* Use glibc's jump-buffer indices; NPTL peeks at SP: */
  /external/libunwind/include/x86/
jmpbuf.h 26 /* Use glibc's jump-buffer indices; NPTL peeks at SP: */
  /external/llvm/lib/CodeGen/
PHIEliminationUtils.h 19 /// might jump out of the basic block.
  /external/llvm/test/CodeGen/ARM/
jumptable-label.ll 3 ; test that we print the label of a bb that is only used in a jump table.

Completed in 665 milliseconds

1 2 3 4 5 67 8 91011>>