Home
last modified time | relevance | path

Searched refs:InstMovW (Results 1 – 14 of 14) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/js/src/jit/arm/
H A DAssembler-arm.cpp398 return InstMovW::IsTHIS(i) || InstMovT::IsTHIS(i); in IsTHIS()
415 bool InstMovW::IsTHIS(const Instruction& i) { in IsTHIS()
419 InstMovW* InstMovW::AsTHIS(const Instruction& i) { in AsTHIS()
421 return (InstMovW*)&i; in AsTHIS()
560 if (inst1->is<InstMovW>()) { in GetCF32Target()
576 InstMovW* bottom = inst1->as<InstMovW>(); in GetCF32Target()
628 if (load1->is<InstMovW>() && load2->is<InstMovT>()) { in GetPtr32Target()
642 InstMovW* bottom = load1->as<InstMovW>(); in GetPtr32Target()
2593 MOZ_ASSERT(iter.cur()->is<InstMovW>() || iter.cur()->is<InstLDR>()); in ToggleCall()
2595 if (iter.cur()->is<InstMovW>()) { in ToggleCall()
[all …]
H A DAssembler-arm.h2103 class InstMovW : public InstMovWT {
2105 InstMovW(Register rd, Imm16 imm, Assembler::Condition c) in InstMovW() function
2109 static InstMovW* AsTHIS(const Instruction& i);
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/jit/arm/
H A DAssembler-arm.cpp398 return InstMovW::IsTHIS(i) || InstMovT::IsTHIS(i); in IsTHIS()
415 bool InstMovW::IsTHIS(const Instruction& i) { in IsTHIS()
419 InstMovW* InstMovW::AsTHIS(const Instruction& i) { in AsTHIS()
421 return (InstMovW*)&i; in AsTHIS()
560 if (inst1->is<InstMovW>()) { in GetCF32Target()
576 InstMovW* bottom = inst1->as<InstMovW>(); in GetCF32Target()
628 if (load1->is<InstMovW>() && load2->is<InstMovT>()) { in GetPtr32Target()
642 InstMovW* bottom = load1->as<InstMovW>(); in GetPtr32Target()
2569 MOZ_ASSERT(iter.cur()->is<InstMovW>() || iter.cur()->is<InstLDR>()); in ToggleCall()
2571 if (iter.cur()->is<InstMovW>()) { in ToggleCall()
[all …]
H A DAssembler-arm.h2082 class InstMovW : public InstMovWT {
2084 InstMovW(Register rd, Imm16 imm, Assembler::Condition c) in InstMovW() function
2088 static InstMovW* AsTHIS(const Instruction& i);
/dports/www/firefox/firefox-99.0/js/src/jit/arm/
H A DAssembler-arm.cpp398 return InstMovW::IsTHIS(i) || InstMovT::IsTHIS(i); in IsTHIS()
415 bool InstMovW::IsTHIS(const Instruction& i) { in IsTHIS()
419 InstMovW* InstMovW::AsTHIS(const Instruction& i) { in AsTHIS()
421 return (InstMovW*)&i; in AsTHIS()
560 if (inst1->is<InstMovW>()) { in GetCF32Target()
576 InstMovW* bottom = inst1->as<InstMovW>(); in GetCF32Target()
628 if (load1->is<InstMovW>() && load2->is<InstMovT>()) { in GetPtr32Target()
642 InstMovW* bottom = load1->as<InstMovW>(); in GetPtr32Target()
2593 MOZ_ASSERT(iter.cur()->is<InstMovW>() || iter.cur()->is<InstLDR>()); in ToggleCall()
2595 if (iter.cur()->is<InstMovW>()) { in ToggleCall()
[all …]
H A DAssembler-arm.h2103 class InstMovW : public InstMovWT {
2105 InstMovW(Register rd, Imm16 imm, Assembler::Condition c) in InstMovW() function
2109 static InstMovW* AsTHIS(const Instruction& i);
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/jit/arm/
H A DAssembler-arm.cpp398 return InstMovW::IsTHIS(i) || InstMovT::IsTHIS(i); in IsTHIS()
415 bool InstMovW::IsTHIS(const Instruction& i) { in IsTHIS()
419 InstMovW* InstMovW::AsTHIS(const Instruction& i) { in AsTHIS()
421 return (InstMovW*)&i; in AsTHIS()
560 if (inst1->is<InstMovW>()) { in GetCF32Target()
576 InstMovW* bottom = inst1->as<InstMovW>(); in GetCF32Target()
628 if (load1->is<InstMovW>() && load2->is<InstMovT>()) { in GetPtr32Target()
642 InstMovW* bottom = load1->as<InstMovW>(); in GetPtr32Target()
2593 MOZ_ASSERT(iter.cur()->is<InstMovW>() || iter.cur()->is<InstLDR>()); in ToggleCall()
2595 if (iter.cur()->is<InstMovW>()) { in ToggleCall()
[all …]
H A DAssembler-arm.h2103 class InstMovW : public InstMovWT {
2105 InstMovW(Register rd, Imm16 imm, Assembler::Condition c) in InstMovW() function
2109 static InstMovW* AsTHIS(const Instruction& i);
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/arm/
H A DAssembler-arm.cpp451 return InstMovW::IsTHIS(i) || InstMovT::IsTHIS(i); in IsTHIS()
484 InstMovW::IsTHIS(const Instruction& i) in IsTHIS()
489 InstMovW*
490 InstMovW::AsTHIS(const Instruction& i) in AsTHIS()
493 return (InstMovW*)&i; in AsTHIS()
719 if (inst1->is<InstMovW>()) in GetCF32Target()
736 InstMovW* bottom = inst1->as<InstMovW>(); in GetCF32Target()
791 if (load1->is<InstMovW>() && load2->is<InstMovT>()) { in GetPtr32Target()
804 InstMovW* bottom = load1->as<InstMovW>(); in GetPtr32Target()
3345 if (inst->is<InstMovW>()) { in ToggleCall()
[all …]
H A DAssembler-arm.h2191 class InstMovW : public InstMovWT
2194 InstMovW (Register rd, Imm16 imm, Assembler::Condition c) in InstMovW() function
2199 static InstMovW* AsTHIS (const Instruction& i);
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/arm/
H A DAssembler-arm.cpp357 return InstMovW::IsTHIS(i) || InstMovT::IsTHIS(i); in IsTHIS()
372 bool InstMovW::IsTHIS(const Instruction& i) { in IsTHIS()
376 InstMovW* InstMovW::AsTHIS(const Instruction& i) { in AsTHIS()
377 if (IsTHIS(i)) return (InstMovW*)&i; in AsTHIS()
543 if (inst1->is<InstMovW>()) { in GetCF32Target()
559 InstMovW* bottom = inst1->as<InstMovW>(); in GetCF32Target()
610 if (load1->is<InstMovW>() && load2->is<InstMovT>()) { in GetPtr32Target()
622 InstMovW* bottom = load1->as<InstMovW>(); in GetPtr32Target()
2621 MOZ_ASSERT(iter.cur()->is<InstMovW>() || iter.cur()->is<InstLDR>()); in ToggleCall()
2623 if (iter.cur()->is<InstMovW>()) { in ToggleCall()
[all …]
H A DAssembler-arm.h1993 class InstMovW : public InstMovWT {
1995 InstMovW(Register rd, Imm16 imm, Assembler::Condition c) in InstMovW() function
1999 static InstMovW* AsTHIS(const Instruction& i);
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/jit/arm/
H A DAssembler-arm.cpp428 return InstMovW::IsTHIS(i) || InstMovT::IsTHIS(i); in IsTHIS()
461 InstMovW::IsTHIS(const Instruction& i) in IsTHIS()
466 InstMovW*
467 InstMovW::AsTHIS(const Instruction& i) in AsTHIS()
470 return (InstMovW*)&i; in AsTHIS()
703 if (inst1->is<InstMovW>()) in GetCF32Target()
720 InstMovW* bottom = inst1->as<InstMovW>(); in GetCF32Target()
787 if (load1->is<InstMovW>() && load2->is<InstMovT>()) { in GetPtr32Target()
797 InstMovW* bottom = load1->as<InstMovW>(); in GetPtr32Target()
3288 if (inst->is<InstMovW>()) { in ToggleCall()
[all …]
H A DAssembler-arm.h2162 class InstMovW : public InstMovWT
2165 InstMovW (Register rd, Imm16 imm, Assembler::Condition c) in InstMovW() function
2170 static InstMovW* AsTHIS (const Instruction& i);