Home
last modified time | relevance | path

Searched defs:jump (Results 1 - 25 of 79) sorted by relevance

1234

/arkcompiler/runtime_core/static_core/runtime/templates/
H A Dbridge_helpers_aarch64.rb28 def jump(target) method
H A Dbridge_helpers_arm.rb28 def jump(target) method
H A Dbridge_helpers_amd64.rb22 def jump(target) method
H A Dbridge_helpers_armhf.rb22 def jump(target) method
/third_party/mesa3d/src/compiler/nir/tests/
H A Dcontrol_flow_tests.cpp60 nir_jump_instr *jump = nir_jump_instr_create(b.shader, nir_jump_break); in TEST_F() local
H A Dopt_if_tests.cpp117 nir_jump_instr *jump = nir_jump_instr_create(bld.shader, nir_jump_return); in TEST_F() local
/third_party/python/Lib/turtledemo/
H A Dclock.py16 def jump(distanz, winkel=0): function
/third_party/mesa3d/src/panfrost/bifrost/test/
H A Dtest-scheduler-predicates.cpp156 bi_instr *jump = bi_jump(b, TMP()); in TEST_F() local
/third_party/python/Modules/
H A D_opcode.c26 _opcode_stack_effect_impl(PyObject *module, int opcode, PyObject *oparg, PyObject *jump) _opcode_stack_effect_impl() argument
/third_party/python/Modules/clinic/
H A D_opcode.c.h28 PyObject *jump = Py_None; in _opcode_stack_effect() local
/third_party/mesa3d/src/compiler/nir/
H A Dnir_opt_move_discards_to_top.c190 nir_jump_instr *jump = nir_instr_as_jump(instr); in opt_move_discards_to_top_impl() local
H A Dnir_inline_helpers.h144 nir_jump_instr *jump = nir_instr_as_jump(instr); in nir_foreach_src() local
H A Dnir_divergence_analysis.c755 visit_jump(nir_jump_instr *jump, struct divergence_state *state) in visit_jump() argument
/third_party/ffmpeg/libavfilter/
H A Dvsrc_sierpinski.c47 int jump; member
/third_party/pcre2/pcre2/src/sljit/
H A DsljitNativeMIPS_32.c198 struct sljit_jump *jump; in sljit_emit_call() local
[all...]
H A DsljitNativeMIPS_64.c228 struct sljit_jump *jump; in sljit_emit_call() local
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/finitestatematcher/compiler/
H A DOperation.java154 static void writeBranch(ByteArrayDataOutput out, int jump, Statistics stats) { in writeBranch() argument
[all...]
/third_party/skia/third_party/externals/libwebp/imageio/
H A Djpegdec.c234 size_t jump = (size_t)jump_size; in ContextSkip() local
/arkcompiler/runtime_core/isa/
H A Disapi.rb
/arkcompiler/runtime_core/static_core/isa/
H A Disapi.rb
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
H A Dbaseline_stub_builder.h79 void CheckExceptionWithJump(GateRef acc, GateRef res, Label *jump) in CheckExceptionWithJump() argument
H A Dbaseline_stubs-inl.h88 void BaselineStubBuilder::CheckExceptionWithJump(GateRef glue, GateRef sp, GateRef res, GateRef acc, Label *jump) in CheckExceptionWithJump() argument
105 CheckExceptionWithJumpAndReturn(GateRef glue, GateRef sp, GateRef res, GateRef acc, Label *jump) CheckExceptionWithJumpAndReturn() argument
/third_party/mesa3d/src/compiler/glsl/
H A Dlower_jumps.cpp900 ir_jump *jump = (ir_jump *) ir->body.get_tail(); visit() local
[all...]
/third_party/mesa3d/src/imagination/rogue/
H A Drogue.c690 static bool trans_nir_jump(struct rogue_shader *shader, nir_jump_instr *jump) in trans_nir_jump() argument
667 trans_nir_jump_return(struct rogue_shader *shader, nir_jump_instr *jump) trans_nir_jump_return() argument
/third_party/node/deps/v8/src/maglev/
H A Dmaglev-regalloc.cc477 Jump* jump = target->control_node()->Cast<Jump>(); in InitializeConditionalBranchRegisters() local
[all...]

Completed in 13 milliseconds

1234