Home
last modified time | relevance | path

Searched full:jump (Results 51 - 75 of 1634) sorted by relevance

12345678910>>...66

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonCFGOptimizer.cpp131 // BB1: if (p0) jump BB3 in runOnMachineFunction()
133 // BB2: jump BB4 in runOnMachineFunction()
138 // BB1: if (!p0) jump BB4 in runOnMachineFunction()
143 // BB1: if (p0) jump BB3 in runOnMachineFunction()
145 // BB2: jump BB4 in runOnMachineFunction()
150 // jump BB4 in runOnMachineFunction()
153 // BB1: if (!p0) jump BB4 in runOnMachineFunction()
187 // Ensure that BB2 has one instruction -- an unconditional jump. in runOnMachineFunction()
190 assert(JumpAroundTarget && "jump target is needed to process second basic block"); in runOnMachineFunction()
/third_party/pcre2/pcre2/src/sljit/
H A DsljitNativeX86_common.c526 static sljit_u8* generate_far_jump_code(struct sljit_jump *jump, sljit_u8 *code_ptr, sljit_sw executable_offset);
528 static sljit_u8* generate_far_jump_code(struct sljit_jump *jump, sljit_u8 *code_ptr);
532 static sljit_u8* generate_near_jump_code(struct sljit_jump *jump, sljit_u8 *code_ptr, sljit_u8 *code, sljit_sw executable_offset) in generate_near_jump_code() argument
534 sljit_uw type = jump->flags >> TYPE_SHIFT; in generate_near_jump_code()
538 if (jump->flags & JUMP_LABEL) in generate_near_jump_code()
539 label_addr = (sljit_uw)(code + jump->u.label->size); in generate_near_jump_code()
541 label_addr = jump->u.target - (sljit_uw)executable_offset; in generate_near_jump_code()
544 if ((sljit_sw)(label_addr - (jump->addr + 1)) > HALFWORD_MAX || (sljit_sw)(label_addr - (jump->addr + 1)) < HALFWORD_MIN) in generate_near_jump_code()
545 return generate_far_jump_code(jump, code_pt in generate_near_jump_code()
595 struct sljit_jump *jump; sljit_generate_code() local
2993 struct sljit_jump *jump; global() local
3021 struct sljit_jump *jump; global() local
[all...]
H A DsljitNativeX86_32.c232 static sljit_u8* generate_far_jump_code(struct sljit_jump *jump, sljit_u8 *code_ptr, sljit_sw executable_offset) in generate_far_jump_code() argument
234 sljit_uw type = jump->flags >> TYPE_SHIFT; in generate_far_jump_code()
238 jump->addr++; in generate_far_jump_code()
242 jump->addr++; in generate_far_jump_code()
247 jump->addr += 2; in generate_far_jump_code()
250 if (jump->flags & JUMP_LABEL) in generate_far_jump_code()
251 jump->flags |= PATCH_MW; in generate_far_jump_code()
253 sljit_unaligned_store_sw(code_ptr, (sljit_sw)(jump->u.target - (jump->addr + 4) - (sljit_uw)executable_offset)); in generate_far_jump_code()
999 struct sljit_jump *jump; in sljit_emit_call() local
[all...]
/third_party/mesa3d/src/compiler/nir/
H A Dnir_control_flow.c40 * 4. If a basic block has a jump instruction, there must be only one and it
275 * it doesn't end in a jump instruction. Also inserts phi sources with undefs
327 /* Figure out what successor block would've had if it didn't have a jump in split_block_end()
386 * after-a-jump-instr case contained to split_block_end(). in split_block_cursor()
451 * update the CFG after a jump instruction has been added to the end of a block
499 unreachable("Invalid jump type"); in nir_handle_add_jump()
503 /* Removes the successor of a block with a jump. Note that the jump to be
603 /* stitch_blocks() assumes that any block that ends with a jump has in nir_cf_node_insert()
641 nir_jump_instr *jump in cleanup_cf_node() local
757 nir_jump_instr *jump = nir_instr_as_jump(last_instr); relink_jump_halt_cf_node() local
[all...]
/third_party/python/Lib/turtledemo/
H A Dclock.py16 def jump(distanz, winkel=0): function
36 jump(-laenge*0.15)
47 jump(radius)
50 jump(-radius-25)
53 jump(-radius)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCCompound.cpp87 // "p0=cmp.eq(Rs16,Rt16); if (p0.new) jump:nt #r9:2" in getCompoundCandidateGroup()
88 // "Rd16=#U6 ; jump #r9:2" in getCompoundCandidateGroup()
89 // "Rd16=Rs16 ; jump #r9:2" in getCompoundCandidateGroup()
160 // Transfer and jump: in getCompoundCandidateGroup()
161 // Rd=#U6 ; jump #r9:2 in getCompoundCandidateGroup()
162 // Rd=Rs ; jump #r9:2 in getCompoundCandidateGroup()
163 // Do not test for jump range here. in getCompoundCandidateGroup()
217 CompoundInsn->addOperand(R.getOperand(0)); // Jump target in getCompoundInsn()
229 CompoundInsn->addOperand(R.getOperand(0)); // Jump target. in getCompoundInsn()
361 // Try to pair with another insn (B)undled with jump in lookForCompound()
[all...]
/third_party/ffmpeg/libavfilter/
H A Dvsrc_sierpinski.c47 int jump; member
65 {"jump", "set the jump", OFFSET(jump), AV_OPT_TYPE_INT, {.i64=100}, 1, 10000, FLAGS },
169 int mod = 2 * s->jump + 1; in draw_sierpinski()
171 s->dest_x += (int)((rnd & 0xffff) % mod) - s->jump; in draw_sierpinski()
172 s->dest_y += (int)((rnd >> 16) % mod) - s->jump; in draw_sierpinski()
/third_party/node/deps/v8/src/interpreter/
H A Dcontrol-flow-builders.h14 #include "src/interpreter/bytecode-jump-table.h"
50 // Inserts a jump to an unbound label that is patched when the corresponding
120 // Inserts a jump to an unbound label that is patched when BindContinueTarget
127 // Emit a Jump to our parent_loop_'s end label which could be a JumpLoop or,
129 // as their parent's, a Jump to its parent's end label.
140 // same header offset as this loop. Said inner loops will Jump to our end
142 // Jump to our parent's end label.
H A Dcontrol-flow-builders.cc27 builder()->Jump(sites->New()); in EmitJump()
76 // Jump to our parent's JumpToHeader which in turn can be a JumpLoop or, iff in JumpToHeader()
77 // they are a nested inner loop too, a Jump to its parent's JumpToHeader. in JumpToHeader()
159 builder()->Jump(&exit_); in EndTry()
183 builder()->Jump(finalization_sites_.New()); in LeaveTry()
228 builder()->Jump(end_labels_.New()); in JumpToEnd()
H A Dbytecode-array-iterator.h132 // It is an error to call this method if the bytecode is not for a jump or
133 // conditional jump. Returns a negative offset for backward jumps.
136 // It is an error to call this method if the bytecode is not for a jump or
137 // conditional jump.
140 // switch bytecode's jump table. It is an error to call this method if the
/third_party/mesa3d/src/intel/tools/tests/gen5/
H A Dwhile.asm1 while(8) Jump: -282 { align1 };
2 while(16) Jump: -282 { align1 };
3 while(8) Jump: -32 { align16 };
H A Diff.asm1 (+f0.0.x) iff(8) Jump: 22 { align16 switch };
2 (+f0.0) iff(8) Jump: 44 { align1 switch };
3 (+f0.0) iff(16) Jump: 44 { align1 switch };
H A Dif.asm1 (+f0.0) if(8) Jump: 10 { align1 switch };
2 (+f0.0) if(16) Jump: 10 { align1 switch };
3 (+f0.0.x) if(8) Jump: 26 { align16 switch };
H A Delse.asm1 else(8) Jump: 86 Pop: 1 { align1 switch };
2 else(16) Jump: 86 Pop: 1 { align1 switch };
3 else(8) Jump: 14 Pop: 1 { align16 switch };
/foundation/ability/ability_runtime/services/abilitymgr/src/interceptor/
H A Dability_jump_interceptor.cpp68 TAG_LOGI(AAFwkTag::ABILITYMGR, "intercept app jump,caller:%{public}s, target:%{public}s", in DoProcess()
106 TAG_LOGI(AAFwkTag::ABILITYMGR, "jump within the same app"); in CheckControl()
110 TAG_LOGI(AAFwkTag::ABILITYMGR, "jump to system/exempt apps"); in CheckControl()
122 TAG_LOGI(AAFwkTag::ABILITYMGR, "no jump rule"); in CheckControl()
133 TAG_LOGI(AAFwkTag::ABILITYMGR, "jump from exempt caller app"); in CheckIfJumpExempt()
138 TAG_LOGI(AAFwkTag::ABILITYMGR, "jump to exempt app"); in CheckIfJumpExempt()
/third_party/node/deps/v8/src/compiler/
H A Dbytecode-analysis.h42 // Jump targets for resuming a suspended generator.
45 // Create a resume jump target representing an actual resume.
48 // Create a resume jump target at a loop header, which will have another
49 // resume jump after the loop header is crossed.
60 // The target offset of this resume jump.
119 // Get the top-level resume jump targets.
/third_party/mesa3d/src/intel/tools/tests/gen4/
H A Diff.asm1 (-f0.0) iff(16) Jump: 5 { align1 switch };
2 (+f0.0.x) iff(8) Jump: 11 { align16 switch };
3 (+f0.0) iff(16) Jump: 7 { align1 switch };
/third_party/mesa3d/src/intel/tools/tests/gen4.5/
H A Diff.asm1 (-f0.0) iff(16) Jump: 5 { align1 switch };
2 (+f0.0.x) iff(8) Jump: 11 { align16 switch };
3 (+f0.0) iff(16) Jump: 7 { align1 switch };
/foundation/arkui/ace_engine/test/unittest/core/pattern/text_picker/
H A Dtext_picker_column_test_ng.cpp309 double jump = theme->GetJumpInterval().ConvertToPx(); in HWTEST_F() local
310 double offset1 = 0 - jump * HALF; in HWTEST_F()
311 double offset2 = 0 - jump; in HWTEST_F()
363 double jump = theme->GetJumpInterval().ConvertToPx(); in HWTEST_F() local
364 double offset1 = jump * HALF; in HWTEST_F()
365 double offset2 = jump; in HWTEST_F()
448 double jump = theme->GetJumpInterval().ConvertToPx(); in HWTEST_F() local
449 double offset1 = 0 - jump * HALF; in HWTEST_F()
450 double offset2 = 0 - jump; in HWTEST_F()
493 double jump in HWTEST_F() local
1074 double jump = theme->GetJumpInterval().ConvertToPx(); HWTEST_F() local
1129 double jump = theme->GetJumpInterval().ConvertToPx(); HWTEST_F() local
1187 double jump = theme->GetJumpInterval().ConvertToPx(); HWTEST_F() local
1231 double jump = theme->GetJumpInterval().ConvertToPx(); HWTEST_F() local
1269 double jump = theme->GetJumpInterval().ConvertToPx(); HWTEST_F() local
1308 double jump = theme->GetJumpInterval().ConvertToPx(); HWTEST_F() local
1350 double jump = theme->GetJumpInterval().ConvertToPx(); HWTEST_F() local
1394 double jump = theme->GetJumpInterval().ConvertToPx(); HWTEST_F() local
[all...]
/third_party/node/deps/v8/src/codegen/
H A Dconstant-pool.h237 enum class Jump { kOmitted, kRequired }; class
247 // location it is accessed from. In this case, we emit a jump over the emitted
267 int ComputeSize(Jump require_jump, Alignment require_alignment) const;
270 void EmitAndClear(Jump require);
271 bool ShouldEmitNow(Jump require_jump, size_t margin = 0) const;
272 V8_EXPORT_PRIVATE void Check(Emission force_emission, Jump require_jump,
307 // no jump is required (due to a recent unconditional jump).
321 int PrologueSize(Jump require_jump) const;
327 Alignment IsAlignmentRequiredIfEmittedAt(Jump require_jum
[all...]
/base/global/i18n_lite/tools/i18n-dat-tool/src/main/java/resource/
H A Dmeasure_format_patterns.txt1 en-US "16", "h|min|kcal|time|bpm|m|step|jump|ft|km|lap|in|cm|stroke|mi|yd", "%s %s", "#", "", "", "", "", "", "", "", "", "", "", "", "h", "", "hour", "", "", "", "hours", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "min", "", "minute", "", "", "", "minutes", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "kcal", "", "kilocalorie", "", "", "", "kilocalories", "", "", "", "", "", "", "", "", "", "", "", "", "", "time", "", "", "", "times", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "bpm", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "m", "", "meter", "", "", "", "meters", "", "", "", "", "", "", "", "", "", "", "", "", "", "step", "", "", "", "steps", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "jump", "", "", "", "jumps", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "ft", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "km", "", "kilometer", "", "", "", "kilometers", "", "", "", "", "", "", "", "", "", "", "", "", "", "lap", "", "", "", "laps", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "in", "", "inch", "", "", "", "inches", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "cm", "", "centimeter", "", "", "", "centimeters", "", "", "", "", "", "", "", "", "", "", "", "", "", "stroke", "", "", "", "strokes", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "mi", "", "mile", "", "", "", "miles", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "yd", "", "yard", "", "", "", "yards", "", "", "", "", "", ""
2 zh-Hans "16", "h|min|kcal|time|bpm|m|step|jump|ft|km|lap|in|cm|stroke|mi|yd", "%s %s", "#", "", "", "", "", "", "", "", "", "", "", "", "小时", "", (…)
/third_party/python/Objects/stringlib/
H A Dstringlib_find_two_way_notes.txt30 * On failure, jump by the amount matched + 1
32 * On failure jump by max(len(left), len(right)) + 1
41 and if a mismatch occurs, we jump ahead by the amount matched plus 1.
49 Matched 3, so jump ahead by 4:
110 find a mismatch, we jump ahead by
111 max(len(left_part), len(right_part)) + 1. That we can jump by
116 Matched 3, so jump by 4,
119 But we can also jump by at least len(left_part) + 1:
123 Jump by len('abcd') + 1 = 5.
142 If we have both sets of inequalities, then we can indeed jump b
[all...]
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_legalize.c423 * 0084:024: jump, target=block6
427 * 0085:025: jump, target=block7
431 * ie. only instruction in block4/block5 is a jump, so when
434 * a jump, and setup the br directly to the jump's target
435 * (and strip back out the now unreached jump)
452 /* NOTE that we may or may not have inserted the jump in resolve_dest_block()
457 * (2) (block-is-empty || only-instr-is-jump) in resolve_dest_block()
466 /* If this jump is backwards, then we will probably convert in resolve_dest_block()
467 * the jump bein in resolve_dest_block()
[all...]
/third_party/libinput/doc/user/
H A Dtouchpad-jumping-cursors.rst7 A common bug encountered on touchpads is a cursor jump when alternating
11 exhibits a jump towards the bottom left or right, depending on the finger
14 When libinput detects a cursor jump it prints a bug warning to the log with
15 the text **"Touch jump detected and discarded."** and a link to this page.
22 The pointer jump can usually be seen in the :ref:`libinput record
77 removes it but depending on the interaction this may cause a smaller jump
/third_party/node/deps/v8/src/regexp/
H A Dregexp-bytecode-generator.h126 // Stores jump edges emitted for the bytecode (used by
128 // Key: jump source (offset in buffer_ where jump destination is stored).
129 // Value: jump destination (offset in buffer_ to jump to).

Completed in 18 milliseconds

12345678910>>...66