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

1 2 3 4 5 6 7 8 91011

  /external/llvm/test/MC/Hexagon/
jumpdoublepound.s 3 # Verify that jump encodes correctly
7 # CHECK: if (p0) jump
8 if (p0) jump ##mylabel
10 # CHECK: if (cmp.gtu(r5.new, r4)) jump:t
12 if (cmp.gtu(r5.new, r4)) jump:t ##mylabel }
fixups.s 6 # CHECK: if (!cmp.eq(r1.new, #1)) jump:t 0xc
9 if (!cmp.eq(r1.new, #1)) jump:t .L1
18 # CHECK: if (!cmp.eq(r1.new, #1)) jump:t 0x81c
21 if (!cmp.eq(r1.new, #1)) jump:t .L2
endloop.s 9 if (p0) jump 1b
16 if (p0) jump 2b
labels.s 18 # CHECK: if (!p0) jump
19 1:r0=r1; p0=tstbit(r0, #10); if !p0 jump 1b;
relocations.s 5 { 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/swiftshader/third_party/llvm-7.0/llvm/test/MC/Hexagon/
jumpdoublepound.s 3 # Verify that jump encodes correctly
7 # CHECK: if (p0) jump
8 if (p0) jump ##mylabel
10 # CHECK: if (cmp.gtu(r5.new,r4)) jump:t
12 if (cmp.gtu(r5.new, r4)) jump:t ##mylabel }
v62_jumps.s 6 if (!p0.new) jump:nt ltmp
7 r0=r1 ; jump ltmp
10 # CHECK: 5c204800 { if (!p0.new) jump:nt
12 # CHECK: 58004000 jump
fixups.s 6 # CHECK: if (!cmp.eq(r1.new,#1)) jump:t 0xc
9 if (!cmp.eq(r1.new, #1)) jump:t .L1
18 # CHECK: if (!cmp.eq(r1.new,#1)) jump:t 0x81c
21 if (!cmp.eq(r1.new, #1)) jump:t .L2
dealloc-return-jump.s 3 # dealloc_return cannot be involved in a double jump packet
6 p0=cmp.eq(r0,r0); if (p0.new) jump:nt 0
labels.s 18 # CHECK: if (!p0) jump
19 1:r0=r1; p0=tstbit(r0, #10); if !p0 jump 1b;
not-over.s 9 if (cmp.eq(r3.new,#0)) jump:nt .
18 if (cmp.eq(r3.new,#0)) jump:nt .
28 IF (!P0.NEW) JUMP:NT .
37 if (cmp.eq(r3.new,#0)) jump:nt .
relocations.s 5 { jump #undefined }
9 { if (p0) jump #undefined }
57 { if (r0 != #0) jump:nt #undefined }
61 { r0 = #0 ; jump #undefined }
65 { jump ##undefined }
73 { jump ##undefined }
77 { if (p0) jump ##undefined }
89 jump undefined@plt label
  /external/bcc/tests/python/
test_call1.c 4 BPF_PROG_ARRAY(jump, 64);
23 case 0x0800: jump.call(skb, S_IP);
24 case 0x0806: jump.call(skb, S_ARP);
26 jump.call(skb, S_EOP);
38 jump.call(skb, S_EOP);
50 jump.call(skb, S_EOP);
test_call1.py 33 self.jump = b.get_table("jump", c_int, c_int)
34 self.jump[c_int(S_ARP)] = c_int(arp_fn.fd)
35 self.jump[c_int(S_IP)] = c_int(ip_fn.fd)
36 self.jump[c_int(S_EOP)] = c_int(eop_fn.fd)
  /external/one-true-awk/
proctab.c 138 jump, /* BREAK */
140 jump, /* CONTINUE */
143 jump, /* EXIT */
152 jump, /* NEXT */
153 jump, /* NEXTFILE */
185 jump, /* RETURN */
  /external/u-boot/post/lib_powerpc/
b.c 29 extern void cpu_post_exec_31 (ulong *code, ulong *ctr, ulong *lr, ulong *jump,
38 ulong jump; local
55 cpu_post_exec_31 (code, &ctr, &lr, &jump, cr);
58 ret = pjump == jump ? 0 : -1;
156 int jump = jumpc && jumpd; local
159 (cc << 3) + (cd << 1), 0, jump, decr, link,
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Hexagon/PacketRules/
endloop_branches.s 3 { jump unknown
7 { jump unknown
  /external/python/cpython2/Demo/turtle/
tdemo_clock.py 16 def jump(distanz, winkel=0): function
36 jump(-laenge*0.15)
47 jump(radius)
50 jump(-radius-25)
53 jump(-radius)
  /external/python/cpython3/Lib/turtledemo/
clock.py 16 def jump(distanz, winkel=0): function
36 jump(-laenge*0.15)
47 jump(radius)
50 jump(-radius-25)
53 jump(-radius)
  /external/pcre/dist2/src/sljit/
sljitNativeMIPS_common.c 240 static SLJIT_INLINE sljit_ins* detect_jump_type(struct sljit_jump *jump, sljit_ins *code_ptr, sljit_ins *code, sljit_sw executable_offset)
248 if (jump->flags & (SLJIT_REWRITABLE_JUMP | IS_CALL))
251 if (jump->flags & SLJIT_REWRITABLE_JUMP)
255 if (jump->flags & JUMP_ADDR)
256 target_addr = jump->u.target;
258 SLJIT_ASSERT(jump->flags & JUMP_LABEL);
259 target_addr = (sljit_uw)(code + jump->u.label->size) + (sljit_uw)executable_offset;
262 inst = (sljit_ins *)jump->addr;
263 if (jump->flags & IS_COND)
267 if (jump->flags & IS_CALL
391 struct sljit_jump *jump; local
1623 struct sljit_jump *jump; local
1722 struct sljit_jump *jump; local
1850 struct sljit_jump *jump = NULL; local
    [all...]
sljitNativeSPARC_common.c 218 static SLJIT_INLINE sljit_ins* detect_jump_type(struct sljit_jump *jump, sljit_ins *code_ptr, sljit_ins *code, sljit_sw executable_offset)
225 if (jump->flags & SLJIT_REWRITABLE_JUMP)
228 if (jump->flags & JUMP_ADDR)
229 target_addr = jump->u.target;
231 SLJIT_ASSERT(jump->flags & JUMP_LABEL);
232 target_addr = (sljit_uw)(code + jump->u.label->size) + (sljit_uw)executable_offset;
234 inst = (sljit_ins*)jump->addr;
237 if (jump->flags & IS_CALL) {
239 jump->flags |= PATCH_CALL;
240 if (jump->flags & IS_MOVABLE)
305 struct sljit_jump *jump; local
1287 struct sljit_jump *jump; local
1350 struct sljit_jump *jump = NULL; local
    [all...]
sljitNativeARM_64.c 164 static SLJIT_INLINE sljit_s32 detect_jump_type(struct sljit_jump *jump, sljit_ins *code_ptr, sljit_ins *code, sljit_sw executable_offset)
169 if (jump->flags & SLJIT_REWRITABLE_JUMP) {
170 jump->flags |= PATCH_ABS64;
174 if (jump->flags & JUMP_ADDR)
175 target_addr = jump->u.target;
177 SLJIT_ASSERT(jump->flags & JUMP_LABEL);
178 target_addr = (sljit_uw)(code + jump->u.label->size) + (sljit_uw)executable_offset;
183 if (jump->flags & IS_COND) {
186 code_ptr[-5] ^= (jump->flags & IS_CBZ) ? (0x1 << 24) : 0x1;
187 jump->addr -= sizeof(sljit_ins)
231 struct sljit_jump *jump; local
1623 struct sljit_jump *jump; local
1664 struct sljit_jump *jump; local
1698 struct sljit_jump *jump; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_sys_settrace.py 142 # part of the if contains a jump past the else branch.
456 # 'Jump' tests: assigning to frame.f_lineno within a trace function
457 # moves the execution position - it's how debuggers implement a Jump
462 with the source and destination lines of the jump being defined by
463 the 'jump' property of the function under test."""
467 self.jumpFrom = function.jump[0]
468 self.jumpTo = function.jump[1]
484 # The first set of 'jump' tests are for things that are allowed:
491 jump_simple_forwards.jump = (1, 3)
498 jump_simple_backwards.jump = (2, 1)
772 jump = (2, 0) variable in class:.test_jump_to_firstlineno.fake_function
    [all...]
  /art/runtime/interpreter/mterp/mips64/
other.S 17 GOTO_OPCODE v0 # jump to next instruction
34 GOTO_OPCODE v0 # jump to next instruction
43 GOTO_OPCODE v0 # jump to next instruction
53 GOTO_OPCODE v0 # jump to next instruction
66 GOTO_OPCODE v0 # jump to next instruction
92 GOTO_OPCODE v0 # jump to next instruction
107 GOTO_OPCODE v0 # jump to next instruction
116 GOTO_OPCODE v0 # jump to next instruction
127 GOTO_OPCODE v0 # jump to next instruction
137 GOTO_OPCODE v0 # jump to next instructio
    [all...]
  /art/runtime/interpreter/mterp/arm/
other.S 18 GOTO_OPCODE ip @ jump to next instruction
35 GOTO_OPCODE ip @ jump to next instruction
44 GOTO_OPCODE ip @ jump to next instruction
66 GOTO_OPCODE ip @ jump to next instruction
92 GOTO_OPCODE ip @ jump to next instruction
108 GOTO_OPCODE ip @ jump to next instruction
120 GOTO_OPCODE ip @ jump to next instruction
134 GOTO_OPCODE ip @ jump to next instruction
147 GOTO_OPCODE ip @ jump to next instruction
166 GOTO_OPCODE ip @ jump to next instructio
    [all...]

Completed in 1953 milliseconds

1 2 3 4 5 6 7 8 91011