Home
last modified time | relevance | path

Searched refs:JUMP (Results 1 – 25 of 40) sorted by relevance

12

/external/brotli/c/enc/
Dhash_rolling_inc.h70 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()
Dhash.h351 #define JUMP 4 macro
355 #undef JUMP
360 #define JUMP 1 macro
364 #undef JUMP
/external/python/cpython2/Modules/_ctypes/libffi/src/bfin/
Dsysv.S156 JUMP .epilogue
161 JUMP .epilogue
166 JUMP .epilogue
/external/libffi/src/bfin/
Dsysv.S156 JUMP .epilogue
161 JUMP .epilogue
166 JUMP .epilogue
/external/pcre/dist2/src/
Dpcre2_jit_compile.c598 #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/
Dstructurize.ll20 ; CHECK: JUMP
33 ; CHECK: JUMP
Dpredicates.ll49 ; CHECK: JUMP
76 ; CHECK: JUMP
Ddisconnected-predset-break-bug.ll10 ; CHECK-NEXT: JUMP
Djump-address.ll3 ; CHECK: JUMP @6
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/XCore/
Dcodemodel.ll14 ; 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/
Dcodemodel.ll14 ; 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/
Dstructurize.ll20 ; CHECK: JUMP
33 ; CHECK: JUMP
Dpredicates.ll49 ; CHECK: JUMP
76 ; CHECK: JUMP
Ddisconnected-predset-break-bug.ll10 ; CHECK-NEXT: JUMP
Djump-address.ll3 ; CHECK: JUMP @6
/external/python/cpython2/Lib/
Dsre_constants.py51 JUMP = "jump" variable
117 JUMP,
/external/swiftshader/third_party/LLVM/test/Transforms/SCCP/
D2006-10-23-IPSCCP-Crash.ll6 @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/
D2006-10-23-IPSCCP-Crash.ll6 @JUMP = external global i32 ; <i32*> [#uses=1]
40 %tmp54 = load i32, i32* @JUMP ; <i32> [#uses=1]
/external/llvm/test/Transforms/SCCP/
D2006-10-23-IPSCCP-Crash.ll6 @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/
DR600InstrInfo.cpp667 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()
DAMDILCFGStructurizer.cpp517 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/
Dnot-over.s28 IF (!P0.NEW) JUMP:NT .
/external/llvm/lib/Target/AMDGPU/
DR600InstrInfo.cpp678 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/
DREADME.mxsimage74 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/
Dsre_compile.py210 emit(JUMP)
239 emit(JUMP)
695 elif op is JUMP:

12