/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Disassembler/Hexagon/ |
D | j.txt | 12 # Compare and jump 14 # CHECK: p0 = cmp.eq(r17,#-1); if (p0.new) jump:nt 16 # CHECK: p0 = cmp.gt(r17,#-1); if (p0.new) jump:nt 18 # CHECK: p0 = tstbit(r17,#0); if (p0.new) jump:nt 20 # CHECK: p0 = cmp.eq(r17,#-1); if (p0.new) jump:t 22 # CHECK: p0 = cmp.gt(r17,#-1); if (p0.new) jump:t 24 # CHECK: p0 = tstbit(r17,#0); if (p0.new) jump:t 26 # CHECK: p0 = cmp.eq(r17,#-1); if (!p0.new) jump:nt 28 # CHECK: p0 = cmp.gt(r17,#-1); if (!p0.new) jump:nt 30 # CHECK: p0 = tstbit(r17,#0); if (!p0.new) jump:nt [all …]
|
D | nv_j.txt | 7 # CHECK-NEXT: if (cmp.eq(r17.new,r21)) jump:nt 10 # CHECK-NEXT: if (cmp.eq(r17.new,r21)) jump:t 13 # CHECK-NEXT: if (!cmp.eq(r17.new,r21)) jump:nt 16 # CHECK-NEXT: if (!cmp.eq(r17.new,r21)) jump:t 19 # CHECK-NEXT: if (cmp.gt(r17.new,r21)) jump:nt 22 # CHECK-NEXT: if (cmp.gt(r17.new,r21)) jump:t 25 # CHECK-NEXT: if (!cmp.gt(r17.new,r21)) jump:nt 28 # CHECK-NEXT: if (!cmp.gt(r17.new,r21)) jump:t 31 # CHECK-NEXT: if (cmp.gtu(r17.new,r21)) jump:nt 34 # CHECK-NEXT: if (cmp.gtu(r17.new,r21)) jump:t [all …]
|
/external/llvm/test/MC/Disassembler/Hexagon/ |
D | j.txt | 12 # Compare and jump 14 # CHECK: p0 = cmp.eq(r17,#-1); if (p0.new) jump:nt 16 # CHECK: p0 = cmp.gt(r17,#-1); if (p0.new) jump:nt 18 # CHECK: p0 = tstbit(r17, #0); if (p0.new) jump:nt 20 # CHECK: p0 = cmp.eq(r17,#-1); if (p0.new) jump:t 22 # CHECK: p0 = cmp.gt(r17,#-1); if (p0.new) jump:t 24 # CHECK: p0 = tstbit(r17, #0); if (p0.new) jump:t 26 # CHECK: p0 = cmp.eq(r17,#-1); if (!p0.new) jump:nt 28 # CHECK: p0 = cmp.gt(r17,#-1); if (!p0.new) jump:nt 30 # CHECK: p0 = tstbit(r17, #0); if (!p0.new) jump:nt [all …]
|
D | nv_j.txt | 7 # CHECK-NEXT: if (cmp.eq(r17.new, r21)) jump:nt 10 # CHECK-NEXT: if (cmp.eq(r17.new, r21)) jump:t 13 # CHECK-NEXT: if (!cmp.eq(r17.new, r21)) jump:nt 16 # CHECK-NEXT: if (!cmp.eq(r17.new, r21)) jump:t 19 # CHECK-NEXT: if (cmp.gt(r17.new, r21)) jump:nt 22 # CHECK-NEXT: if (cmp.gt(r17.new, r21)) jump:t 25 # CHECK-NEXT: if (!cmp.gt(r17.new, r21)) jump:nt 28 # CHECK-NEXT: if (!cmp.gt(r17.new, r21)) jump:t 31 # CHECK-NEXT: if (cmp.gtu(r17.new, r21)) jump:nt 34 # CHECK-NEXT: if (cmp.gtu(r17.new, r21)) jump:t [all …]
|
/external/clang/test/SemaObjC/ |
D | scope-check.m | 6 goto L; // expected-error{{cannot jump}} 7 goto L2; // expected-error{{cannot jump}} 8 goto L3; // expected-error{{cannot jump}} 9 @try { // expected-note {{jump bypasses initialization of @try block}} 11 } @catch (A *x) { // expected-note {{jump bypasses initialization of @catch block}} 15 } @finally {// expected-note {{jump bypasses initialization of @finally block}} 20 goto L4; // expected-error{{cannot jump}} 21 goto L5; // expected-error{{cannot jump}} 22 } @catch (C *c) { // expected-note {{jump bypasses initialization of @catch block}} 24 goto L6; // expected-error{{cannot jump}} [all …]
|
D | arc-jump-block.m | 22 …dispatch_async((&_dispatch_main_q), ^{ [self pageLeft]; }); // expected-note 3 {{jump enters lifet… 24 case 2: // expected-error {{cannot jump}} 25 …dispatch_async((&_dispatch_main_q), ^{ [self pageRight]; }); // expected-note 2 {{jump enters life… 27 case 3: // expected-error {{cannot jump}} 32 case 4: // expected-error {{cannot jump}} 87 int test2(id obj, int state) { // expected-note {{jump enters lifetime of block}} FIXME: weird loca… 93 default: // expected-error {{cannot jump}}
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/ |
D | max-jump-table.ll | 1 ; RUN: llc %s -O2 -print-machineinstrs -mtriple=aarch64-linux-gnu -jump-table-density=40 … 2 ; RUN: llc %s -O2 -print-machineinstrs -mtriple=aarch64-linux-gnu -jump-table-density=40 -max-jump-… 3 ; RUN: llc %s -O2 -print-machineinstrs -mtriple=aarch64-linux-gnu -jump-table-density=40 -max-jump-… 4 ; RUN: llc %s -O2 -print-machineinstrs -mtriple=aarch64-linux-gnu -jump-table-density=40 -mcpu=exyn… 5 ; RUN: llc %s -O2 -print-machineinstrs -mtriple=aarch64-linux-gnu -jump-table-density=40 -mcpu=exyn… 32 ; CHECK0-NEXT: %jump-table.0: 33 ; CHECK0-NOT: %jump-table.1: 34 ; CHECK4-NEXT: %jump-table.0: 35 ; CHECK4-SAME: %jump-table.1: 36 ; CHECK4-SAME: %jump-table.2: [all …]
|
D | min-jump-table.ll | 1 ; RUN: llc %s -O2 -print-machineinstrs -mtriple=aarch64-linux-gnu -jump-table-density=40 -min-jump-… 2 ; RUN: llc %s -O2 -print-machineinstrs -mtriple=aarch64-linux-gnu -jump-table-density=40 -min-jump-… 3 ; RUN: llc %s -O2 -print-machineinstrs -mtriple=aarch64-linux-gnu -jump-table-density=40 -min-jump-… 15 ; CHECK0-NEXT: %jump-table.0: 16 ; CHECK0-NOT: %jump-table.1: 36 ; CHECK0-NEXT: %jump-table.0: 37 ; CHECK0-NOT: %jump-table.1: 39 ; CHECK4-NEXT: %jump-table.0: 40 ; CHECK4-NOT: %jump-table.1: 65 ; CHECK-NEXT: %jump-table.0: [all …]
|
/external/python/cpython3/Lib/test/ |
D | test__opcode.py | 38 self.assertEqual(stack_effect(JUMP_IF_TRUE_OR_POP, 0, jump=True), 0) 39 self.assertEqual(stack_effect(JUMP_IF_TRUE_OR_POP, 0, jump=False), -1) 42 self.assertEqual(stack_effect(FOR_ITER, 0, jump=True), -1) 43 self.assertEqual(stack_effect(FOR_ITER, 0, jump=False), 1) 46 self.assertEqual(stack_effect(JUMP_FORWARD, 0, jump=True), 0) 47 self.assertEqual(stack_effect(JUMP_FORWARD, 0, jump=False), 0) 54 jump = stack_effect(code, jump=True) 55 nojump = stack_effect(code, jump=False) 58 jump = stack_effect(code, 0, jump=True) 59 nojump = stack_effect(code, 0, jump=False) [all …]
|
/external/pcre/dist2/src/sljit/ |
D | sljitNativeMIPS_common.c | 313 static SLJIT_INLINE sljit_ins* detect_jump_type(struct sljit_jump *jump, sljit_ins *code_ptr, sljit… in detect_jump_type() argument 321 if (jump->flags & (SLJIT_REWRITABLE_JUMP | IS_CALL)) in detect_jump_type() 324 if (jump->flags & SLJIT_REWRITABLE_JUMP) in detect_jump_type() 328 if (jump->flags & JUMP_ADDR) in detect_jump_type() 329 target_addr = jump->u.target; in detect_jump_type() 331 SLJIT_ASSERT(jump->flags & JUMP_LABEL); in detect_jump_type() 332 target_addr = (sljit_uw)(code + jump->u.label->size) + (sljit_uw)executable_offset; in detect_jump_type() 335 inst = (sljit_ins *)jump->addr; in detect_jump_type() 336 if (jump->flags & IS_COND) in detect_jump_type() 340 if (jump->flags & IS_CALL) in detect_jump_type() [all …]
|
D | sljitNativeSPARC_common.c | 218 static SLJIT_INLINE sljit_ins* detect_jump_type(struct sljit_jump *jump, sljit_ins *code_ptr, sljit… in detect_jump_type() argument 225 if (jump->flags & SLJIT_REWRITABLE_JUMP) in detect_jump_type() 228 if (jump->flags & JUMP_ADDR) in detect_jump_type() 229 target_addr = jump->u.target; in detect_jump_type() 231 SLJIT_ASSERT(jump->flags & JUMP_LABEL); in detect_jump_type() 232 target_addr = (sljit_uw)(code + jump->u.label->size) + (sljit_uw)executable_offset; in detect_jump_type() 234 inst = (sljit_ins*)jump->addr; in detect_jump_type() 237 if (jump->flags & IS_CALL) { in detect_jump_type() 239 jump->flags |= PATCH_CALL; in detect_jump_type() 240 if (jump->flags & IS_MOVABLE) { in detect_jump_type() [all …]
|
D | sljitNativeARM_T2_32.c | 240 static SLJIT_INLINE sljit_s32 detect_jump_type(struct sljit_jump *jump, sljit_u16 *code_ptr, sljit_… in detect_jump_type() argument 244 if (jump->flags & SLJIT_REWRITABLE_JUMP) in detect_jump_type() 247 if (jump->flags & JUMP_ADDR) { in detect_jump_type() 249 if (!(jump->u.target & 0x1)) in detect_jump_type() 251 diff = ((sljit_sw)jump->u.target - (sljit_sw)(code_ptr + 2) - executable_offset) >> 1; in detect_jump_type() 254 SLJIT_ASSERT(jump->flags & JUMP_LABEL); in detect_jump_type() 255 diff = ((sljit_sw)(code + jump->u.label->size) - (sljit_sw)(code_ptr + 2)) >> 1; in detect_jump_type() 258 if (jump->flags & IS_COND) { in detect_jump_type() 259 SLJIT_ASSERT(!(jump->flags & IS_BL)); in detect_jump_type() 261 jump->flags |= PATCH_TYPE1; in detect_jump_type() [all …]
|
D | sljitNativeARM_32.c | 404 static SLJIT_INLINE sljit_s32 detect_jump_type(struct sljit_jump *jump, sljit_uw *code_ptr, sljit_u… in detect_jump_type() argument 408 if (jump->flags & SLJIT_REWRITABLE_JUMP) in detect_jump_type() 412 if (jump->flags & IS_BL) in detect_jump_type() 415 if (jump->flags & JUMP_ADDR) in detect_jump_type() 416 diff = ((sljit_sw)jump->u.target - (sljit_sw)(code_ptr + 2) - executable_offset); in detect_jump_type() 418 SLJIT_ASSERT(jump->flags & JUMP_LABEL); in detect_jump_type() 419 diff = ((sljit_sw)(code + jump->u.label->size) - (sljit_sw)(code_ptr + 2)); in detect_jump_type() 426 if (jump->flags & IS_BL) { in detect_jump_type() 429 jump->flags |= PATCH_B; in detect_jump_type() 436 jump->flags |= PATCH_B; in detect_jump_type() [all …]
|
D | sljitNativeARM_64.c | 164 static SLJIT_INLINE sljit_s32 detect_jump_type(struct sljit_jump *jump, sljit_ins *code_ptr, sljit_… in detect_jump_type() argument 169 if (jump->flags & SLJIT_REWRITABLE_JUMP) { in detect_jump_type() 170 jump->flags |= PATCH_ABS64; in detect_jump_type() 174 if (jump->flags & JUMP_ADDR) in detect_jump_type() 175 target_addr = jump->u.target; in detect_jump_type() 177 SLJIT_ASSERT(jump->flags & JUMP_LABEL); in detect_jump_type() 178 target_addr = (sljit_uw)(code + jump->u.label->size) + (sljit_uw)executable_offset; in detect_jump_type() 183 if (jump->flags & IS_COND) { in detect_jump_type() 186 code_ptr[-5] ^= (jump->flags & IS_CBZ) ? (0x1 << 24) : 0x1; in detect_jump_type() 187 jump->addr -= sizeof(sljit_ins); in detect_jump_type() [all …]
|
/external/bcc/tests/python/ |
D | test_call1.c | 4 BPF_PROG_ARRAY(jump, 64); 23 case 0x0800: jump.call(skb, S_IP); in parse_ether() 24 case 0x0806: jump.call(skb, S_ARP); in parse_ether() 26 jump.call(skb, S_EOP); in parse_ether() 38 jump.call(skb, S_EOP); in parse_arp() 50 jump.call(skb, S_EOP); in parse_ip()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Hexagon/ |
D | 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 }
|
D | 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
|
D | 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
|
/external/llvm/test/MC/Hexagon/ |
D | 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 }
|
D | 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
|
D | 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
|
/external/one-true-awk/ |
D | proctab.c | 140 jump, /* BREAK */ 142 jump, /* CONTINUE */ 145 jump, /* EXIT */ 154 jump, /* NEXT */ 155 jump, /* NEXTFILE */ 187 jump, /* RETURN */
|
/external/autotest/client/site_tests/firmware_TouchMTB/tests/logs/link/20131115_234449-fw_1.0.AA-manual/ |
D | touch_firmware_report-link-fw_1.0.AA-manual-20131115_234449 | 568 accu jump (1 x): 0 px 569 accu jump (1 y): 0 px 570 Max accu jump: 0 px 625 accu jump (1 x): 14 px 626 accu jump (1 y): 0 px 627 Max accu jump: 14 px 682 accu jump (1 x): 0 px 683 accu jump (1 y): 0 px 684 Max accu jump: 0 px 739 accu jump (1 x): 0 px [all …]
|
/external/llvm/test/Transforms/Inline/ |
D | attributes.ll | 263 ; Check that no-jump-tables flag propagates from inlined callee to caller 265 define i32 @no-use-jump-tables_callee0(i32 %i) { 267 ; CHECK: @no-use-jump-tables_callee0(i32 %i) { 271 define i32 @no-use-jump-tables_callee1(i32 %i) "no-jump-tables"="true" { 273 ; CHECK: @no-use-jump-tables_callee1(i32 %i) [[NOUSEJUMPTABLES:#[0-9]+]] { 277 define i32 @test_no-use-jump-tables0(i32 %i) { 278 %1 = call i32 @no-use-jump-tables_callee0(i32 %i) 280 ; CHECK: @test_no-use-jump-tables0(i32 %i) { 284 define i32 @test_no-use-jump-tables1(i32 %i) { 285 %1 = call i32 @no-use-jump-tables_callee1(i32 %i) [all …]
|
/external/u-boot/post/lib_powerpc/ |
D | b.c | 30 extern void cpu_post_exec_31 (ulong *code, ulong *ctr, ulong *lr, ulong *jump, 39 ulong jump; in cpu_post_test_bc() local 56 cpu_post_exec_31 (code, &ctr, &lr, &jump, cr); in cpu_post_test_bc() 59 ret = pjump == jump ? 0 : -1; in cpu_post_test_bc() 157 int jump = jumpc && jumpd; in cpu_post_test_b() local 160 (cc << 3) + (cd << 1), 0, jump, decr, link, in cpu_post_test_b()
|