/external/brotli/c/enc/ |
D | hash_rolling_inc.h | 70 for (i = 0; i < CHUNKLEN; i += JUMP) { in FN() 89 for (i = 0; i < CHUNKLEN; i += JUMP) { in FN() 131 if ((position & (JUMP - 1)) != 0) { in FN() 132 size_t diff = JUMP - (position & (JUMP - 1)); in FN() 165 if ((cur_ix & (JUMP - 1)) != 0) return; in FN() 170 for (pos = self->next_ix; pos <= cur_ix; pos += JUMP) { in FN() 206 self->next_ix = cur_ix + JUMP; in FN()
|
D | hash.h | 351 #define JUMP 4 macro 355 #undef JUMP 360 #define JUMP 1 macro 364 #undef JUMP
|
/external/python/cpython2/Modules/_ctypes/libffi/src/bfin/ |
D | sysv.S | 156 JUMP .epilogue 161 JUMP .epilogue 166 JUMP .epilogue
|
/external/libffi/src/bfin/ |
D | sysv.S | 156 JUMP .epilogue 161 JUMP .epilogue 166 JUMP .epilogue
|
/external/pcre/dist2/src/ |
D | pcre2_jit_compile.c | 598 #define JUMP(type) \ macro 2627 add_jump(compiler, &common->stackalloc, JUMP(SLJIT_FAST_CALL)); in flush_stubs() 2653 add_jump(compiler, &common->calllimit, JUMP(SLJIT_ZERO)); in count_match() 3096 add_jump(compiler, &common->partialmatch, JUMP(SLJIT_JUMP)); in check_partial() 3120 add_jump(compiler, end_reached, JUMP(SLJIT_JUMP)); in check_str_end() 3128 add_jump(compiler, &common->partialmatch, JUMP(SLJIT_JUMP)); in check_str_end() 3150 add_jump(compiler, backtracks, JUMP(SLJIT_JUMP)); in detect_partial_match() 3157 add_jump(compiler, &common->partialmatch, JUMP(SLJIT_JUMP)); in detect_partial_match() 3181 add_jump(compiler, &common->utfreadchar, JUMP(SLJIT_FAST_CALL)); in peek_char() 3322 …add_jump(compiler, (max < 0x10000) ? &common->utfreadchar16 : &common->utfreadchar, JUMP(SLJIT_FAS… in read_char_range() [all …]
|
/external/llvm/test/CodeGen/AMDGPU/ |
D | structurize.ll | 20 ; CHECK: JUMP 33 ; CHECK: JUMP
|
D | predicates.ll | 49 ; CHECK: JUMP 76 ; CHECK: JUMP
|
D | disconnected-predset-break-bug.ll | 10 ; CHECK-NEXT: JUMP
|
D | jump-address.ll | 3 ; CHECK: JUMP @6
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/XCore/ |
D | codemodel.ll | 14 ; CHECK: bt r0, [[JUMP:.LBB[0-9_]*]] 17 ; CHECK: [[JUMP]] 25 ; LARGE: bt r0, [[JUMP:.LBB[0-9_]*]] 27 ; LARGE: [[JUMP]]
|
/external/llvm/test/CodeGen/XCore/ |
D | codemodel.ll | 14 ; CHECK: bt r0, [[JUMP:.LBB[0-9_]*]] 17 ; CHECK: [[JUMP]] 25 ; LARGE: bt r0, [[JUMP:.LBB[0-9_]*]] 27 ; LARGE: [[JUMP]]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/ |
D | structurize.ll | 20 ; CHECK: JUMP 33 ; CHECK: JUMP
|
D | predicates.ll | 49 ; CHECK: JUMP 76 ; CHECK: JUMP
|
D | disconnected-predset-break-bug.ll | 10 ; CHECK-NEXT: JUMP
|
D | jump-address.ll | 3 ; CHECK: JUMP @6
|
/external/python/cpython2/Lib/ |
D | sre_constants.py | 51 JUMP = "jump" variable 117 JUMP,
|
/external/swiftshader/third_party/LLVM/test/Transforms/SCCP/ |
D | 2006-10-23-IPSCCP-Crash.ll | 6 @JUMP = external global i32 ; <i32*> [#uses=1] 40 %tmp54 = load i32* @JUMP ; <i32> [#uses=1]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/SCCP/ |
D | 2006-10-23-IPSCCP-Crash.ll | 6 @JUMP = external global i32 ; <i32*> [#uses=1] 40 %tmp54 = load i32, i32* @JUMP ; <i32> [#uses=1]
|
/external/llvm/test/Transforms/SCCP/ |
D | 2006-10-23-IPSCCP-Crash.ll | 6 @JUMP = external global i32 ; <i32*> [#uses=1] 40 %tmp54 = load i32, i32* @JUMP ; <i32> [#uses=1]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | R600InstrInfo.cpp | 667 return Opcode == R600::JUMP || Opcode == R600::JUMP_COND; in isJump() 696 while (I != MBB.begin() && std::prev(I)->getOpcode() == R600::JUMP) { in analyzeBranch() 707 if (LastOpc == R600::JUMP) { in analyzeBranch() 729 if (SecondLastOpc == R600::JUMP_COND && LastOpc == R600::JUMP) { in analyzeBranch() 768 BuildMI(&MBB, DL, get(R600::JUMP)).addMBB(TBB); in insertBranch() 794 BuildMI(&MBB, DL, get(R600::JUMP)).addMBB(FBB); in insertBranch() 831 case R600::JUMP: in removeBranch() 856 case R600::JUMP: in removeBranch()
|
D | AMDILCFGStructurizer.cpp | 517 case R600::JUMP: return R600::IF_PREDICATE_SET; in getBranchNzeroOpcode() 528 case R600::JUMP: return R600::IF_PREDICATE_SET; in getBranchZeroOpcode() 539 case R600::JUMP: return R600::CONTINUE_LOGICALNZ_i32; in getContinueNzeroOpcode() 548 case R600::JUMP: return R600::CONTINUE_LOGICALZ_i32; in getContinueZeroOpcode() 587 case R600::JUMP: in isUncondBranch()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Hexagon/ |
D | not-over.s | 28 IF (!P0.NEW) JUMP:NT .
|
/external/llvm/lib/Target/AMDGPU/ |
D | R600InstrInfo.cpp | 678 return Opcode == AMDGPU::JUMP || Opcode == AMDGPU::JUMP_COND; in isJump() 707 while (I != MBB.begin() && std::prev(I)->getOpcode() == AMDGPU::JUMP) { in analyzeBranch() 719 if (LastOpc == AMDGPU::JUMP) { in analyzeBranch() 741 if (SecondLastOpc == AMDGPU::JUMP_COND && LastOpc == AMDGPU::JUMP) { in analyzeBranch() 778 BuildMI(&MBB, DL, get(AMDGPU::JUMP)).addMBB(TBB); in InsertBranch() 804 BuildMI(&MBB, DL, get(AMDGPU::JUMP)).addMBB(FBB); in InsertBranch() 840 case AMDGPU::JUMP: in RemoveBranch() 865 case AMDGPU::JUMP: in RemoveBranch()
|
/external/u-boot/doc/ |
D | README.mxsimage | 74 JUMP [HAB] u32_address [u32_r0_arg] 82 - See JUMP instruction above, as the operation is exactly the same with 156 J -- JUMP instruction
|
/external/python/cpython3/Lib/ |
D | sre_compile.py | 210 emit(JUMP) 239 emit(JUMP) 695 elif op is JUMP:
|