Home
last modified time | relevance | path

Searched refs:jit (Results 1 – 25 of 4826) sorted by relevance

12345678910>>...194

/dports/emulators/yuzu/yuzu-0b47f7a46/externals/dynarmic/tests/A64/
H A Da64.cpp25 jit.SetPC(0);
28 jit.Run();
46 jit.SetPC(0);
49 jit.Run();
64 jit.SetPC(0);
67 jit.Run();
86 jit.Run();
105 jit.Run();
125 jit.Run();
277 jit.Run();
[all …]
/dports/emulators/citra/citra-ac98458e0/externals/dynarmic/tests/A64/
H A Da64.cpp25 jit.SetPC(0);
28 jit.Run();
46 jit.SetPC(0);
49 jit.Run();
64 jit.SetPC(0);
67 jit.Run();
86 jit.Run();
105 jit.Run();
125 jit.Run();
277 jit.Run();
[all …]
/dports/emulators/citra-qt5/citra-ac98458e0/externals/dynarmic/tests/A64/
H A Da64.cpp25 jit.SetPC(0);
28 jit.Run();
46 jit.SetPC(0);
49 jit.Run();
64 jit.SetPC(0);
67 jit.Run();
86 jit.Run();
105 jit.Run();
125 jit.Run();
277 jit.Run();
[all …]
/dports/emulators/yuzu/yuzu-0b47f7a46/externals/dynarmic/tests/A32/
H A Dtest_arm_instructions.cpp41 jit.Run();
87 jit.Run();
128 jit.Run();
167 jit.Run();
196 jit.Run();
218 jit.Run();
234 jit.Run();
343 jit.Run();
393 jit.Run();
423 jit.Run();
[all …]
H A Dtest_thumb_instructions.cpp27 jit.Regs()[0] = 1;
28 jit.Regs()[1] = 2;
33 jit.Run();
35 REQUIRE(jit.Regs()[0] == 8);
49 jit.Regs()[0] = 1;
55 jit.Run();
76 jit.Run();
97 jit.Run();
116 jit.Run();
135 jit.Run();
[all …]
/dports/emulators/citra/citra-ac98458e0/externals/dynarmic/tests/A32/
H A Dtest_arm_instructions.cpp41 jit.Run();
87 jit.Run();
128 jit.Run();
167 jit.Run();
196 jit.Run();
218 jit.Run();
234 jit.Run();
343 jit.Run();
393 jit.Run();
423 jit.Run();
[all …]
H A Dtest_thumb_instructions.cpp27 jit.Regs()[0] = 1;
28 jit.Regs()[1] = 2;
33 jit.Run();
35 REQUIRE(jit.Regs()[0] == 8);
49 jit.Regs()[0] = 1;
55 jit.Run();
76 jit.Run();
97 jit.Run();
116 jit.Run();
135 jit.Run();
[all …]
/dports/emulators/citra-qt5/citra-ac98458e0/externals/dynarmic/tests/A32/
H A Dtest_arm_instructions.cpp41 jit.Run();
87 jit.Run();
128 jit.Run();
167 jit.Run();
196 jit.Run();
218 jit.Run();
234 jit.Run();
343 jit.Run();
393 jit.Run();
423 jit.Run();
[all …]
H A Dtest_thumb_instructions.cpp27 jit.Regs()[0] = 1;
28 jit.Regs()[1] = 2;
33 jit.Run();
35 REQUIRE(jit.Regs()[0] == 8);
49 jit.Regs()[0] = 1;
55 jit.Run();
76 jit.Run();
97 jit.Run();
116 jit.Run();
135 jit.Run();
[all …]
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/
H A Dscsp_dsp_jit.cpp199 jit.Shl(6); in op1()
200 jit.Sra(6); in op1()
237 jit.And(); in op1()
332 jit.And(); in op3()
340 jit.And(); in op3()
344 jit.Or(); in op3()
374 jit.Add(); in op3()
376 jit.And(); in op3()
507 jit.And(); in op5()
551 jit.And(); in op5()
[all …]
H A Dscu_dsp_jit.cpp99 jit.Add(); in increment_ct()
101 jit.And(); in increment_ct()
157 jit.And(); in sign_extend_32()
197 jit.And(); in do_zero_flag()
198 jit.Or(); in do_zero_flag()
208 jit.And(); in do_sign_flag()
212 jit.And(); in do_sign_flag()
213 jit.Or(); in do_sign_flag()
313 jit.And(); in do_shift_rotate_right_carry()
318 jit.Or(); in do_shift_rotate_right_carry()
[all …]
H A Dsh2_jit.cpp117 jit.Add(); in add_cycles()
128 jit.Add(); in increment_pc()
175 jit.And(); in SH2div0u()
196 jit.Sub(); in SH2delay()
216 jit.And(); in SH2clrt()
242 jit.Add(); in r15_add_4()
256 jit.And(); in SH2rte()
319 jit.And(); in SH2movt()
339 jit.Or(); in set_t()
492 jit.Or(); in set_sr_t_after_cmp()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/JavaScriptCore/jit/
H A DThunkGenerators.cpp60jit.appendFailure(jit.branch32(MacroAssembler::AboveOrEqual, src, MacroAssembler::TrustedImm32(0x1… in charToString()
63 jit.appendFailure(jit.branchTestPtr(MacroAssembler::Zero, dst)); in charToString()
69 stringCharLoad(jit); in charCodeAtThunkGenerator()
77 stringCharLoad(jit); in charAtThunkGenerator()
111 if (!jit.supportsFloatingPoint()) in powThunkGenerator()
125 exponentIsEven.link(&jit); in powThunkGenerator()
128 jit.branchTest32(MacroAssembler::NonZero, SpecializedThunkJIT::regT0).linkTo(startLoop, &jit); in powThunkGenerator()
130 exponentIsZero.link(&jit); in powThunkGenerator()
136 doubleResult.link(&jit); in powThunkGenerator()
141 nonIntExponent.link(&jit); in powThunkGenerator()
[all …]
/dports/www/firefox/firefox-99.0/js/src/jit/
H A DVMFunctionList-inl.h32 namespace jit {
45 _(ArrayJoin, js::jit::ArrayJoin) \
80 js::jit::BigIntStringEqual<js::jit::EqualityKind::Equal>) \
82 js::jit::BigIntStringCompare<js::jit::ComparisonKind::GreaterThanOrEqual>) \
84 js::jit::BigIntStringCompare<js::jit::ComparisonKind::LessThan>) \
86 js::jit::BigIntStringEqual<js::jit::EqualityKind::NotEqual>) \
242 js::jit::StringBigIntCompare<js::jit::ComparisonKind::GreaterThanOrEqual>) \
244 js::jit::StringBigIntCompare<js::jit::ComparisonKind::LessThan>) \
256 _(StringsEqual, js::jit::StringsEqual<js::jit::EqualityKind::Equal>) \
257 _(StringsNotEqual, js::jit::StringsEqual<js::jit::EqualityKind::NotEqual>) \
[all …]
/dports/www/firefox-esr/firefox-91.8.0/js/src/jit/
H A DVMFunctionList-inl.h30 namespace jit {
41 _(ArrayJoin, js::jit::ArrayJoin) \
75 js::jit::BigIntStringEqual<js::jit::EqualityKind::Equal>) \
77 js::jit::BigIntStringCompare<js::jit::ComparisonKind::GreaterThanOrEqual>) \
79 js::jit::BigIntStringCompare<js::jit::ComparisonKind::LessThan>) \
81 js::jit::BigIntStringEqual<js::jit::EqualityKind::NotEqual>) \
236 js::jit::StringBigIntCompare<js::jit::ComparisonKind::GreaterThanOrEqual>) \
238 js::jit::StringBigIntCompare<js::jit::ComparisonKind::LessThan>) \
250 _(StringsEqual, js::jit::StringsEqual<js::jit::EqualityKind::Equal>) \
251 _(StringsNotEqual, js::jit::StringsEqual<js::jit::EqualityKind::NotEqual>) \
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/jit/
H A DVMFunctionList-inl.h30 namespace jit {
41 _(ArrayJoin, js::jit::ArrayJoin) \
75 js::jit::BigIntStringEqual<js::jit::EqualityKind::Equal>) \
77 js::jit::BigIntStringCompare<js::jit::ComparisonKind::GreaterThanOrEqual>) \
79 js::jit::BigIntStringCompare<js::jit::ComparisonKind::LessThan>) \
81 js::jit::BigIntStringEqual<js::jit::EqualityKind::NotEqual>) \
236 js::jit::StringBigIntCompare<js::jit::ComparisonKind::GreaterThanOrEqual>) \
238 js::jit::StringBigIntCompare<js::jit::ComparisonKind::LessThan>) \
250 _(StringsEqual, js::jit::StringsEqual<js::jit::EqualityKind::Equal>) \
251 _(StringsNotEqual, js::jit::StringsEqual<js::jit::EqualityKind::NotEqual>) \
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/jit/
H A DVMFunctionList-inl.h30 namespace jit {
65 js::jit::BigIntStringEqual<js::jit::EqualityKind::Equal>) \
67 js::jit::BigIntStringCompare<js::jit::ComparisonKind::GreaterThanOrEqual>) \
69 js::jit::BigIntStringCompare<js::jit::ComparisonKind::LessThan>) \
71 js::jit::BigIntStringEqual<js::jit::EqualityKind::NotEqual>) \
184 _(LooselyEqual, js::jit::LooselyEqual<js::jit::EqualityKind::Equal>) \
185 _(LooselyNotEqual, js::jit::LooselyEqual<js::jit::EqualityKind::NotEqual>) \
240 _(StrictlyEqual, js::jit::StrictlyEqual<js::jit::EqualityKind::Equal>) \
241 _(StrictlyNotEqual, js::jit::StrictlyEqual<js::jit::EqualityKind::NotEqual>) \
243 js::jit::StringBigIntCompare<js::jit::ComparisonKind::GreaterThanOrEqual>) \
[all …]
/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/torch_glow/src/
H A DPyTorchModelLoader.h109 const at::ArrayRef<torch::jit::IValue> inputs_;
115 std::unordered_map<const torch::jit::Value *, torch::jit::IValue> qparamsMap_;
410 Error loadMul(const torch::jit::Node *ptNode);
414 Error loadDiv(const torch::jit::Node *ptNode);
418 Error loadAdd(const torch::jit::Node *ptNode);
422 Error loadSub(const torch::jit::Node *ptNode);
430 Error loadMax(const torch::jit::Node *ptNode);
446 Error loadExp(const torch::jit::Node *ptNode);
553 Error loadT(const torch::jit::Node *ptNode);
613 Error loadMM(const torch::jit::Node *ptNode);
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/irregexp/
H A DNativeRegExpMacroAssembler.h101 void Bind(jit::Label* label);
157 inline jit::Scale factor() { return mode_ == CHAR16 ? jit::TimesTwo : jit::TimesOne; } in factor()
159 jit::Label* BranchOrBacktrack(jit::Label* branch);
175 jit::MacroAssembler masm;
179 jit::Label entry_label_;
180 jit::Label start_label_;
181 jit::Label backtrack_label_;
182 jit::Label success_label_;
183 jit::Label exit_label_;
194 jit::Label* label;
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/irregexp/
H A DNativeRegExpMacroAssembler.h98 void Bind(jit::Label* label);
154 inline jit::Scale factor() { return mode_ == CHAR16 ? jit::TimesTwo : jit::TimesOne; } in factor()
156 jit::Label* BranchOrBacktrack(jit::Label* branch);
172 jit::MacroAssembler masm;
176 jit::Label entry_label_;
177 jit::Label start_label_;
178 jit::Label backtrack_label_;
179 jit::Label success_label_;
180 jit::Label exit_label_;
191 jit::Label* label;
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/s390/net/
H A Dbpf_jit_comp.c529 jit->tail_call_start = jit->prg; in bpf_jit_prologue()
538 jit->base_ip = jit->prg; in bpf_jit_prologue()
566 jit->exit_ip = jit->prg; in bpf_jit_epilogue()
572 jit->r14_thunk_ip = jit->prg; in bpf_jit_epilogue()
591 jit->r1_thunk_ip = jit->prg; in bpf_jit_epilogue()
1424 if (!is_first_pass(jit) && can_use_rel(jit, jit->exit_ip)) in bpf_jit_insn()
1685 jit->addrs[i] = jit->prg; in bpf_set_addr()
1697 jit->lit32 = jit->lit32_start; in bpf_jit_prog()
1717 jit->lit32_start = jit->prg; in bpf_jit_prog()
1724 jit->size_prg = jit->prg; in bpf_jit_prog()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/s390/net/
H A Dbpf_jit_comp.c529 jit->tail_call_start = jit->prg; in bpf_jit_prologue()
538 jit->base_ip = jit->prg; in bpf_jit_prologue()
566 jit->exit_ip = jit->prg; in bpf_jit_epilogue()
572 jit->r14_thunk_ip = jit->prg; in bpf_jit_epilogue()
591 jit->r1_thunk_ip = jit->prg; in bpf_jit_epilogue()
1424 if (!is_first_pass(jit) && can_use_rel(jit, jit->exit_ip)) in bpf_jit_insn()
1685 jit->addrs[i] = jit->prg; in bpf_set_addr()
1697 jit->lit32 = jit->lit32_start; in bpf_jit_prog()
1717 jit->lit32_start = jit->prg; in bpf_jit_prog()
1724 jit->size_prg = jit->prg; in bpf_jit_prog()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/arch/s390/net/
H A Dbpf_jit_comp.c529 jit->tail_call_start = jit->prg; in bpf_jit_prologue()
538 jit->base_ip = jit->prg; in bpf_jit_prologue()
566 jit->exit_ip = jit->prg; in bpf_jit_epilogue()
572 jit->r14_thunk_ip = jit->prg; in bpf_jit_epilogue()
591 jit->r1_thunk_ip = jit->prg; in bpf_jit_epilogue()
1424 if (!is_first_pass(jit) && can_use_rel(jit, jit->exit_ip)) in bpf_jit_insn()
1685 jit->addrs[i] = jit->prg; in bpf_set_addr()
1697 jit->lit32 = jit->lit32_start; in bpf_jit_prog()
1717 jit->lit32_start = jit->prg; in bpf_jit_prog()
1724 jit->size_prg = jit->prg; in bpf_jit_prog()
[all …]
/dports/lang/gomacro/gomacro-2.7-304-g2f4dc7c/fast/
H A Djit.go107 arch := jit.Archs[jit.ARCH_ID]
134 arch := jit.Archs[jit.ARCH_ID]
362 var env jit.Expr = jc.MakeParam(8, jit.Uintptr)
389 stmt1 := jit.NewStmt2(jit.ASSIGN, binds, softbinds)
492 jc.Stmt2(jit.ASSIGN, rvar, jit.NewExprIdx(rvar, envInts.index, jit.Uint64))
614 jit.ASSIGN, renv, jc.MakeParam(8, jit.Uint64),
616 jit.ASSIGN, t, jit.NewExprIdx(renv, envIP.index, jit.Uint64),
622 jit.ASSIGN, s, jit.NewExprIdx(renv, envCode.index, jit.Uint64),
624 jit.ASSIGN, s, jit.NewExprIdx(s, t, jit.Uintptr),
626 jit.ASSIGN, jc.MakeParam(24, jit.Uint64), renv,
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/irregexp/
H A DNativeRegExpMacroAssembler.h157 inline jit::Scale factor() { return mode_ == CHAR16 ? jit::TimesTwo : jit::TimesOne; } in factor()
159 jit::Label* BranchOrBacktrack(jit::Label* branch);
175 jit::StackMacroAssembler masm;
180 jit::Label entry_label_;
181 jit::Label start_label_;
182 jit::Label backtrack_label_;
183 jit::Label success_label_;
184 jit::Label exit_label_;
195 jit::Label* label;
200 LabelPatch(jit::Label* label, jit::CodeOffset patchOffset) in LabelPatch()
[all …]

12345678910>>...194