/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/pcre/dist2/src/sljit/ |
D | sljitNativeMIPS_common.c | 240 static SLJIT_INLINE sljit_ins* detect_jump_type(struct sljit_jump *jump, sljit_ins *code_ptr, sljit… in detect_jump_type() argument 248 if (jump->flags & (SLJIT_REWRITABLE_JUMP | IS_CALL)) in detect_jump_type() 251 if (jump->flags & SLJIT_REWRITABLE_JUMP) in detect_jump_type() 255 if (jump->flags & JUMP_ADDR) in detect_jump_type() 256 target_addr = jump->u.target; in detect_jump_type() 258 SLJIT_ASSERT(jump->flags & JUMP_LABEL); in detect_jump_type() 259 target_addr = (sljit_uw)(code + jump->u.label->size) + (sljit_uw)executable_offset; in detect_jump_type() 262 inst = (sljit_ins *)jump->addr; in detect_jump_type() 263 if (jump->flags & IS_COND) in detect_jump_type() 267 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 …]
|
D | sljitNativePPC_common.c | 256 static SLJIT_INLINE sljit_s32 detect_jump_type(struct sljit_jump *jump, sljit_ins *code_ptr, sljit_… in detect_jump_type() argument 263 if (jump->flags & (SLJIT_REWRITABLE_JUMP | IS_CALL)) in detect_jump_type() 266 if (jump->flags & SLJIT_REWRITABLE_JUMP) in detect_jump_type() 270 if (jump->flags & JUMP_ADDR) in detect_jump_type() 271 target_addr = jump->u.target; in detect_jump_type() 273 SLJIT_ASSERT(jump->flags & JUMP_LABEL); in detect_jump_type() 274 target_addr = (sljit_uw)(code + jump->u.label->size) + (sljit_uw)executable_offset; in detect_jump_type() 278 if (jump->flags & IS_CALL) in detect_jump_type() 285 if (jump->flags & IS_COND) { in detect_jump_type() 287 jump->flags |= PATCH_B; in detect_jump_type() [all …]
|
D | sljitNativeTILEGX_64.c | 903 static SLJIT_INLINE sljit_ins * detect_jump_type(struct sljit_jump *jump, sljit_ins *code_ptr, slji… in detect_jump_type() argument 909 if (jump->flags & SLJIT_REWRITABLE_JUMP) in detect_jump_type() 912 if (jump->flags & JUMP_ADDR) in detect_jump_type() 913 target_addr = jump->u.target; in detect_jump_type() 915 SLJIT_ASSERT(jump->flags & JUMP_LABEL); in detect_jump_type() 916 target_addr = (sljit_uw)(code + jump->u.label->size); in detect_jump_type() 919 inst = (sljit_ins *)jump->addr; in detect_jump_type() 920 if (jump->flags & IS_COND) in detect_jump_type() 925 jump->flags |= PATCH_B; in detect_jump_type() 927 if (!(jump->flags & IS_COND)) { in detect_jump_type() [all …]
|
D | sljitNativeX86_common.c | 431 static sljit_u8* generate_far_jump_code(struct sljit_jump *jump, sljit_u8 *code_ptr, sljit_s32 type… 433 static sljit_u8* generate_far_jump_code(struct sljit_jump *jump, sljit_u8 *code_ptr, sljit_s32 type… 436 static sljit_u8* generate_near_jump_code(struct sljit_jump *jump, sljit_u8 *code_ptr, sljit_u8 *cod… in generate_near_jump_code() argument 441 if (jump->flags & JUMP_LABEL) in generate_near_jump_code() 442 label_addr = (sljit_uw)(code + jump->u.label->size); in generate_near_jump_code() 444 label_addr = jump->u.target - executable_offset; in generate_near_jump_code() 446 …short_jump = (sljit_sw)(label_addr - (jump->addr + 2)) >= -128 && (sljit_sw)(label_addr - (jump->a… in generate_near_jump_code() 449 …if ((sljit_sw)(label_addr - (jump->addr + 1)) > HALFWORD_MAX || (sljit_sw)(label_addr - (jump->add… in generate_near_jump_code() 450 return generate_far_jump_code(jump, code_ptr, type); in generate_near_jump_code() 458 jump->addr++; in generate_near_jump_code() [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/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/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
|
/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 | 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/one-true-awk/ |
D | proctab.c | 138 jump, /* BREAK */ 140 jump, /* CONTINUE */ 143 jump, /* EXIT */ 152 jump, /* NEXT */ 153 jump, /* NEXTFILE */ 185 jump, /* RETURN */
|
/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 | 29 extern void cpu_post_exec_31 (ulong *code, ulong *ctr, ulong *lr, ulong *jump, 38 ulong jump; in cpu_post_test_bc() local 55 cpu_post_exec_31 (code, &ctr, &lr, &jump, cr); in cpu_post_test_bc() 58 ret = pjump == jump ? 0 : -1; in cpu_post_test_bc() 156 int jump = jumpc && jumpd; in cpu_post_test_b() local 159 (cc << 3) + (cd << 1), 0, jump, decr, link, in cpu_post_test_b()
|