Searched defs:jump (Results 1 - 25 of 54) sorted by relevance

123

/external/llvm/test/MC/Hexagon/instructions/
H A Dj.s12 # Compare and jump
14 { p0 = cmp.eq(r17,#-1); if (p0.new) jump:nt 0 }
16 { p0 = cmp.gt(r17,#-1); if (p0.new) jump:nt 0 }
18 { p0 = tstbit(r17, #0); if (p0.new) jump:nt 0 }
20 { p0 = cmp.eq(r17,#-1); if (p0.new) jump:t 0 }
22 { p0 = cmp.gt(r17,#-1); if (p0.new) jump:t 0 }
24 { p0 = tstbit(r17, #0); if (p0.new) jump:t 0 }
26 { p0 = cmp.eq(r17,#-1); if (!p0.new) jump:nt 0 }
28 { p0 = cmp.gt(r17,#-1); if (!p0.new) jump:nt 0 }
30 { p0 = tstbit(r17, #0); if (!p0.new) jump
160 jump 0 label
[all...]
/external/libchrome/sandbox/linux/bpf_dsl/
H A Dcodegen.cc87 // stay within its true range even if we add a jump for |jf|.
117 // Otherwise, fall back to emitting a jump instruction.
118 Node jump = Append(BPF_JMP | BPF_JA, Offset(target), 0, 0); local
119 equivalent_.at(target) = jump;
120 return jump;
/external/pcre/dist2/src/sljit/
H A DsljitNativeX86_32.c41 static sljit_u8* generate_far_jump_code(struct sljit_jump *jump, sljit_u8 *code_ptr, sljit_s32 type) argument
45 jump->addr++;
49 jump->addr++;
54 jump->addr += 2;
57 if (jump->flags & JUMP_LABEL)
58 jump->flags |= PATCH_MW;
60 sljit_unaligned_store_sw(code_ptr, jump->u.target - (jump->addr + 4));
H A DsljitNativeX86_64.c42 static sljit_u8* generate_far_jump_code(struct sljit_jump *jump, sljit_u8 *code_ptr, sljit_s32 type) argument
53 jump->addr = (sljit_uw)code_ptr;
55 if (jump->flags & JUMP_LABEL)
56 jump->flags |= PATCH_MD;
58 sljit_unaligned_store_sw(code_ptr, jump->u.target);
/external/vboot_reference/futility/
H A Dkernel_blob.h44 uint16_t jump; /* 200 */ member in struct:linux_kernel_params
/external/javassist/src/main/javassist/bytecode/stackmap/
H A DBasicBlock.java23 * 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; field in class:BasicBlock.Mark
106 jump = null;
122 jump = bb;
181 private Mark makeMark(HashMap table, int pos, BasicBlock[] jump, argument
184 m.setJump(jump, size, always);
333 prev.exit = m.jump;
366 b.exit = m.jump;
/external/llvm/test/MC/Hexagon/
H A Drelocations.s5 { jump #undefined }
9 { if (p0) jump #undefined }
49 { if (r0 != #0) jump:nt #undefined }
53 { r0 = #0 ; jump #undefined }
57 { jump ##undefined }
65 { jump ##undefined }
69 { if (p0) jump ##undefined }
73 { r0 = #0 ; jump ##undefined }
85 jump undefined@plt label
/external/ltp/testcases/kernel/syscalls/mkdir/
H A Dmkdir09.c76 int parent_pid, sigchld, sigterm, jump; variable
223 jump++;
368 if (jump) {
378 if (jump) {
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_debug.cpp363 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/mesa3d/src/glsl/
H A Dloop_analysis.cpp513 ir_loop_jump *const jump = (ir_loop_jump *) inst; local
514 if (jump->mode != ir_loop_jump::jump_break)
H A Dlower_jumps.cpp89 * jump back to the top, or return from the function).
138 /* minimum jump strength (of lowered IR, not pre-lowering IR)
140 * If the block ends with a jump, must be the strength of the jump.
141 * Otherwise, the jump would be dead and have been deleted before)
143 * If the block doesn't end with a jump, it can be different than strength_none if all paths before it lead to some jump
211 ir_variable* return_flag; /* used to break out of all loops and then jump to the return instruction */
264 * Note that visiting a jump does not lower it. That is the
266 * contains the jump
977 ir_jump *jump = (ir_jump *) ir->body.get_tail(); local
[all...]
/external/replicaisland/src/com/replica/replicaisland/
H A DInputGameInterface.java293 public void setKeys(int left, int right, int jump, int attack) { argument
296 mJumpKeyCode = jump;
/external/syslinux/gpxe/src/arch/i386/include/
H A Dbzimage.h34 uint16_t jump; member in struct:bzimage_header
/external/syslinux/gpxe/src/arch/i386/prefix/
H A Dlkrnprefix.S114 jump: label
/external/syslinux/memdisk/
H A Dmemdisk.h59 uint16_t jump; member in struct:setup_header
H A Dmstructs.h36 uint8_t jump[3]; /* Max. three bytes for jump */ member in struct:safe_hook
/external/toybox/toys/pending/
H A Dtftpd.c290 int jump = 0, bflag = 0; local
292 for (; rbuflen; rbuflen -= jump, buf += jump) {
300 jump += strlen(buf) + 1;
/external/webrtc/webrtc/modules/audio_processing/aec/
H A Dsystem_delay_unittest.cc400 // ms we jump (add) 10 ms to give a repeated pattern.
414 int jump = 0; local
417 int device_buf_ms = kDeviceBufMs - (j / 10) + jump;
423 jump += 10;
/external/avb/examples/uefi/
H A Duefi_avb_boot.c48 UINT16 jump; member in struct:SetupHeader
/external/libnetfilter_conntrack/src/conntrack/
H A Dbsf.c157 struct jump { struct
171 struct jump jmp = {
190 struct jump jmp = {
307 /* A == subsys ? jump +1 : accept */
328 struct jump jmp;
331 s = stack_create(sizeof(struct jump), 3 + 32);
436 struct jump jmp;
443 s = stack_create(sizeof(struct jump), 3 + 255);
495 struct jump jmp;
515 s = stack_create(sizeof(struct jump),
[all...]
/external/dexmaker/dexmaker/src/main/java/com/android/dx/
H A DCode.java91 * There's no single operation to compare longs and jump, or to compare ints and
100 * that label. You can jump to a label that hasn't yet been marked (jumping
102 * unconditionally with {@link #jump jump(Label)} or conditionally based on a
112 * jump, return or throw.
117 * throwable class. All statements that follow will jump to that catch clause if
122 * {@link #throwValue throwValue()}. Control flow will jump to the nearest label
340 jump(label); // blocks must end with a branch, return or throw
347 * error to jump to a label not marked on this {@code Code}.
349 public void jump(Labe method in class:Code
[all...]
/external/icu/icu4c/source/common/
H A Duhash.c318 * "jump" value (moduloing by the length again to keep it within
329 * otherwise we are not guaranteed that the jump value (the secondary
338 int32_t jump = 0; /* lazy evaluate */ local
361 if (jump == 0) { /* lazy compute jump */
362 /* The jump value must be relatively prime to the table
366 jump = (hashcode % (hash->length - 1)) + 1;
368 theIndex = (theIndex + jump) % hash->length;
/external/syslinux/com32/include/syslinux/
H A Dlinux.h89 uint16_t jump; member in struct:linux_header
/external/clang/test/CXX/drs/
H A Ddr5xx.cpp681 void jump() { function in namespace:dr568
684 // expected-error@-2 {{cannot jump}}
/external/kernel-headers/original/uapi/asm-x86/asm/
H A Dbootparam.h57 __u16 jump; member in struct:setup_header
191 * which start at asm startup_xen() entry point and later jump to the C

Completed in 2298 milliseconds

123