Home
last modified time | relevance | path

Searched refs:unboxNonDouble (Results 1 – 25 of 119) sorted by relevance

12345

/dports/lang/spidermonkey78/firefox-78.9.0/js/src/jit/x86/
H A DMacroAssembler-x86.h745 unboxNonDouble(src, dest, JSVAL_TYPE_INT32); in unboxInt32()
748 unboxNonDouble(src, dest, JSVAL_TYPE_INT32); in unboxInt32()
751 unboxNonDouble(src, dest, JSVAL_TYPE_INT32); in unboxInt32()
763 unboxNonDouble(src, dest, JSVAL_TYPE_STRING); in unboxString()
766 unboxNonDouble(src, dest, JSVAL_TYPE_STRING); in unboxString()
769 unboxNonDouble(src, dest, JSVAL_TYPE_SYMBOL); in unboxSymbol()
772 unboxNonDouble(src, dest, JSVAL_TYPE_SYMBOL); in unboxSymbol()
775 unboxNonDouble(src, dest, JSVAL_TYPE_BIGINT); in unboxBigInt()
778 unboxNonDouble(src, dest, JSVAL_TYPE_BIGINT); in unboxBigInt()
781 unboxNonDouble(src, dest, JSVAL_TYPE_OBJECT); in unboxObject()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/js/src/jit/x86/
H A DMacroAssembler-x86.h746 unboxNonDouble(src, dest, JSVAL_TYPE_INT32); in unboxInt32()
749 unboxNonDouble(src, dest, JSVAL_TYPE_INT32); in unboxInt32()
752 unboxNonDouble(src, dest, JSVAL_TYPE_INT32); in unboxInt32()
764 unboxNonDouble(src, dest, JSVAL_TYPE_STRING); in unboxString()
767 unboxNonDouble(src, dest, JSVAL_TYPE_STRING); in unboxString()
770 unboxNonDouble(src, dest, JSVAL_TYPE_SYMBOL); in unboxSymbol()
773 unboxNonDouble(src, dest, JSVAL_TYPE_SYMBOL); in unboxSymbol()
776 unboxNonDouble(src, dest, JSVAL_TYPE_BIGINT); in unboxBigInt()
779 unboxNonDouble(src, dest, JSVAL_TYPE_BIGINT); in unboxBigInt()
782 unboxNonDouble(src, dest, JSVAL_TYPE_OBJECT); in unboxObject()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/jit/x86/
H A DMacroAssembler-x86.h746 unboxNonDouble(src, dest, JSVAL_TYPE_INT32); in unboxInt32()
749 unboxNonDouble(src, dest, JSVAL_TYPE_INT32); in unboxInt32()
752 unboxNonDouble(src, dest, JSVAL_TYPE_INT32); in unboxInt32()
764 unboxNonDouble(src, dest, JSVAL_TYPE_STRING); in unboxString()
767 unboxNonDouble(src, dest, JSVAL_TYPE_STRING); in unboxString()
770 unboxNonDouble(src, dest, JSVAL_TYPE_SYMBOL); in unboxSymbol()
773 unboxNonDouble(src, dest, JSVAL_TYPE_SYMBOL); in unboxSymbol()
776 unboxNonDouble(src, dest, JSVAL_TYPE_BIGINT); in unboxBigInt()
779 unboxNonDouble(src, dest, JSVAL_TYPE_BIGINT); in unboxBigInt()
782 unboxNonDouble(src, dest, JSVAL_TYPE_OBJECT); in unboxObject()
[all …]
/dports/www/firefox/firefox-99.0/js/src/jit/x86/
H A DMacroAssembler-x86.h791 unboxNonDouble(src, dest, JSVAL_TYPE_INT32); in unboxInt32()
794 unboxNonDouble(src, dest, JSVAL_TYPE_INT32); in unboxInt32()
797 unboxNonDouble(src, dest, JSVAL_TYPE_INT32); in unboxInt32()
809 unboxNonDouble(src, dest, JSVAL_TYPE_STRING); in unboxString()
812 unboxNonDouble(src, dest, JSVAL_TYPE_STRING); in unboxString()
815 unboxNonDouble(src, dest, JSVAL_TYPE_SYMBOL); in unboxSymbol()
818 unboxNonDouble(src, dest, JSVAL_TYPE_SYMBOL); in unboxSymbol()
821 unboxNonDouble(src, dest, JSVAL_TYPE_BIGINT); in unboxBigInt()
824 unboxNonDouble(src, dest, JSVAL_TYPE_BIGINT); in unboxBigInt()
827 unboxNonDouble(src, dest, JSVAL_TYPE_OBJECT); in unboxObject()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/x86/
H A DMacroAssembler-x86.h714 unboxNonDouble(src, dest, JSVAL_TYPE_INT32); in unboxInt32()
717 unboxNonDouble(src, dest, JSVAL_TYPE_INT32); in unboxInt32()
720 unboxNonDouble(src, dest, JSVAL_TYPE_BOOLEAN); in unboxBoolean()
723 unboxNonDouble(src, dest, JSVAL_TYPE_BOOLEAN); in unboxBoolean()
726 unboxNonDouble(src, dest, JSVAL_TYPE_STRING); in unboxString()
729 unboxNonDouble(src, dest, JSVAL_TYPE_STRING); in unboxString()
732 unboxNonDouble(src, dest, JSVAL_TYPE_SYMBOL); in unboxSymbol()
735 unboxNonDouble(src, dest, JSVAL_TYPE_SYMBOL); in unboxSymbol()
738 unboxNonDouble(src, dest, JSVAL_TYPE_OBJECT); in unboxObject()
741 unboxNonDouble(src, dest, JSVAL_TYPE_OBJECT); in unboxObject()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/jit/x64/
H A DMacroAssembler-x64.h806 unboxNonDouble(Operand(src), dest, type); in unboxNonDouble()
809 unboxNonDouble(Operand(src), dest, type); in unboxNonDouble()
813 unboxNonDouble(src, dest, JSVAL_TYPE_STRING); in unboxString()
816 unboxNonDouble(src, dest, JSVAL_TYPE_STRING); in unboxString()
819 unboxNonDouble(src, dest, JSVAL_TYPE_STRING); in unboxString()
823 unboxNonDouble(src, dest, JSVAL_TYPE_SYMBOL); in unboxSymbol()
826 unboxNonDouble(src, dest, JSVAL_TYPE_SYMBOL); in unboxSymbol()
830 unboxNonDouble(src, dest, JSVAL_TYPE_BIGINT); in unboxBigInt()
833 unboxNonDouble(src, dest, JSVAL_TYPE_BIGINT); in unboxBigInt()
836 unboxNonDouble(src, dest, JSVAL_TYPE_BIGINT); in unboxBigInt()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/x64/
H A DMacroAssembler-x64.h768 unboxNonDouble(Operand(src), dest, type); in unboxNonDouble()
771 unboxNonDouble(Operand(src), dest, type); in unboxNonDouble()
775 unboxNonDouble(src, dest, JSVAL_TYPE_STRING); in unboxString()
778 unboxNonDouble(src, dest, JSVAL_TYPE_STRING); in unboxString()
781 unboxNonDouble(src, dest, JSVAL_TYPE_STRING); in unboxString()
785 unboxNonDouble(src, dest, JSVAL_TYPE_SYMBOL); in unboxSymbol()
788 unboxNonDouble(src, dest, JSVAL_TYPE_SYMBOL); in unboxSymbol()
792 unboxNonDouble(src, dest, JSVAL_TYPE_OBJECT); in unboxObject()
795 unboxNonDouble(src, dest, JSVAL_TYPE_OBJECT); in unboxObject()
806 unboxNonDouble(src, dest, JSVAL_TYPE_OBJECT); in unboxObjectOrNull()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/js/src/jit/x64/
H A DMacroAssembler-x64.h802 unboxNonDouble(Operand(src), dest, type); in unboxNonDouble()
805 unboxNonDouble(Operand(src), dest, type); in unboxNonDouble()
809 unboxNonDouble(src, dest, JSVAL_TYPE_STRING); in unboxString()
812 unboxNonDouble(src, dest, JSVAL_TYPE_STRING); in unboxString()
815 unboxNonDouble(src, dest, JSVAL_TYPE_STRING); in unboxString()
819 unboxNonDouble(src, dest, JSVAL_TYPE_SYMBOL); in unboxSymbol()
822 unboxNonDouble(src, dest, JSVAL_TYPE_SYMBOL); in unboxSymbol()
826 unboxNonDouble(src, dest, JSVAL_TYPE_BIGINT); in unboxBigInt()
829 unboxNonDouble(src, dest, JSVAL_TYPE_BIGINT); in unboxBigInt()
832 unboxNonDouble(src, dest, JSVAL_TYPE_BIGINT); in unboxBigInt()
[all …]
/dports/www/firefox/firefox-99.0/js/src/jit/x64/
H A DMacroAssembler-x64.h840 unboxNonDouble(Operand(src), dest, type); in unboxNonDouble()
843 unboxNonDouble(Operand(src), dest, type); in unboxNonDouble()
847 unboxNonDouble(src, dest, JSVAL_TYPE_STRING); in unboxString()
850 unboxNonDouble(src, dest, JSVAL_TYPE_STRING); in unboxString()
853 unboxNonDouble(src, dest, JSVAL_TYPE_STRING); in unboxString()
857 unboxNonDouble(src, dest, JSVAL_TYPE_SYMBOL); in unboxSymbol()
860 unboxNonDouble(src, dest, JSVAL_TYPE_SYMBOL); in unboxSymbol()
864 unboxNonDouble(src, dest, JSVAL_TYPE_BIGINT); in unboxBigInt()
867 unboxNonDouble(src, dest, JSVAL_TYPE_BIGINT); in unboxBigInt()
870 unboxNonDouble(src, dest, JSVAL_TYPE_BIGINT); in unboxBigInt()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/jit/x64/
H A DMacroAssembler-x64.h802 unboxNonDouble(Operand(src), dest, type); in unboxNonDouble()
805 unboxNonDouble(Operand(src), dest, type); in unboxNonDouble()
809 unboxNonDouble(src, dest, JSVAL_TYPE_STRING); in unboxString()
812 unboxNonDouble(src, dest, JSVAL_TYPE_STRING); in unboxString()
815 unboxNonDouble(src, dest, JSVAL_TYPE_STRING); in unboxString()
819 unboxNonDouble(src, dest, JSVAL_TYPE_SYMBOL); in unboxSymbol()
822 unboxNonDouble(src, dest, JSVAL_TYPE_SYMBOL); in unboxSymbol()
826 unboxNonDouble(src, dest, JSVAL_TYPE_BIGINT); in unboxBigInt()
829 unboxNonDouble(src, dest, JSVAL_TYPE_BIGINT); in unboxBigInt()
832 unboxNonDouble(src, dest, JSVAL_TYPE_BIGINT); in unboxBigInt()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/x86/
H A DMacroAssembler-x86.h682 void unboxNonDouble(const ValueOperand& src, Register dest) { in unboxNonDouble() function
686 void unboxNonDouble(const Address& src, Register dest) { in unboxNonDouble() function
689 void unboxNonDouble(const BaseIndex& src, Register dest) { in unboxNonDouble() function
692 void unboxInt32(const ValueOperand& src, Register dest) { unboxNonDouble(src, dest); } in unboxInt32()
693 void unboxInt32(const Address& src, Register dest) { unboxNonDouble(src, dest); } in unboxInt32()
695 void unboxBoolean(const Address& src, Register dest) { unboxNonDouble(src, dest); } in unboxBoolean()
696 void unboxString(const ValueOperand& src, Register dest) { unboxNonDouble(src, dest); } in unboxString()
697 void unboxString(const Address& src, Register dest) { unboxNonDouble(src, dest); } in unboxString()
699 void unboxSymbol(const Address& src, Register dest) { unboxNonDouble(src, dest); } in unboxSymbol()
701 void unboxObject(const Address& src, Register dest) { unboxNonDouble(src, dest); } in unboxObject()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/js/src/jit/arm/
H A DMacroAssembler-arm.h799 unboxNonDouble(src, dest, JSVAL_TYPE_INT32); in unboxInt32()
802 unboxNonDouble(src, dest, JSVAL_TYPE_INT32); in unboxInt32()
805 unboxNonDouble(src, dest, JSVAL_TYPE_INT32); in unboxInt32()
817 unboxNonDouble(src, dest, JSVAL_TYPE_STRING); in unboxString()
820 unboxNonDouble(src, dest, JSVAL_TYPE_STRING); in unboxString()
823 unboxNonDouble(src, dest, JSVAL_TYPE_SYMBOL); in unboxSymbol()
826 unboxNonDouble(src, dest, JSVAL_TYPE_SYMBOL); in unboxSymbol()
829 unboxNonDouble(src, dest, JSVAL_TYPE_BIGINT); in unboxBigInt()
832 unboxNonDouble(src, dest, JSVAL_TYPE_BIGINT); in unboxBigInt()
835 unboxNonDouble(src, dest, JSVAL_TYPE_OBJECT); in unboxObject()
[all …]
/dports/www/firefox/firefox-99.0/js/src/jit/arm/
H A DMacroAssembler-arm.h803 unboxNonDouble(src, dest, JSVAL_TYPE_INT32); in unboxInt32()
806 unboxNonDouble(src, dest, JSVAL_TYPE_INT32); in unboxInt32()
809 unboxNonDouble(src, dest, JSVAL_TYPE_INT32); in unboxInt32()
821 unboxNonDouble(src, dest, JSVAL_TYPE_STRING); in unboxString()
824 unboxNonDouble(src, dest, JSVAL_TYPE_STRING); in unboxString()
827 unboxNonDouble(src, dest, JSVAL_TYPE_SYMBOL); in unboxSymbol()
830 unboxNonDouble(src, dest, JSVAL_TYPE_SYMBOL); in unboxSymbol()
833 unboxNonDouble(src, dest, JSVAL_TYPE_BIGINT); in unboxBigInt()
836 unboxNonDouble(src, dest, JSVAL_TYPE_BIGINT); in unboxBigInt()
839 unboxNonDouble(src, dest, JSVAL_TYPE_OBJECT); in unboxObject()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/jit/arm/
H A DMacroAssembler-arm.h799 unboxNonDouble(src, dest, JSVAL_TYPE_INT32); in unboxInt32()
802 unboxNonDouble(src, dest, JSVAL_TYPE_INT32); in unboxInt32()
805 unboxNonDouble(src, dest, JSVAL_TYPE_INT32); in unboxInt32()
817 unboxNonDouble(src, dest, JSVAL_TYPE_STRING); in unboxString()
820 unboxNonDouble(src, dest, JSVAL_TYPE_STRING); in unboxString()
823 unboxNonDouble(src, dest, JSVAL_TYPE_SYMBOL); in unboxSymbol()
826 unboxNonDouble(src, dest, JSVAL_TYPE_SYMBOL); in unboxSymbol()
829 unboxNonDouble(src, dest, JSVAL_TYPE_BIGINT); in unboxBigInt()
832 unboxNonDouble(src, dest, JSVAL_TYPE_BIGINT); in unboxBigInt()
835 unboxNonDouble(src, dest, JSVAL_TYPE_OBJECT); in unboxObject()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/jit/arm/
H A DMacroAssembler-arm.h825 unboxNonDouble(src, dest, JSVAL_TYPE_INT32); in unboxInt32()
828 unboxNonDouble(src, dest, JSVAL_TYPE_INT32); in unboxInt32()
831 unboxNonDouble(src, dest, JSVAL_TYPE_INT32); in unboxInt32()
843 unboxNonDouble(src, dest, JSVAL_TYPE_STRING); in unboxString()
846 unboxNonDouble(src, dest, JSVAL_TYPE_STRING); in unboxString()
849 unboxNonDouble(src, dest, JSVAL_TYPE_SYMBOL); in unboxSymbol()
852 unboxNonDouble(src, dest, JSVAL_TYPE_SYMBOL); in unboxSymbol()
855 unboxNonDouble(src, dest, JSVAL_TYPE_BIGINT); in unboxBigInt()
858 unboxNonDouble(src, dest, JSVAL_TYPE_BIGINT); in unboxBigInt()
861 unboxNonDouble(src, dest, JSVAL_TYPE_OBJECT); in unboxObject()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/x64/
H A DMacroAssembler-x64.h765 void unboxNonDouble(const ValueOperand& src, Register dest) {
775 void unboxNonDouble(const Operand& src, Register dest) {
792 void unboxString(const ValueOperand& src, Register dest) { unboxNonDouble(src, dest); }
793 void unboxString(const Operand& src, Register dest) { unboxNonDouble(src, dest); }
795 void unboxSymbol(const ValueOperand& src, Register dest) { unboxNonDouble(src, dest); }
796 void unboxSymbol(const Operand& src, Register dest) { unboxNonDouble(src, dest); }
798 void unboxObject(const ValueOperand& src, Register dest) { unboxNonDouble(src, dest); }
799 void unboxObject(const Operand& src, Register dest) { unboxNonDouble(src, dest); }
800 void unboxObject(const Address& src, Register dest) { unboxNonDouble(Operand(src), dest); }
909 unboxNonDouble(Operand(src), dest.gpr());
[all …]
/dports/www/firefox-esr/firefox-91.8.0/js/src/jit/mips64/
H A DMacroAssembler-mips64.h368 void unboxNonDouble(const ValueOperand& operand, Register dest, in unboxNonDouble() function
370 unboxNonDouble(operand.valueReg(), dest, type); in unboxNonDouble()
374 void unboxNonDouble(T src, Register dest, JSValueType type) { in unboxNonDouble() function
381 unboxNonDouble(dest, dest, type); in unboxNonDouble()
384 void unboxNonDouble(Register src, Register dest, JSValueType type) { in unboxNonDouble() function
397 unboxNonDouble(src, dest, JSVAL_TYPE_OBJECT); in unboxObjectOrNull()
436 unboxNonDouble(src, dest, JSVAL_TYPE_OBJECT); in unboxObject()
512 unboxNonDouble(address, dest.gpr(), ValueTypeFromMIRType(type)); in loadUnboxedValue()
523 unboxNonDouble(value, SecondScratchReg, type); in storeUnboxedPayload()
546 unboxNonDouble(value, SecondScratchReg, type); in storeUnboxedPayload()
/dports/www/firefox/firefox-99.0/js/src/jit/mips64/
H A DMacroAssembler-mips64.h374 void unboxNonDouble(const ValueOperand& operand, Register dest, in unboxNonDouble() function
376 unboxNonDouble(operand.valueReg(), dest, type); in unboxNonDouble()
380 void unboxNonDouble(T src, Register dest, JSValueType type) { in unboxNonDouble() function
387 unboxNonDouble(dest, dest, type); in unboxNonDouble()
390 void unboxNonDouble(Register src, Register dest, JSValueType type) { in unboxNonDouble() function
403 unboxNonDouble(src, dest, JSVAL_TYPE_OBJECT); in unboxObjectOrNull()
442 unboxNonDouble(src, dest, JSVAL_TYPE_OBJECT); in unboxObject()
518 unboxNonDouble(address, dest.gpr(), ValueTypeFromMIRType(type)); in loadUnboxedValue()
529 unboxNonDouble(value, SecondScratchReg, type); in storeUnboxedPayload()
552 unboxNonDouble(value, SecondScratchReg, type); in storeUnboxedPayload()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/mips64/
H A DMacroAssembler-mips64.h345 void unboxNonDouble(const ValueOperand& operand, Register dest, in unboxNonDouble() function
347 unboxNonDouble(operand.valueReg(), dest, type); in unboxNonDouble()
351 void unboxNonDouble(T src, Register dest, JSValueType type) { in unboxNonDouble() function
358 unboxNonDouble(dest, dest, type); in unboxNonDouble()
361 void unboxNonDouble(Register src, Register dest, JSValueType type) { in unboxNonDouble() function
374 unboxNonDouble(src, dest, JSVAL_TYPE_OBJECT); in unboxObjectOrNull()
406 unboxNonDouble(src, dest, JSVAL_TYPE_OBJECT); in unboxObject()
483 unboxNonDouble(address, dest.gpr(), ValueTypeFromMIRType(type)); in loadUnboxedValue()
493 unboxNonDouble(value, SecondScratchReg, type); in storeUnboxedPayload()
515 unboxNonDouble(value, SecondScratchReg, type); in storeUnboxedPayload()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/jit/mips64/
H A DMacroAssembler-mips64.h368 void unboxNonDouble(const ValueOperand& operand, Register dest, in unboxNonDouble() function
370 unboxNonDouble(operand.valueReg(), dest, type); in unboxNonDouble()
374 void unboxNonDouble(T src, Register dest, JSValueType type) { in unboxNonDouble() function
381 unboxNonDouble(dest, dest, type); in unboxNonDouble()
384 void unboxNonDouble(Register src, Register dest, JSValueType type) { in unboxNonDouble() function
397 unboxNonDouble(src, dest, JSVAL_TYPE_OBJECT); in unboxObjectOrNull()
436 unboxNonDouble(src, dest, JSVAL_TYPE_OBJECT); in unboxObject()
512 unboxNonDouble(address, dest.gpr(), ValueTypeFromMIRType(type)); in loadUnboxedValue()
523 unboxNonDouble(value, SecondScratchReg, type); in storeUnboxedPayload()
546 unboxNonDouble(value, SecondScratchReg, type); in storeUnboxedPayload()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/jit/mips64/
H A DMacroAssembler-mips64.h351 void unboxNonDouble(const ValueOperand& operand, Register dest, in unboxNonDouble() function
353 unboxNonDouble(operand.valueReg(), dest, type); in unboxNonDouble()
357 void unboxNonDouble(T src, Register dest, JSValueType type) { in unboxNonDouble() function
364 unboxNonDouble(dest, dest, type); in unboxNonDouble()
367 void unboxNonDouble(Register src, Register dest, JSValueType type) { in unboxNonDouble() function
380 unboxNonDouble(src, dest, JSVAL_TYPE_OBJECT); in unboxObjectOrNull()
419 unboxNonDouble(src, dest, JSVAL_TYPE_OBJECT); in unboxObject()
496 unboxNonDouble(address, dest.gpr(), ValueTypeFromMIRType(type)); in loadUnboxedValue()
507 unboxNonDouble(value, SecondScratchReg, type); in storeUnboxedPayload()
530 unboxNonDouble(value, SecondScratchReg, type); in storeUnboxedPayload()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/arm/
H A DMacroAssembler-arm.h812 unboxNonDouble(src, dest, JSVAL_TYPE_INT32); in unboxInt32()
815 unboxNonDouble(src, dest, JSVAL_TYPE_INT32); in unboxInt32()
818 unboxNonDouble(src, dest, JSVAL_TYPE_BOOLEAN); in unboxBoolean()
821 unboxNonDouble(src, dest, JSVAL_TYPE_BOOLEAN); in unboxBoolean()
824 unboxNonDouble(src, dest, JSVAL_TYPE_STRING); in unboxString()
827 unboxNonDouble(src, dest, JSVAL_TYPE_STRING); in unboxString()
830 unboxNonDouble(src, dest, JSVAL_TYPE_SYMBOL); in unboxSymbol()
833 unboxNonDouble(src, dest, JSVAL_TYPE_SYMBOL); in unboxSymbol()
836 unboxNonDouble(src, dest, JSVAL_TYPE_OBJECT); in unboxObject()
839 unboxNonDouble(src, dest, JSVAL_TYPE_OBJECT); in unboxObject()
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/jit/x86/
H A DMacroAssembler-x86.h926 void unboxNonDouble(const ValueOperand& src, Register dest) { in unboxNonDouble() function
930 void unboxNonDouble(const Address& src, Register dest) { in unboxNonDouble() function
933 void unboxNonDouble(const BaseIndex& src, Register dest) { in unboxNonDouble() function
936 void unboxInt32(const ValueOperand& src, Register dest) { unboxNonDouble(src, dest); } in unboxInt32()
937 void unboxInt32(const Address& src, Register dest) { unboxNonDouble(src, dest); } in unboxInt32()
939 void unboxBoolean(const Address& src, Register dest) { unboxNonDouble(src, dest); } in unboxBoolean()
940 void unboxString(const ValueOperand& src, Register dest) { unboxNonDouble(src, dest); } in unboxString()
941 void unboxString(const Address& src, Register dest) { unboxNonDouble(src, dest); } in unboxString()
943 void unboxSymbol(const Address& src, Register dest) { unboxNonDouble(src, dest); } in unboxSymbol()
945 void unboxObject(const Address& src, Register dest) { unboxNonDouble(src, dest); } in unboxObject()
[all …]
/dports/www/firefox/firefox-99.0/js/src/jit/loong64/
H A DMacroAssembler-loong64.h565 void unboxNonDouble(const ValueOperand& operand, Register dest, in unboxNonDouble() function
567 unboxNonDouble(operand.valueReg(), dest, type); in unboxNonDouble()
571 void unboxNonDouble(T src, Register dest, JSValueType type) { in unboxNonDouble() function
578 unboxNonDouble(dest, dest, type); in unboxNonDouble()
581 void unboxNonDouble(Register src, Register dest, JSValueType type) { in unboxNonDouble() function
595 unboxNonDouble(src, dest, JSVAL_TYPE_OBJECT); in unboxObjectOrNull()
634 unboxNonDouble(src, dest, JSVAL_TYPE_OBJECT); in unboxObject()
712 unboxNonDouble(address, dest.gpr(), ValueTypeFromMIRType(type)); in loadUnboxedValue()
725 unboxNonDouble(value, scratch2, type); in storeUnboxedPayload()
750 unboxNonDouble(value, scratch2, type); in storeUnboxedPayload()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/jit/arm64/
H A DMacroAssembler-arm64.h351 unboxNonDouble(value, scratch, type); in storeUnboxedPayload()
1374 unboxNonDouble(src.valueReg(), dest, type); in unboxNonDouble()
1385 unboxNonDouble(dest, dest, type); in unboxNonDouble()
1406 unboxNonDouble(src, dest, JSVAL_TYPE_OBJECT); in unboxObject()
1410 unboxNonDouble(dest, dest, JSVAL_TYPE_OBJECT); in unboxObject()
1414 unboxNonDouble(dest, dest, JSVAL_TYPE_OBJECT); in unboxObject()
1419 unboxNonDouble(src, dest, JSVAL_TYPE_OBJECT); in unboxObjectOrNull()
1439 unboxNonDouble(operand, dest, JSVAL_TYPE_STRING); in unboxString()
1442 unboxNonDouble(src, dest, JSVAL_TYPE_STRING); in unboxString()
1448 unboxNonDouble(src, dest, JSVAL_TYPE_SYMBOL); in unboxSymbol()
[all …]

12345