Home
last modified time | relevance | path

Searched refs:CallTempReg1 (Results 1 – 25 of 65) sorted by relevance

123

/dports/lang/spidermonkey78/firefox-78.9.0/js/src/jit/arm64/
H A DAssembler-arm64.h63 static constexpr Register CallTempReg1{Registers::x10};
138 static constexpr Register RegExpMatcherStringReg = CallTempReg1;
143 static constexpr Register RegExpTesterStringReg = CallTempReg1;
/dports/www/firefox-esr/firefox-91.8.0/js/src/jit/arm64/
H A DAssembler-arm64.h84 static constexpr Register CallTempReg1{Registers::x10};
397 static constexpr Register RegExpMatcherStringReg = CallTempReg1;
402 static constexpr Register RegExpTesterStringReg = CallTempReg1;
/dports/www/firefox/firefox-99.0/js/src/jit/arm64/
H A DAssembler-arm64.h84 static constexpr Register CallTempReg1{Registers::x10};
397 static constexpr Register RegExpMatcherStringReg = CallTempReg1;
402 static constexpr Register RegExpTesterStringReg = CallTempReg1;
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/arm64/
H A DAssembler-arm64.h48 static constexpr Register CallTempReg1 = { Registers::x10 };
136 static constexpr Register RegExpMatcherStringReg = CallTempReg1;
141 static constexpr Register RegExpTesterStringReg = CallTempReg1;
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/arm64/
H A DAssembler-arm64.h56 static constexpr Register CallTempReg1{Registers::x10};
143 static constexpr Register RegExpMatcherStringReg = CallTempReg1;
148 static constexpr Register RegExpTesterStringReg = CallTempReg1;
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/jit/arm64/
H A DAssembler-arm64.h84 static constexpr Register CallTempReg1{Registers::x10};
397 static constexpr Register RegExpMatcherStringReg = CallTempReg1;
402 static constexpr Register RegExpTesterStringReg = CallTempReg1;
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/jit/
H A DLowering.cpp446 MOZ_ASSERT(CallTempReg0 != CallTempReg1); in visitCall()
448 MOZ_ASSERT(CallTempReg1 != ArgumentsRectifierReg); in visitCall()
505 MOZ_ASSERT(CallTempReg1 != ArgumentsRectifierReg); in visitApplyArgs()
514 tempFixed(CallTempReg1), // object register in visitApplyArgs()
535 MOZ_ASSERT(CallTempReg1 != ArgumentsRectifierReg); in visitApplyArray()
544 tempFixed(CallTempReg1), // object register in visitApplyArray()
621 useFixed(name, CallTempReg1), in visitGetDynamicName()
1652 useFixedAtStart(rhs, CallTempReg1), in visitConcat()
1654 tempFixed(CallTempReg1), in visitConcat()
2987 LArrayConcat* lir = new(alloc()) LArrayConcat(useFixed(ins->lhs(), CallTempReg1), in visitArrayConcat()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/
H A DLowering.cpp504 MOZ_ASSERT(CallTempReg0 != CallTempReg1); in visitCall()
506 MOZ_ASSERT(CallTempReg1 != ArgumentsRectifierReg); in visitCall()
566 MOZ_ASSERT(CallTempReg1 != ArgumentsRectifierReg); in visitApplyArgs()
576 tempFixed(CallTempReg1), // object register in visitApplyArgs()
595 MOZ_ASSERT(CallTempReg1 != ArgumentsRectifierReg); in visitApplyArray()
605 tempFixed(CallTempReg1), // object register in visitApplyArray()
679 useFixedAtStart(name, CallTempReg1), in visitGetDynamicName()
1880 useFixedAtStart(rhs, CallTempReg1), in visitConcat()
1882 tempFixed(CallTempReg1), in visitConcat()
3319 useFixedAtStart(ins->begin(), CallTempReg1), in visitArraySlice()
[all …]
/dports/www/firefox/firefox-99.0/js/src/jit/none/
H A DAssembler-none.h46 static constexpr Register CallTempReg1{Registers::invalid_reg};
/dports/www/firefox-esr/firefox-91.8.0/js/src/jit/
H A DLowering.cpp530 tempFixed(CallTempReg1), // object register in visitApplyArgs()
551 tempFixed(CallTempReg1), // object register in visitApplyArgsObj()
572 tempFixed(CallTempReg1), // object register in visitApplyArray()
596 useFixedAtStart(mir->getNewTarget(), CallTempReg1), in visitConstructArray()
3486 tempFixed(CallTempReg1)); in visitArraySlice()
3889 tempFixed(CallTempReg0), tempFixed(CallTempReg1)); in visitAllocateAndStoreSlot()
4189 tempFixed(CallTempReg1), tempFixed(CallTempReg2)); in visitMegamorphicLoadSlot()
4200 tempFixed(CallTempReg0), tempFixed(CallTempReg1)); in visitMegamorphicLoadSlotByValue()
4221 tempFixed(CallTempReg0), tempFixed(CallTempReg1)); in visitMegamorphicHasProp()
4469 tempFixed(CallTempReg1), tempFixed(CallTempReg2)); in visitRest()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/jit/
H A DLowering.cpp530 tempFixed(CallTempReg1), // object register in visitApplyArgs()
551 tempFixed(CallTempReg1), // object register in visitApplyArgsObj()
572 tempFixed(CallTempReg1), // object register in visitApplyArray()
596 useFixedAtStart(mir->getNewTarget(), CallTempReg1), in visitConstructArray()
3486 tempFixed(CallTempReg1)); in visitArraySlice()
3889 tempFixed(CallTempReg0), tempFixed(CallTempReg1)); in visitAllocateAndStoreSlot()
4189 tempFixed(CallTempReg1), tempFixed(CallTempReg2)); in visitMegamorphicLoadSlot()
4200 tempFixed(CallTempReg0), tempFixed(CallTempReg1)); in visitMegamorphicLoadSlotByValue()
4221 tempFixed(CallTempReg0), tempFixed(CallTempReg1)); in visitMegamorphicHasProp()
4469 tempFixed(CallTempReg1), tempFixed(CallTempReg2)); in visitRest()
[all …]
/dports/www/firefox/firefox-99.0/js/src/jit/
H A DLowering.cpp599 tempFixed(CallTempReg1), // object register in visitApplyArgs()
620 tempFixed(CallTempReg1), // object register in visitApplyArgsObj()
641 tempFixed(CallTempReg1), // object register in visitApplyArray()
665 useFixedAtStart(mir->getNewTarget(), CallTempReg1), in visitConstructArgs()
689 useFixedAtStart(mir->getNewTarget(), CallTempReg1), in visitConstructArray()
3722 tempFixed(CallTempReg1)); in visitArraySlice()
4130 tempFixed(CallTempReg0), tempFixed(CallTempReg1)); in visitAllocateAndStoreSlot()
4441 tempFixed(CallTempReg1), tempFixed(CallTempReg2)); in visitMegamorphicLoadSlot()
4452 tempFixed(CallTempReg0), tempFixed(CallTempReg1)); in visitMegamorphicLoadSlotByValue()
4473 tempFixed(CallTempReg0), tempFixed(CallTempReg1)); in visitMegamorphicHasProp()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/x64/
H A DAssembler-x64.h97 static constexpr Register CallTempReg1 = rdi; variable
166 static constexpr Register RegExpMatcherStringReg = CallTempReg1;
170 static constexpr Register RegExpTesterRegExpReg = CallTempReg1;
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/x64/
H A DAssembler-x64.h115 static constexpr Register CallTempReg1 = rdi; variable
187 static constexpr Register RegExpMatcherStringReg = CallTempReg1;
191 static constexpr Register RegExpTesterRegExpReg = CallTempReg1;
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/jit/x64/
H A DAssembler-x64.h116 static constexpr Register CallTempReg1 = rdi; variable
172 static constexpr Register RegExpMatcherStringReg = CallTempReg1;
176 static constexpr Register RegExpTesterRegExpReg = CallTempReg1;
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/jit/
H A DLowering.cpp314 LCreateArgumentsObject(callObj, tempFixed(CallTempReg1), in visitCreateArgumentsObject()
455 tempFixed(CallTempReg1), tempFixed(CallTempReg2)); in visitCall()
472 tempFixed(CallTempReg1), // object register in visitApplyArgs()
493 tempFixed(CallTempReg1), // object register in visitApplyArray()
517 useFixedAtStart(mir->getNewTarget(), CallTempReg1), in visitConstructArray()
570 useFixedAtStart(name, CallTempReg1), tempFixed(CallTempReg2), in visitGetDynamicName()
1537 LPowI(useRegisterAtStart(input), useFixedAtStart(power, CallTempReg1), in visitPow()
1843 useFixedAtStart(lhs, CallTempReg0), useFixedAtStart(rhs, CallTempReg1), in visitConcat()
1844 tempFixed(CallTempReg0), tempFixed(CallTempReg1), tempFixed(CallTempReg2), in visitConcat()
3463 useFixedAtStart(ins->begin(), CallTempReg1), in visitArraySlice()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/
H A DLowering.cpp347 LCreateArgumentsObject(callObj, tempFixed(CallTempReg1), in visitCreateArgumentsObject()
486 tempFixed(CallTempReg1), tempFixed(CallTempReg2)); in visitCall()
503 tempFixed(CallTempReg1), // object register in visitApplyArgs()
526 tempFixed(CallTempReg1), // object register in visitApplyArray()
580 useFixedAtStart(name, CallTempReg1), tempFixed(CallTempReg2), in visitGetDynamicName()
1511 LPowI(useRegisterAtStart(input), useFixedAtStart(power, CallTempReg1), in visitPow()
1801 useFixedAtStart(lhs, CallTempReg0), useFixedAtStart(rhs, CallTempReg1), in visitConcat()
1802 tempFixed(CallTempReg0), tempFixed(CallTempReg1), tempFixed(CallTempReg2), in visitConcat()
3278 useFixedAtStart(ins->begin(), CallTempReg1), in visitArraySlice()
3963 useFixedAtStart(ins->numActuals(), CallTempReg0), tempFixed(CallTempReg1), in visitRest()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/js/src/jit/x64/
H A DAssembler-x64.h115 static constexpr Register CallTempReg1 = rdi; variable
169 static constexpr Register RegExpMatcherStringReg = CallTempReg1;
173 static constexpr Register RegExpTesterRegExpReg = CallTempReg1;
/dports/www/firefox/firefox-99.0/js/src/jit/x64/
H A DAssembler-x64.h119 static constexpr Register CallTempReg1 = rdi; variable
173 static constexpr Register RegExpMatcherStringReg = CallTempReg1;
177 static constexpr Register RegExpTesterRegExpReg = CallTempReg1;
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/jit/x64/
H A DAssembler-x64.h115 static constexpr Register CallTempReg1 = rdi; variable
169 static constexpr Register RegExpMatcherStringReg = CallTempReg1;
173 static constexpr Register RegExpTesterRegExpReg = CallTempReg1;
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/jit/arm64/
H A DAssembler-arm64.h49 static constexpr Register CallTempReg1 = { Registers::x10 }; variable
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/mips-shared/
H A DAssembler-mips-shared.h84 static constexpr Register CallTempReg1 = t1; variable
128 static constexpr Register RegExpMatcherStringReg = CallTempReg1;
133 static constexpr Register RegExpTesterStringReg = CallTempReg1;
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/mips-shared/
H A DAssembler-mips-shared.h80 static constexpr Register CallTempReg1 = t1; variable
124 static constexpr Register RegExpMatcherStringReg = CallTempReg1;
129 static constexpr Register RegExpTesterStringReg = CallTempReg1;
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/x86/
H A DAssembler-x86.h58 static constexpr Register CallTempReg1 = eax; variable
121 static constexpr Register RegExpMatcherStringReg = CallTempReg1;
/dports/www/firefox-esr/firefox-91.8.0/js/src/jit/mips-shared/
H A DAssembler-mips-shared.h79 static constexpr Register CallTempReg1 = t1; variable
112 static constexpr Register RegExpMatcherStringReg = CallTempReg1;
117 static constexpr Register RegExpTesterStringReg = CallTempReg1;

123