Home
last modified time | relevance | path

Searched refs:Jmp (Results 1 – 25 of 350) sorted by relevance

12345678910>>...14

/dports/math/fxt/fxt/src/comb/
H A Dmixedradix-subset-lex-rank.h18 ulong * Jmp {nullptr}; // jump sizes
32 Jmp = new ulong[n]; in mixedradix_subset_lex_rank()
37 Jmp[j] = p - 1; in mixedradix_subset_lex_rank()
43 delete [] Jmp; in ~mixedradix_subset_lex_rank()
62 const ulong & jmp = Jmp[j]; in rank()
102 const ulong & jmp = Jmp[j]; in unrank()
H A Dmixedradix-sl-gray-rank.h18 ulong * Jmp {nullptr}; // jump sizes
32 Jmp = new ulong[n]; in mixedradix_sl_gray_rank()
37 Jmp[j] = p - 1; in mixedradix_sl_gray_rank()
43 delete [] Jmp; in ~mixedradix_sl_gray_rank()
63 const ulong & jmp = Jmp[j]; in rank()
113 const ulong & jmp = Jmp[j]; in unrank()
/dports/devel/9base/9base-6/lib9/
H A Dnotify.c95 typedef struct Jmp Jmp; typedef
96 struct Jmp struct
101 static Jmp onejmp; argument
103 static Jmp*
109 Jmp *(*_notejmpbuf)(void) = getonejmp;
122 Jmp *j; in signotify()
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/lib9/
H A Dnotify.c95 typedef struct Jmp Jmp; typedef
96 struct Jmp struct
101 static Jmp onejmp; argument
103 static Jmp*
109 Jmp *(*_notejmpbuf)(void) = getonejmp;
122 Jmp *j; in signotify()
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/hipe/icode/
H A Dhipe_icode.erl1518 redirect_jmp(Jmp, ToOld, ToOld) ->
1519 Jmp; % no need to do anything
1522 case Jmp of
1526 _ -> Jmp
1533 case goto_label(Jmp) of
1535 _ -> Jmp
1540 _ -> Jmp
1551 _ -> Jmp
1561 _ -> Jmp
1589 case fail_label(Jmp) of
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/hipe/icode/
H A Dhipe_icode.erl1518 redirect_jmp(Jmp, ToOld, ToOld) ->
1519 Jmp; % no need to do anything
1522 case Jmp of
1526 _ -> Jmp
1533 case goto_label(Jmp) of
1535 _ -> Jmp
1540 _ -> Jmp
1551 _ -> Jmp
1561 _ -> Jmp
1589 case fail_label(Jmp) of
[all …]
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/hipe/icode/
H A Dhipe_icode.erl1518 redirect_jmp(Jmp, ToOld, ToOld) ->
1519 Jmp; % no need to do anything
1522 case Jmp of
1526 _ -> Jmp
1533 case goto_label(Jmp) of
1535 _ -> Jmp
1540 _ -> Jmp
1551 _ -> Jmp
1561 _ -> Jmp
1589 case fail_label(Jmp) of
[all …]
/dports/sysutils/istio/istio-1.6.7/mixer/pkg/il/
H A Dbuilder_test.go382 b.Jmp(l)
390 b.Jmp(l)
396 b.Jmp("LLL")
402 uint32(Jmp),
412 uint32(Jmp),
421 uint32(Jmp),
H A Dprogram_test.go45 b.Jmp("L1")
57 uint32(Jmp),
82 uint32(Jmp),
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/libthread/
H A Dthreadimpl.h46 typedef struct Jmp Jmp; typedef
47 struct Jmp struct
137 Jmp sigjmp;
/dports/cad/ghdl/ghdl-1.0.0/src/ortho/mcode/
H A Dortho_code-opts.adb19 procedure Relabel_Jump (Jmp : O_Enode)
24 Label := Get_Jump_Label (Jmp);
28 Set_Jump_Label (Jmp, Bb);
/dports/textproc/py-whoosh/Whoosh-2.7.4/src/whoosh/automata/
H A Dnfa.py74 class Jmp(Instruction): class
117 return [L1] + e1 + [Jmp(L3), L2] + e2 + [L3]
127 return [L1, Split(L2, L3), L2] + e + [Jmp(L1), L3]
148 if isinstance(op, (Jmp, Split)):
171 if optype is Jmp:
/dports/devel/llvm70/llvm-7.0.1.src/lib/Transforms/Utils/
H A DLoopRotationUtils.cpp569 BranchInst *Jmp = dyn_cast<BranchInst>(Latch->getTerminator()); in simplifyLoopLatch() local
570 if (!Jmp || !Jmp->isUnconditional()) in simplifyLoopLatch()
581 if (!shouldSpeculateInstrs(Latch->begin(), Jmp->getIterator(), L)) in simplifyLoopLatch()
589 Latch->begin(), Jmp->getIterator()); in simplifyLoopLatch()
592 BasicBlock *Header = Jmp->getSuccessor(0); in simplifyLoopLatch()
598 Jmp->eraseFromParent(); in simplifyLoopLatch()
/dports/devel/llvm90/llvm-9.0.1.src/lib/Transforms/Utils/
H A DLoopRotationUtils.cpp600 BranchInst *Jmp = dyn_cast<BranchInst>(Latch->getTerminator()); in simplifyLoopLatch() local
601 if (!Jmp || !Jmp->isUnconditional()) in simplifyLoopLatch()
612 if (!shouldSpeculateInstrs(Latch->begin(), Jmp->getIterator(), L)) in simplifyLoopLatch()
621 Latch->begin(), Jmp->getIterator()); in simplifyLoopLatch()
628 BasicBlock *Header = Jmp->getSuccessor(0); in simplifyLoopLatch()
634 Jmp->eraseFromParent(); in simplifyLoopLatch()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Transforms/Utils/
H A DLoopRotationUtils.cpp598 BranchInst *Jmp = dyn_cast<BranchInst>(Latch->getTerminator()); in simplifyLoopLatch() local
599 if (!Jmp || !Jmp->isUnconditional()) in simplifyLoopLatch()
610 if (!shouldSpeculateInstrs(Latch->begin(), Jmp->getIterator(), L)) in simplifyLoopLatch()
619 Latch->begin(), Jmp->getIterator()); in simplifyLoopLatch()
626 BasicBlock *Header = Jmp->getSuccessor(0); in simplifyLoopLatch()
632 Jmp->eraseFromParent(); in simplifyLoopLatch()
/dports/textproc/bat/bat-0.18.3/cargo-crates/fancy-regex-0.3.5/src/
H A Dcompile.rs71 Insn::Jmp(ref mut next) => *next = target, in set_jmp_target()
194 self.b.add(Insn::Jmp(0)); in compile_alt()
271 self.b.add(Insn::Jmp(pc)); in compile_repeat()
279 self.b.add(Insn::Jmp(pc)); in compile_repeat()
309 self.b.add(Insn::Jmp(pc)); in compile_repeat()
558 assert_matches!(prog[2], Jmp(7)); in jumps_for_alternation()
561 assert_matches!(prog[5], Jmp(7)); in jumps_for_alternation()
613 assert_matches!(prog[5], Jmp(7)); in hard_concat_can_not_delegate_variable_end()
/dports/devel/vasm/vasm/cpus/x86/
H A Dopcodes.h247 {"jmp", {Disp, 0, 0}, { 0xeb, X, NoSuf|Jmp, 0}},
263 {"jo", {Disp, 0, 0}, { 0x70, X, NoSuf|Jmp, 0}},
264 {"jno", {Disp, 0, 0}, { 0x71, X, NoSuf|Jmp, 0}},
265 {"jb", {Disp, 0, 0}, { 0x72, X, NoSuf|Jmp, 0}},
266 {"jc", {Disp, 0, 0}, { 0x72, X, NoSuf|Jmp, 0}},
267 {"jnae", {Disp, 0, 0}, { 0x72, X, NoSuf|Jmp, 0}},
268 {"jnb", {Disp, 0, 0}, { 0x73, X, NoSuf|Jmp, 0}},
269 {"jnc", {Disp, 0, 0}, { 0x73, X, NoSuf|Jmp, 0}},
270 {"jae", {Disp, 0, 0}, { 0x73, X, NoSuf|Jmp, 0}},
271 {"je", {Disp, 0, 0}, { 0x74, X, NoSuf|Jmp, 0}},
[all …]
/dports/lang/micropython/micropython-1.17/lib/re1.5/
H A Dcompilecode.c120 EMIT(PC, Jmp); in _compilecode()
151 EMIT(PC++, Jmp); in _compilecode()
201 prog->insts[prog->bytelen++] = Jmp; in re1_5_compilecode()
/dports/sysutils/istio/istio-1.6.7/mixer/pkg/lang/compiler/
H A Dcompiler.go276 g.builder.Jmp(valueJmpLabel)
544 g.builder.Jmp(le)
567 g.builder.Jmp(lend)
622 g.builder.Jmp(lEnd)
631 g.builder.Jmp(lEnd)
674 g.builder.Jmp(labelEnd)
682 g.builder.Jmp(valueJmplLabel)
747 g.builder.Jmp(valueJmpLabel)
/dports/editors/fpc-ide/fpc-3.2.2/rtl/win32/
H A Dclasses.pp61 Jmp : byte;
137 Trampoline^.Jmp:=$e9;
138 Trampoline^.JmpOffset:=pointer(@TrampolineWndProc)-pointer(@Trampoline^.Jmp)-5;
/dports/lang/fpc-utils/fpc-3.2.2/rtl/win32/
H A Dclasses.pp61 Jmp : byte;
137 Trampoline^.Jmp:=$e9;
138 Trampoline^.JmpOffset:=pointer(@TrampolineWndProc)-pointer(@Trampoline^.Jmp)-5;
/dports/lang/fpc-source/fpc-3.2.2/rtl/win32/
H A Dclasses.pp61 Jmp : byte;
137 Trampoline^.Jmp:=$e9;
138 Trampoline^.JmpOffset:=pointer(@TrampolineWndProc)-pointer(@Trampoline^.Jmp)-5;
/dports/lang/fpc/fpc-3.2.2/rtl/win32/
H A Dclasses.pp61 Jmp : byte;
137 Trampoline^.Jmp:=$e9;
138 Trampoline^.JmpOffset:=pointer(@TrampolineWndProc)-pointer(@Trampoline^.Jmp)-5;
/dports/lang/v8/v8-9.6.180.12/src/regexp/experimental/
H A Dexperimental-compiler.cc244 void Jmp(Label& target) { in Jmp() function in v8::internal::__anone4d35f8f0211::BytecodeAssembler
360 assembler_.Jmp(end); in CompileDisjunction()
461 assembler_.Jmp(begin); in CompileGreedyStar()
483 assembler_.Jmp(end); in CompileNonGreedyStar()
540 assembler_.Jmp(end); in CompileNonGreedyRepetition()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/regexp/experimental/
H A Dexperimental-compiler.cc244 void Jmp(Label& target) { in Jmp() function in v8::internal::__anon913bb41a0211::BytecodeAssembler
361 assembler_.Jmp(end); in CompileDisjunction()
460 assembler_.Jmp(begin); in CompileGreedyStar()
482 assembler_.Jmp(end); in CompileNonGreedyStar()
539 assembler_.Jmp(end); in CompileNonGreedyRepetition()

12345678910>>...14