Home
last modified time | relevance | path

Searched refs:single8 (Results 1 – 7 of 7) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/js/src/jsapi-tests/
H A DtestJitMoveEmitterCycles-mips32.cpp38 static constexpr js::jit::FloatRegister single8(8, variable
193 TRY(mr.addMove(MoveOperand(single8), MoveOperand(single10), MoveOp::FLOAT32)); in BEGIN_TEST()
194 sim->setFpuRegisterFloat(single8.id(), 8.0f); in BEGIN_TEST()
212 TRY(mr.addMove(MoveOperand(single13), MoveOperand(single8), MoveOp::FLOAT32)); in BEGIN_TEST()
250 CHECK(int(sim->getFpuRegisterFloat(single8.id())) == 13.0); in BEGIN_TEST()
294 TRY(mr.addMove(MoveOperand(single8), MoveOperand(single6), MoveOp::FLOAT32)); in BEGIN_TEST()
295 sim->setFpuRegisterFloat(single8.id(), 8.0f); in BEGIN_TEST()
416 TRY(mr.addMove(MoveOperand(single3), MoveOperand(single8), MoveOp::FLOAT32)); in BEGIN_TEST()
465 CHECK(int(sim->getFpuRegisterFloat(single8.id())) == 3); in BEGIN_TEST()
/dports/www/firefox/firefox-99.0/js/src/jsapi-tests/
H A DtestJitMoveEmitterCycles-mips32.cpp38 static constexpr js::jit::FloatRegister single8(8, variable
193 TRY(mr.addMove(MoveOperand(single8), MoveOperand(single10), MoveOp::FLOAT32)); in BEGIN_TEST()
194 sim->setFpuRegisterFloat(single8.id(), 8.0f); in BEGIN_TEST()
212 TRY(mr.addMove(MoveOperand(single13), MoveOperand(single8), MoveOp::FLOAT32)); in BEGIN_TEST()
250 CHECK(int(sim->getFpuRegisterFloat(single8.id())) == 13.0); in BEGIN_TEST()
294 TRY(mr.addMove(MoveOperand(single8), MoveOperand(single6), MoveOp::FLOAT32)); in BEGIN_TEST()
295 sim->setFpuRegisterFloat(single8.id(), 8.0f); in BEGIN_TEST()
416 TRY(mr.addMove(MoveOperand(single3), MoveOperand(single8), MoveOp::FLOAT32)); in BEGIN_TEST()
465 CHECK(int(sim->getFpuRegisterFloat(single8.id())) == 3); in BEGIN_TEST()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/jsapi-tests/
H A DtestJitMoveEmitterCycles-mips32.cpp38 static constexpr js::jit::FloatRegister single8(8, variable
193 TRY(mr.addMove(MoveOperand(single8), MoveOperand(single10), MoveOp::FLOAT32)); in BEGIN_TEST()
194 sim->setFpuRegisterFloat(single8.id(), 8.0f); in BEGIN_TEST()
212 TRY(mr.addMove(MoveOperand(single13), MoveOperand(single8), MoveOp::FLOAT32)); in BEGIN_TEST()
250 CHECK(int(sim->getFpuRegisterFloat(single8.id())) == 13.0); in BEGIN_TEST()
294 TRY(mr.addMove(MoveOperand(single8), MoveOperand(single6), MoveOp::FLOAT32)); in BEGIN_TEST()
295 sim->setFpuRegisterFloat(single8.id(), 8.0f); in BEGIN_TEST()
416 TRY(mr.addMove(MoveOperand(single3), MoveOperand(single8), MoveOp::FLOAT32)); in BEGIN_TEST()
465 CHECK(int(sim->getFpuRegisterFloat(single8.id())) == 3); in BEGIN_TEST()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/jsapi-tests/
H A DtestJitMoveEmitterCycles-mips32.cpp38 static constexpr js::jit::FloatRegister single8(8, variable
193 TRY(mr.addMove(MoveOperand(single8), MoveOperand(single10), MoveOp::FLOAT32)); in BEGIN_TEST()
194 sim->setFpuRegisterFloat(single8.id(), 8.0f); in BEGIN_TEST()
212 TRY(mr.addMove(MoveOperand(single13), MoveOperand(single8), MoveOp::FLOAT32)); in BEGIN_TEST()
250 CHECK(int(sim->getFpuRegisterFloat(single8.id())) == 13.0); in BEGIN_TEST()
294 TRY(mr.addMove(MoveOperand(single8), MoveOperand(single6), MoveOp::FLOAT32)); in BEGIN_TEST()
295 sim->setFpuRegisterFloat(single8.id(), 8.0f); in BEGIN_TEST()
416 TRY(mr.addMove(MoveOperand(single3), MoveOperand(single8), MoveOp::FLOAT32)); in BEGIN_TEST()
465 CHECK(int(sim->getFpuRegisterFloat(single8.id())) == 3); in BEGIN_TEST()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jsapi-tests/
H A DtestJitMoveEmitterCycles-mips32.cpp30 static constexpr js::jit::FloatRegister single8(8, js::jit::FloatRegister::Single); variable
148 TRY(mr.addMove(MoveOperand(single8), MoveOperand(single10), MoveOp::FLOAT32)); in BEGIN_TEST()
149 sim->setFpuRegisterFloat(single8.id(), 8.0f); in BEGIN_TEST()
164 TRY(mr.addMove(MoveOperand(single13), MoveOperand(single8), MoveOp::FLOAT32)); in BEGIN_TEST()
200 CHECK(int(sim->getFpuRegisterFloat(single8.id())) == 13.0); in BEGIN_TEST()
244 TRY(mr.addMove(MoveOperand(single8), MoveOperand(single6), MoveOp::FLOAT32)); in BEGIN_TEST()
245 sim->setFpuRegisterFloat(single8.id(), 8.0f); in BEGIN_TEST()
357 TRY(mr.addMove(MoveOperand(single3), MoveOperand(single8), MoveOp::FLOAT32)); in BEGIN_TEST()
399 CHECK(int(sim->getFpuRegisterFloat(single8.id())) == 3); in BEGIN_TEST()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jsapi-tests/
H A DtestJitMoveEmitterCycles-mips32.cpp38 static constexpr js::jit::FloatRegister single8(8, variable
196 TRY(mr.addMove(MoveOperand(single8), MoveOperand(single10), MoveOp::FLOAT32)); in BEGIN_TEST()
197 sim->setFpuRegisterFloat(single8.id(), 8.0f); in BEGIN_TEST()
215 TRY(mr.addMove(MoveOperand(single13), MoveOperand(single8), MoveOp::FLOAT32)); in BEGIN_TEST()
253 CHECK(int(sim->getFpuRegisterFloat(single8.id())) == 13.0); in BEGIN_TEST()
298 TRY(mr.addMove(MoveOperand(single8), MoveOperand(single6), MoveOp::FLOAT32)); in BEGIN_TEST()
299 sim->setFpuRegisterFloat(single8.id(), 8.0f); in BEGIN_TEST()
421 TRY(mr.addMove(MoveOperand(single3), MoveOperand(single8), MoveOp::FLOAT32)); in BEGIN_TEST()
470 CHECK(int(sim->getFpuRegisterFloat(single8.id())) == 3); in BEGIN_TEST()
/dports/textproc/p5-XML-LibXML/XML-LibXML-2.0207/t/
H A D02parse.t100 single8 => ['<foobar', ' foo=', '"bar"', '/>'],
353 single7 single8 single9 multiple1 multiple2 multiple3