Home
last modified time | relevance | path

Searched refs:testFCSRBit (Results 1 – 25 of 30) sorted by relevance

12

/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/mips32/
H A DSimulator-mips32.h180 bool testFCSRBit(uint32_t cc);
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/jit/mips32/
H A DSimulator-mips32.h180 bool testFCSRBit(uint32_t cc);
/dports/www/firefox-esr/firefox-91.8.0/js/src/jit/mips32/
H A DSimulator-mips32.h243 bool testFCSRBit(uint32_t cc);
H A DSimulator-mips32.cpp1437 bool Simulator::testFCSRBit(uint32_t cc) { return FCSR_ & (1 << cc); } in testFCSRBit() function in js::jit::Simulator
2690 if (testFCSRBit(fcsr_cc)) { in decodeTypeRegister()
2843 if (testFCSRBit(fcsr_cc)) { in decodeTypeRegister()
2995 if (testFCSRBit(fcsr_cc)) setRegister(rd_reg, rs); in decodeTypeRegister()
2997 if (!testFCSRBit(fcsr_cc)) setRegister(rd_reg, rs); in decodeTypeRegister()
3102 cc_value = testFCSRBit(fcsr_cc); in decodeTypeImmediate()
/dports/www/firefox/firefox-99.0/js/src/jit/mips32/
H A DSimulator-mips32.h243 bool testFCSRBit(uint32_t cc);
H A DSimulator-mips32.cpp1437 bool Simulator::testFCSRBit(uint32_t cc) { return FCSR_ & (1 << cc); } in testFCSRBit() function in js::jit::Simulator
2690 if (testFCSRBit(fcsr_cc)) { in decodeTypeRegister()
2843 if (testFCSRBit(fcsr_cc)) { in decodeTypeRegister()
2995 if (testFCSRBit(fcsr_cc)) setRegister(rd_reg, rs); in decodeTypeRegister()
2997 if (!testFCSRBit(fcsr_cc)) setRegister(rd_reg, rs); in decodeTypeRegister()
3102 cc_value = testFCSRBit(fcsr_cc); in decodeTypeImmediate()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/mips64/
H A DSimulator-mips64.h185 bool testFCSRBit(uint32_t cc);
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/mips32/
H A DSimulator-mips32.h240 bool testFCSRBit(uint32_t cc);
H A DSimulator-mips32.cpp1418 bool Simulator::testFCSRBit(uint32_t cc) { return FCSR_ & (1 << cc); } in testFCSRBit() function in js::jit::Simulator
2702 if (testFCSRBit(fcsr_cc)) { in decodeTypeRegister()
2855 if (testFCSRBit(fcsr_cc)) { in decodeTypeRegister()
3007 if (testFCSRBit(fcsr_cc)) setRegister(rd_reg, rs); in decodeTypeRegister()
3009 if (!testFCSRBit(fcsr_cc)) setRegister(rd_reg, rs); in decodeTypeRegister()
3114 cc_value = testFCSRBit(fcsr_cc); in decodeTypeImmediate()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/jit/mips32/
H A DSimulator-mips32.h243 bool testFCSRBit(uint32_t cc);
H A DSimulator-mips32.cpp1437 bool Simulator::testFCSRBit(uint32_t cc) { return FCSR_ & (1 << cc); } in testFCSRBit() function in js::jit::Simulator
2690 if (testFCSRBit(fcsr_cc)) { in decodeTypeRegister()
2843 if (testFCSRBit(fcsr_cc)) { in decodeTypeRegister()
2995 if (testFCSRBit(fcsr_cc)) setRegister(rd_reg, rs); in decodeTypeRegister()
2997 if (!testFCSRBit(fcsr_cc)) setRegister(rd_reg, rs); in decodeTypeRegister()
3102 cc_value = testFCSRBit(fcsr_cc); in decodeTypeImmediate()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/jit/mips32/
H A DSimulator-mips32.h245 bool testFCSRBit(uint32_t cc);
H A DSimulator-mips32.cpp1437 bool Simulator::testFCSRBit(uint32_t cc) { return FCSR_ & (1 << cc); } in testFCSRBit() function in js::jit::Simulator
2680 if (testFCSRBit(fcsr_cc)) { in decodeTypeRegister()
2833 if (testFCSRBit(fcsr_cc)) { in decodeTypeRegister()
2985 if (testFCSRBit(fcsr_cc)) setRegister(rd_reg, rs); in decodeTypeRegister()
2987 if (!testFCSRBit(fcsr_cc)) setRegister(rd_reg, rs); in decodeTypeRegister()
3092 cc_value = testFCSRBit(fcsr_cc); in decodeTypeImmediate()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/jit/mips64/
H A DSimulator-mips64.h185 bool testFCSRBit(uint32_t cc);
/dports/www/firefox-esr/firefox-91.8.0/js/src/jit/mips64/
H A DSimulator-mips64.h245 bool testFCSRBit(uint32_t cc);
H A DSimulator-mips64.cpp1453 bool Simulator::testFCSRBit(uint32_t cc) { return FCSR_ & (1 << cc); } in testFCSRBit() function in js::jit::Simulator
3236 if (testFCSRBit(fcsr_cc)) { in decodeTypeRegister()
3427 if (testFCSRBit(fcsr_cc)) { in decodeTypeRegister()
3570 if (testFCSRBit(fcsr_cc)) { in decodeTypeRegister()
3574 if (!testFCSRBit(fcsr_cc)) { in decodeTypeRegister()
3680 cc_value = testFCSRBit(fcsr_cc); in decodeTypeImmediate()
/dports/www/firefox/firefox-99.0/js/src/jit/mips64/
H A DSimulator-mips64.h245 bool testFCSRBit(uint32_t cc);
H A DSimulator-mips64.cpp1453 bool Simulator::testFCSRBit(uint32_t cc) { return FCSR_ & (1 << cc); } in testFCSRBit() function in js::jit::Simulator
3299 if (testFCSRBit(fcsr_cc)) { in decodeTypeRegister()
3490 if (testFCSRBit(fcsr_cc)) { in decodeTypeRegister()
3633 if (testFCSRBit(fcsr_cc)) { in decodeTypeRegister()
3637 if (!testFCSRBit(fcsr_cc)) { in decodeTypeRegister()
3743 cc_value = testFCSRBit(fcsr_cc); in decodeTypeImmediate()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/mips64/
H A DSimulator-mips64.h245 bool testFCSRBit(uint32_t cc);
H A DSimulator-mips64.cpp1422 bool Simulator::testFCSRBit(uint32_t cc) { return FCSR_ & (1 << cc); } in testFCSRBit() function in js::jit::Simulator
2991 if (testFCSRBit(fcsr_cc)) { in decodeTypeRegister()
3163 if (testFCSRBit(fcsr_cc)) { in decodeTypeRegister()
3304 if (testFCSRBit(fcsr_cc)) setRegister(rd_reg, rs); in decodeTypeRegister()
3306 if (!testFCSRBit(fcsr_cc)) setRegister(rd_reg, rs); in decodeTypeRegister()
3405 cc_value = testFCSRBit(fcsr_cc); in decodeTypeImmediate()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/jit/mips64/
H A DSimulator-mips64.h245 bool testFCSRBit(uint32_t cc);
H A DSimulator-mips64.cpp1453 bool Simulator::testFCSRBit(uint32_t cc) { return FCSR_ & (1 << cc); } in testFCSRBit() function in js::jit::Simulator
3236 if (testFCSRBit(fcsr_cc)) { in decodeTypeRegister()
3427 if (testFCSRBit(fcsr_cc)) { in decodeTypeRegister()
3570 if (testFCSRBit(fcsr_cc)) { in decodeTypeRegister()
3574 if (!testFCSRBit(fcsr_cc)) { in decodeTypeRegister()
3680 cc_value = testFCSRBit(fcsr_cc); in decodeTypeImmediate()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/jit/mips64/
H A DSimulator-mips64.h247 bool testFCSRBit(uint32_t cc);
H A DSimulator-mips64.cpp1452 bool Simulator::testFCSRBit(uint32_t cc) { return FCSR_ & (1 << cc); } in testFCSRBit() function in js::jit::Simulator
3014 if (testFCSRBit(fcsr_cc)) { in decodeTypeRegister()
3205 if (testFCSRBit(fcsr_cc)) { in decodeTypeRegister()
3348 if (testFCSRBit(fcsr_cc)) { in decodeTypeRegister()
3352 if (!testFCSRBit(fcsr_cc)) { in decodeTypeRegister()
3455 cc_value = testFCSRBit(fcsr_cc); in decodeTypeImmediate()
/dports/www/firefox/firefox-99.0/js/src/jit/loong64/
H A DSimulator-loong64.h303 bool testFCSRBit(uint32_t cc);

12