Home
last modified time | relevance | path

Searched refs:branchTestPrimitive (Results 1 – 25 of 59) sorted by relevance

123

/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/mips64/
H A DMacroAssembler-mips64-inl.h642 MacroAssembler::branchTestPrimitive(Condition cond, const ValueOperand& value, Label* label) in branchTestPrimitive() function
646 branchTestPrimitive(cond, scratch2, label); in branchTestPrimitive()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/mips64/
H A DMacroAssembler-mips64-inl.h555 void MacroAssembler::branchTestPrimitive(Condition cond, in branchTestPrimitive() function
560 branchTestPrimitive(cond, scratch2, label); in branchTestPrimitive()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/jit/mips64/
H A DMacroAssembler-mips64-inl.h613 void MacroAssembler::branchTestPrimitive(Condition cond, in branchTestPrimitive() function
618 branchTestPrimitive(cond, scratch2, label); in branchTestPrimitive()
/dports/www/firefox-esr/firefox-91.8.0/js/src/jit/mips64/
H A DMacroAssembler-mips64-inl.h636 void MacroAssembler::branchTestPrimitive(Condition cond, in branchTestPrimitive() function
641 branchTestPrimitive(cond, scratch2, label); in branchTestPrimitive()
/dports/www/firefox/firefox-99.0/js/src/jit/mips64/
H A DMacroAssembler-mips64-inl.h649 void MacroAssembler::branchTestPrimitive(Condition cond, in branchTestPrimitive() function
654 branchTestPrimitive(cond, scratch2, label); in branchTestPrimitive()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/jit/mips64/
H A DMacroAssembler-mips64-inl.h636 void MacroAssembler::branchTestPrimitive(Condition cond, in branchTestPrimitive() function
641 branchTestPrimitive(cond, scratch2, label); in branchTestPrimitive()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/x86-shared/
H A DMacroAssembler-x86-shared-inl.h1033 MacroAssembler::branchTestPrimitive(Condition cond, Register tag, Label* label) in branchTestPrimitive() function
1039 MacroAssembler::branchTestPrimitive(Condition cond, const ValueOperand& value, Label* label) in branchTestPrimitive() function
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/x86-shared/
H A DMacroAssembler-x86-shared-inl.h840 void MacroAssembler::branchTestPrimitive(Condition cond, Register tag, in branchTestPrimitive() function
845 void MacroAssembler::branchTestPrimitive(Condition cond, in branchTestPrimitive() function
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/mips32/
H A DMacroAssembler-mips32-inl.h979 MacroAssembler::branchTestPrimitive(Condition cond, const ValueOperand& value, Label* label)
981 branchTestPrimitive(cond, value.typeReg(), label);
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/mips32/
H A DMacroAssembler-mips32-inl.h805 void MacroAssembler::branchTestPrimitive(Condition cond, in branchTestPrimitive() function
808 branchTestPrimitive(cond, value.typeReg(), label); in branchTestPrimitive()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/jit/mips32/
H A DMacroAssembler-mips32-inl.h875 void MacroAssembler::branchTestPrimitive(Condition cond, in branchTestPrimitive() function
878 branchTestPrimitive(cond, value.typeReg(), label); in branchTestPrimitive()
/dports/www/firefox-esr/firefox-91.8.0/js/src/jit/mips32/
H A DMacroAssembler-mips32-inl.h895 void MacroAssembler::branchTestPrimitive(Condition cond, in branchTestPrimitive() function
898 branchTestPrimitive(cond, value.typeReg(), label); in branchTestPrimitive()
/dports/www/firefox/firefox-99.0/js/src/jit/mips32/
H A DMacroAssembler-mips32-inl.h934 void MacroAssembler::branchTestPrimitive(Condition cond, in branchTestPrimitive() function
937 branchTestPrimitive(cond, value.typeReg(), label); in branchTestPrimitive()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/jit/mips32/
H A DMacroAssembler-mips32-inl.h895 void MacroAssembler::branchTestPrimitive(Condition cond, in branchTestPrimitive() function
898 branchTestPrimitive(cond, value.typeReg(), label); in branchTestPrimitive()
/dports/www/firefox/firefox-99.0/js/src/jit/loong64/
H A DMacroAssembler-loong64-inl.h1673 void MacroAssembler::branchTestPrimitive(Condition cond, in branchTestPrimitive() function
1678 branchTestPrimitive(cond, scratch2, label); in branchTestPrimitive()
1707 void MacroAssembler::branchTestPrimitive(Condition cond, Register tag, in branchTestPrimitive() function
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/jit/mips32/
H A DMacroAssembler-mips32.cpp1324 MacroAssemblerMIPSCompat::branchTestPrimitive(Condition cond, const ValueOperand& value, in branchTestPrimitive() function in MacroAssemblerMIPSCompat
1327 branchTestPrimitive(cond, value.typeReg(), label); in branchTestPrimitive()
1330 MacroAssemblerMIPSCompat::branchTestPrimitive(Condition cond, Register tag, Label* label) in branchTestPrimitive() function in MacroAssemblerMIPSCompat
H A DMacroAssembler-mips32.h335 void branchTestPrimitive(Condition cond, const ValueOperand& value, Label* label);
336 void branchTestPrimitive(Condition cond, Register tag, Label* label);
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/jit/mips64/
H A DMacroAssembler-mips64.cpp1397 MacroAssemblerMIPS64Compat::branchTestPrimitive(Condition cond, const ValueOperand& value, in branchTestPrimitive() function in MacroAssemblerMIPS64Compat
1401 branchTestPrimitive(cond, SecondScratchReg, label); in branchTestPrimitive()
1404 MacroAssemblerMIPS64Compat::branchTestPrimitive(Condition cond, Register tag, Label* label) in branchTestPrimitive() function in MacroAssemblerMIPS64Compat
H A DMacroAssembler-mips64.h364 void branchTestPrimitive(Condition cond, const ValueOperand& value, Label* label);
365 void branchTestPrimitive(Condition cond, Register tag, Label* label);
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/arm64/
H A DMacroAssembler-arm64-inl.h1546 MacroAssembler::branchTestPrimitive(Condition cond, Register tag, Label* label) in branchTestPrimitive() function
1552 MacroAssembler::branchTestPrimitive(Condition cond, const ValueOperand& value, Label* label) in branchTestPrimitive() function
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/mips-shared/
H A DMacroAssembler-mips-shared-inl.h952 MacroAssembler::branchTestPrimitive(Condition cond, Register tag, Label* label) in branchTestPrimitive() function
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/mips-shared/
H A DMacroAssembler-mips-shared-inl.h752 void MacroAssembler::branchTestPrimitive(Condition cond, Register tag, in branchTestPrimitive() function
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/arm/
H A DMacroAssembler-arm-inl.h1969 MacroAssembler::branchTestPrimitive(Condition cond, Register tag, Label* label) in branchTestPrimitive() function
1975 MacroAssembler::branchTestPrimitive(Condition cond, const ValueOperand& value, Label* label) in branchTestPrimitive() function
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/arm64/
H A DMacroAssembler-arm64-inl.h1461 void MacroAssembler::branchTestPrimitive(Condition cond, Register tag, in branchTestPrimitive() function
1466 void MacroAssembler::branchTestPrimitive(Condition cond, in branchTestPrimitive() function
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/jit/x86-shared/
H A DMacroAssembler-x86-shared-inl.h950 void MacroAssembler::branchTestPrimitive(Condition cond, Register tag, in branchTestPrimitive() function
955 void MacroAssembler::branchTestPrimitive(Condition cond, in branchTestPrimitive() function

123