Home
last modified time | relevance | path

Searched refs:branchTestMagic (Results 1 – 25 of 112) sorted by relevance

12345

/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/mips-shared/
H A DMacroAssembler-mips-shared-inl.h960 MacroAssembler::branchTestMagic(Condition cond, Register tag, Label* label) in branchTestMagic() function
967 MacroAssembler::branchTestMagic(Condition cond, const Address& address, Label* label) in branchTestMagic() function
971 branchTestMagic(cond, scratch2, label); in branchTestMagic()
975 MacroAssembler::branchTestMagic(Condition cond, const BaseIndex& address, Label* label) in branchTestMagic() function
979 branchTestMagic(cond, scratch2, label); in branchTestMagic()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/mips-shared/
H A DMacroAssembler-mips-shared-inl.h759 void MacroAssembler::branchTestMagic(Condition cond, Register tag, in branchTestMagic() function
765 void MacroAssembler::branchTestMagic(Condition cond, const Address& address, in branchTestMagic() function
769 branchTestMagic(cond, scratch2, label); in branchTestMagic()
772 void MacroAssembler::branchTestMagic(Condition cond, const BaseIndex& address, in branchTestMagic() function
776 branchTestMagic(cond, scratch2, label); in branchTestMagic()
/dports/www/firefox-esr/firefox-91.8.0/js/src/jit/mips-shared/
H A DMacroAssembler-mips-shared-inl.h914 void MacroAssembler::branchTestMagic(Condition cond, Register tag, in branchTestMagic() function
920 void MacroAssembler::branchTestMagic(Condition cond, const Address& address, in branchTestMagic() function
924 branchTestMagic(cond, tag, label); in branchTestMagic()
927 void MacroAssembler::branchTestMagic(Condition cond, const BaseIndex& address, in branchTestMagic() function
931 branchTestMagic(cond, tag, label); in branchTestMagic()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/jit/mips-shared/
H A DMacroAssembler-mips-shared-inl.h844 void MacroAssembler::branchTestMagic(Condition cond, Register tag, in branchTestMagic() function
850 void MacroAssembler::branchTestMagic(Condition cond, const Address& address, in branchTestMagic() function
854 branchTestMagic(cond, tag, label); in branchTestMagic()
857 void MacroAssembler::branchTestMagic(Condition cond, const BaseIndex& address, in branchTestMagic() function
861 branchTestMagic(cond, tag, label); in branchTestMagic()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/jit/mips-shared/
H A DMacroAssembler-mips-shared-inl.h914 void MacroAssembler::branchTestMagic(Condition cond, Register tag, in branchTestMagic() function
920 void MacroAssembler::branchTestMagic(Condition cond, const Address& address, in branchTestMagic() function
924 branchTestMagic(cond, tag, label); in branchTestMagic()
927 void MacroAssembler::branchTestMagic(Condition cond, const BaseIndex& address, in branchTestMagic() function
931 branchTestMagic(cond, tag, label); in branchTestMagic()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/x86-shared/
H A DMacroAssembler-x86-shared-inl.h1053 MacroAssembler::branchTestMagic(Condition cond, Register tag, Label* label) in branchTestMagic() function
1059 MacroAssembler::branchTestMagic(Condition cond, const Address& address, Label* label) in branchTestMagic() function
1065 MacroAssembler::branchTestMagic(Condition cond, const BaseIndex& address, Label* label) in branchTestMagic() function
1072 MacroAssembler::branchTestMagic(Condition cond, const ValueOperand& value, L label) in branchTestMagic() function
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/x86-shared/
H A DMacroAssembler-x86-shared-inl.h858 void MacroAssembler::branchTestMagic(Condition cond, Register tag, in branchTestMagic() function
863 void MacroAssembler::branchTestMagic(Condition cond, const Address& address, in branchTestMagic() function
868 void MacroAssembler::branchTestMagic(Condition cond, const BaseIndex& address, in branchTestMagic() function
874 void MacroAssembler::branchTestMagic(Condition cond, const ValueOperand& value, in branchTestMagic() function
/dports/www/firefox/firefox-99.0/js/src/jit/mips-shared/
H A DMacroAssembler-mips-shared-inl.h1038 void MacroAssembler::branchTestMagic(Condition cond, Register tag, in branchTestMagic() function
1044 void MacroAssembler::branchTestMagic(Condition cond, const Address& address, in branchTestMagic() function
1048 branchTestMagic(cond, tag, label); in branchTestMagic()
1051 void MacroAssembler::branchTestMagic(Condition cond, const BaseIndex& address, in branchTestMagic() function
1055 branchTestMagic(cond, tag, label); in branchTestMagic()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/mips32/
H A DMacroAssembler-mips32-inl.h812 void MacroAssembler::branchTestMagic(Condition cond, const ValueOperand& value, in branchTestMagic() function
817 void MacroAssembler::branchTestMagic(Condition cond, const Address& valaddr, in branchTestMagic() function
823 branchTestMagic(Assembler::NotEqual, valaddr, &notMagic); in branchTestMagic()
825 branchTestMagic(Assembler::NotEqual, valaddr, label); in branchTestMagic()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/jit/mips32/
H A DMacroAssembler-mips32-inl.h882 void MacroAssembler::branchTestMagic(Condition cond, const ValueOperand& value, in branchTestMagic() function
887 void MacroAssembler::branchTestMagic(Condition cond, const Address& valaddr, in branchTestMagic() function
893 branchTestMagic(Assembler::NotEqual, valaddr, &notMagic); in branchTestMagic()
895 branchTestMagic(Assembler::NotEqual, valaddr, label); in branchTestMagic()
/dports/www/firefox/firefox-99.0/js/src/jit/loong64/
H A DMacroAssembler-loong64-inl.h1714 void MacroAssembler::branchTestMagic(Condition cond, Register tag, in branchTestMagic() function
1720 void MacroAssembler::branchTestMagic(Condition cond, const Address& address, in branchTestMagic() function
1724 branchTestMagic(cond, tag, label); in branchTestMagic()
1727 void MacroAssembler::branchTestMagic(Condition cond, const BaseIndex& address, in branchTestMagic() function
1731 branchTestMagic(cond, tag, label); in branchTestMagic()
1735 void MacroAssembler::branchTestMagic(Condition cond, const ValueOperand& value, in branchTestMagic() function
1742 void MacroAssembler::branchTestMagic(Condition cond, const Address& valaddr, in branchTestMagic() function
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/arm/
H A DMacroAssembler-arm-inl.h1729 void MacroAssembler::branchTestMagic(Condition cond, Register tag, in branchTestMagic() function
1734 void MacroAssembler::branchTestMagic(Condition cond, const Address& address, in branchTestMagic() function
1739 void MacroAssembler::branchTestMagic(Condition cond, const BaseIndex& address, in branchTestMagic() function
1745 void MacroAssembler::branchTestMagic(Condition cond, const ValueOperand& value, in branchTestMagic() function
1756 void MacroAssembler::branchTestMagic(Condition cond, const Address& valaddr, in branchTestMagic() function
1762 branchTestMagic(Assembler::NotEqual, valaddr, &notMagic); in branchTestMagic()
1764 branchTestMagic(Assembler::NotEqual, valaddr, label); in branchTestMagic()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/jit/arm/
H A DMacroAssembler-arm-inl.h1882 void MacroAssembler::branchTestMagic(Condition cond, Register tag, in branchTestMagic() function
1887 void MacroAssembler::branchTestMagic(Condition cond, const Address& address, in branchTestMagic() function
1892 void MacroAssembler::branchTestMagic(Condition cond, const BaseIndex& address, in branchTestMagic() function
1898 void MacroAssembler::branchTestMagic(Condition cond, const ValueOperand& value, in branchTestMagic() function
1909 void MacroAssembler::branchTestMagic(Condition cond, const Address& valaddr, in branchTestMagic() function
1915 branchTestMagic(Assembler::NotEqual, valaddr, &notMagic); in branchTestMagic()
1917 branchTestMagic(Assembler::NotEqual, valaddr, label); in branchTestMagic()
/dports/www/firefox-esr/firefox-91.8.0/js/src/jit/mips32/
H A DMacroAssembler-mips32-inl.h902 void MacroAssembler::branchTestMagic(Condition cond, const ValueOperand& value, in branchTestMagic() function
907 void MacroAssembler::branchTestMagic(Condition cond, const Address& valaddr, in branchTestMagic() function
913 branchTestMagic(Assembler::NotEqual, valaddr, &notMagic); in branchTestMagic()
915 branchTestMagic(Assembler::NotEqual, valaddr, label); in branchTestMagic()
/dports/www/firefox/firefox-99.0/js/src/jit/mips32/
H A DMacroAssembler-mips32-inl.h941 void MacroAssembler::branchTestMagic(Condition cond, const ValueOperand& value, in branchTestMagic() function
946 void MacroAssembler::branchTestMagic(Condition cond, const Address& valaddr, in branchTestMagic() function
952 branchTestMagic(Assembler::NotEqual, valaddr, &notMagic); in branchTestMagic()
954 branchTestMagic(Assembler::NotEqual, valaddr, label); in branchTestMagic()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/jit/mips32/
H A DMacroAssembler-mips32-inl.h902 void MacroAssembler::branchTestMagic(Condition cond, const ValueOperand& value, in branchTestMagic() function
907 void MacroAssembler::branchTestMagic(Condition cond, const Address& valaddr, in branchTestMagic() function
913 branchTestMagic(Assembler::NotEqual, valaddr, &notMagic); in branchTestMagic()
915 branchTestMagic(Assembler::NotEqual, valaddr, label); in branchTestMagic()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/arm/
H A DMacroAssembler-arm-inl.h1989 MacroAssembler::branchTestMagic(Condition cond, Register tag, Label* label) in branchTestMagic() function
1995 MacroAssembler::branchTestMagic(Condition cond, const Address& address, Label* label) in branchTestMagic() function
2001 MacroAssembler::branchTestMagic(Condition cond, const BaseIndex& address, Label* label) in branchTestMagic() function
2008 MacroAssembler::branchTestMagic(Condition cond, const ValueOperand& value, L label) in branchTestMagic() function
2022 MacroAssembler::branchTestMagic(Condition cond, const Address& valaddr, JSWhyMagic why, Label* labe… in branchTestMagic() function
2024 branchTestMagic(cond, valaddr, label); in branchTestMagic()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/arm64/
H A DMacroAssembler-arm64-inl.h1566 MacroAssembler::branchTestMagic(Condition cond, Register tag, Label* label) in branchTestMagic() function
1572 MacroAssembler::branchTestMagic(Condition cond, const Address& address, Label* label) in branchTestMagic() function
1578 MacroAssembler::branchTestMagic(Condition cond, const BaseIndex& address, Label* label) in branchTestMagic() function
1585 MacroAssembler::branchTestMagic(Condition cond, const ValueOperand& value, L label) in branchTestMagic() function
1599 MacroAssembler::branchTestMagic(Condition cond, const Address& valaddr, JSWhyMagic why, Label* labe… in branchTestMagic() function
/dports/www/firefox-esr/firefox-91.8.0/js/src/jit/arm/
H A DMacroAssembler-arm-inl.h1969 void MacroAssembler::branchTestMagic(Condition cond, Register tag, in branchTestMagic() function
1974 void MacroAssembler::branchTestMagic(Condition cond, const Address& address, in branchTestMagic() function
1979 void MacroAssembler::branchTestMagic(Condition cond, const BaseIndex& address, in branchTestMagic() function
1985 void MacroAssembler::branchTestMagic(Condition cond, const ValueOperand& value, in branchTestMagic() function
1996 void MacroAssembler::branchTestMagic(Condition cond, const Address& valaddr, in branchTestMagic() function
2002 branchTestMagic(Assembler::NotEqual, valaddr, &notMagic); in branchTestMagic()
2004 branchTestMagic(Assembler::NotEqual, valaddr, label); in branchTestMagic()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/jit/arm/
H A DMacroAssembler-arm-inl.h1969 void MacroAssembler::branchTestMagic(Condition cond, Register tag, in branchTestMagic() function
1974 void MacroAssembler::branchTestMagic(Condition cond, const Address& address, in branchTestMagic() function
1979 void MacroAssembler::branchTestMagic(Condition cond, const BaseIndex& address, in branchTestMagic() function
1985 void MacroAssembler::branchTestMagic(Condition cond, const ValueOperand& value, in branchTestMagic() function
1996 void MacroAssembler::branchTestMagic(Condition cond, const Address& valaddr, in branchTestMagic() function
2002 branchTestMagic(Assembler::NotEqual, valaddr, &notMagic); in branchTestMagic()
2004 branchTestMagic(Assembler::NotEqual, valaddr, label); in branchTestMagic()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/
H A DMacroAssembler.h1144 inline void branchTestMagic(Condition cond, Register tag, Label* label) PER_SHARED_ARCH;
1198 … inline void branchTestMagic(Condition cond, const Address& address, Label* label) PER_SHARED_ARCH;
1199 …inline void branchTestMagic(Condition cond, const BaseIndex& address, Label* label) PER_SHARED_ARC…
1201 inline void branchTestMagic(Condition cond, const ValueOperand& value, L label)
1204 …inline void branchTestMagic(Condition cond, const Address& valaddr, JSWhyMagic why, Label* label) …
1467 branchTestMagic(Assembler::Equal, dest.valueReg(), hole); in loadElementTypedOrValue()
1470 branchTestMagic(Assembler::Equal, src, hole); in loadElementTypedOrValue()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/mips64/
H A DMacroAssembler-mips64-inl.h651 MacroAssembler::branchTestMagic(Condition cond, const ValueOperand& value, L label) in branchTestMagic() function
659 MacroAssembler::branchTestMagic(Condition cond, const Address& valaddr, JSWhyMagic why, Label* labe… in branchTestMagic() function
/dports/www/firefox/firefox-99.0/js/src/jit/arm/
H A DMacroAssembler-arm-inl.h2185 void MacroAssembler::branchTestMagic(Condition cond, Register tag, in branchTestMagic() function
2190 void MacroAssembler::branchTestMagic(Condition cond, const Address& address, in branchTestMagic() function
2195 void MacroAssembler::branchTestMagic(Condition cond, const BaseIndex& address, in branchTestMagic() function
2201 void MacroAssembler::branchTestMagic(Condition cond, const ValueOperand& value, in branchTestMagic() function
2212 void MacroAssembler::branchTestMagic(Condition cond, const Address& valaddr, in branchTestMagic() function
2218 branchTestMagic(Assembler::NotEqual, valaddr, &notMagic); in branchTestMagic()
2220 branchTestMagic(Assembler::NotEqual, valaddr, label); in branchTestMagic()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/mips32/
H A DMacroAssembler-mips32-inl.h986 MacroAssembler::branchTestMagic(Condition cond, const ValueOperand& value, L label)
992 MacroAssembler::branchTestMagic(Condition cond, const Address& valaddr, JSWhyMagic why, Label* labe…
994 branchTestMagic(cond, valaddr, label);
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/x86/
H A DMacroAssembler-x86-inl.h819 void MacroAssembler::branchTestMagic(Condition cond, const Address& valaddr, in branchTestMagic() function
825 branchTestMagic(Assembler::NotEqual, valaddr, &notMagic); in branchTestMagic()
827 branchTestMagic(Assembler::NotEqual, valaddr, label); in branchTestMagic()

12345