Home
last modified time | relevance | path

Searched refs:single5 (Results 1 – 19 of 19) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/js/src/jsapi-tests/
H A DtestJitMoveEmitterCycles-mips32.cpp32 static constexpr js::jit::FloatRegister single5(5, variable
149 TRY(mr.addMove(MoveOperand(single5), MoveOperand(single6), MoveOp::FLOAT32)); in BEGIN_TEST()
150 sim->setFpuRegisterFloat(single5.id(), 6.0f); in BEGIN_TEST()
214 TRY(mr.addMove(MoveOperand(single28), MoveOperand(single5), MoveOp::FLOAT32)); in BEGIN_TEST()
251 CHECK(int(sim->getFpuRegisterFloat(single5.id())) == 28.0); in BEGIN_TEST()
326 TRY(mr.addMove(MoveOperand(single14), MoveOperand(single5), MoveOp::FLOAT32)); in BEGIN_TEST()
361 CHECK(int(sim->getFpuRegisterFloat(single5.id())) == 14); in BEGIN_TEST()
387 TRY(mr.addMove(MoveOperand(single5), MoveOperand(single28), MoveOp::FLOAT32)); in BEGIN_TEST()
388 sim->setFpuRegisterFloat(single5.id(), 5.0f); in BEGIN_TEST()
412 TRY(mr.addMove(MoveOperand(single5), MoveOperand(single1), MoveOp::FLOAT32)); in BEGIN_TEST()
[all …]
/dports/www/firefox/firefox-99.0/js/src/jsapi-tests/
H A DtestJitMoveEmitterCycles-mips32.cpp32 static constexpr js::jit::FloatRegister single5(5, variable
149 TRY(mr.addMove(MoveOperand(single5), MoveOperand(single6), MoveOp::FLOAT32)); in BEGIN_TEST()
150 sim->setFpuRegisterFloat(single5.id(), 6.0f); in BEGIN_TEST()
214 TRY(mr.addMove(MoveOperand(single28), MoveOperand(single5), MoveOp::FLOAT32)); in BEGIN_TEST()
251 CHECK(int(sim->getFpuRegisterFloat(single5.id())) == 28.0); in BEGIN_TEST()
326 TRY(mr.addMove(MoveOperand(single14), MoveOperand(single5), MoveOp::FLOAT32)); in BEGIN_TEST()
361 CHECK(int(sim->getFpuRegisterFloat(single5.id())) == 14); in BEGIN_TEST()
387 TRY(mr.addMove(MoveOperand(single5), MoveOperand(single28), MoveOp::FLOAT32)); in BEGIN_TEST()
388 sim->setFpuRegisterFloat(single5.id(), 5.0f); in BEGIN_TEST()
412 TRY(mr.addMove(MoveOperand(single5), MoveOperand(single1), MoveOp::FLOAT32)); in BEGIN_TEST()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/jsapi-tests/
H A DtestJitMoveEmitterCycles-mips32.cpp32 static constexpr js::jit::FloatRegister single5(5, variable
149 TRY(mr.addMove(MoveOperand(single5), MoveOperand(single6), MoveOp::FLOAT32)); in BEGIN_TEST()
150 sim->setFpuRegisterFloat(single5.id(), 6.0f); in BEGIN_TEST()
214 TRY(mr.addMove(MoveOperand(single28), MoveOperand(single5), MoveOp::FLOAT32)); in BEGIN_TEST()
251 CHECK(int(sim->getFpuRegisterFloat(single5.id())) == 28.0); in BEGIN_TEST()
326 TRY(mr.addMove(MoveOperand(single14), MoveOperand(single5), MoveOp::FLOAT32)); in BEGIN_TEST()
361 CHECK(int(sim->getFpuRegisterFloat(single5.id())) == 14); in BEGIN_TEST()
387 TRY(mr.addMove(MoveOperand(single5), MoveOperand(single28), MoveOp::FLOAT32)); in BEGIN_TEST()
388 sim->setFpuRegisterFloat(single5.id(), 5.0f); in BEGIN_TEST()
412 TRY(mr.addMove(MoveOperand(single5), MoveOperand(single1), MoveOp::FLOAT32)); in BEGIN_TEST()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/jsapi-tests/
H A DtestJitMoveEmitterCycles-mips32.cpp32 static constexpr js::jit::FloatRegister single5(5, variable
149 TRY(mr.addMove(MoveOperand(single5), MoveOperand(single6), MoveOp::FLOAT32)); in BEGIN_TEST()
150 sim->setFpuRegisterFloat(single5.id(), 6.0f); in BEGIN_TEST()
214 TRY(mr.addMove(MoveOperand(single28), MoveOperand(single5), MoveOp::FLOAT32)); in BEGIN_TEST()
251 CHECK(int(sim->getFpuRegisterFloat(single5.id())) == 28.0); in BEGIN_TEST()
326 TRY(mr.addMove(MoveOperand(single14), MoveOperand(single5), MoveOp::FLOAT32)); in BEGIN_TEST()
361 CHECK(int(sim->getFpuRegisterFloat(single5.id())) == 14); in BEGIN_TEST()
387 TRY(mr.addMove(MoveOperand(single5), MoveOperand(single28), MoveOp::FLOAT32)); in BEGIN_TEST()
388 sim->setFpuRegisterFloat(single5.id(), 5.0f); in BEGIN_TEST()
412 TRY(mr.addMove(MoveOperand(single5), MoveOperand(single1), MoveOp::FLOAT32)); in BEGIN_TEST()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jsapi-tests/
H A DtestJitMoveEmitterCycles-mips32.cpp27 static constexpr js::jit::FloatRegister single5(5, js::jit::FloatRegister::Single); variable
104 TRY(mr.addMove(MoveOperand(single5), MoveOperand(single6), MoveOp::FLOAT32)); in BEGIN_TEST()
105 sim->setFpuRegisterFloat(single5.id(), 6.0f); in BEGIN_TEST()
166 TRY(mr.addMove(MoveOperand(single28), MoveOperand(single5), MoveOp::FLOAT32)); in BEGIN_TEST()
201 CHECK(int(sim->getFpuRegisterFloat(single5.id())) == 28.0); in BEGIN_TEST()
270 TRY(mr.addMove(MoveOperand(single14), MoveOperand(single5), MoveOp::FLOAT32)); in BEGIN_TEST()
304 CHECK(int(sim->getFpuRegisterFloat(single5.id())) == 14); in BEGIN_TEST()
333 TRY(mr.addMove(MoveOperand(single5), MoveOperand(single28), MoveOp::FLOAT32)); in BEGIN_TEST()
334 sim->setFpuRegisterFloat(single5.id(), 5.0f); in BEGIN_TEST()
353 TRY(mr.addMove(MoveOperand(single5), MoveOperand(single1), MoveOp::FLOAT32)); in BEGIN_TEST()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jsapi-tests/
H A DtestJitMoveEmitterCycles-mips32.cpp32 static constexpr js::jit::FloatRegister single5(5, variable
151 TRY(mr.addMove(MoveOperand(single5), MoveOperand(single6), MoveOp::FLOAT32)); in BEGIN_TEST()
152 sim->setFpuRegisterFloat(single5.id(), 6.0f); in BEGIN_TEST()
217 TRY(mr.addMove(MoveOperand(single28), MoveOperand(single5), MoveOp::FLOAT32)); in BEGIN_TEST()
254 CHECK(int(sim->getFpuRegisterFloat(single5.id())) == 28.0); in BEGIN_TEST()
330 TRY(mr.addMove(MoveOperand(single14), MoveOperand(single5), MoveOp::FLOAT32)); in BEGIN_TEST()
365 CHECK(int(sim->getFpuRegisterFloat(single5.id())) == 14); in BEGIN_TEST()
392 TRY(mr.addMove(MoveOperand(single5), MoveOperand(single28), MoveOp::FLOAT32)); in BEGIN_TEST()
393 sim->setFpuRegisterFloat(single5.id(), 5.0f); in BEGIN_TEST()
417 TRY(mr.addMove(MoveOperand(single5), MoveOperand(single1), MoveOp::FLOAT32)); in BEGIN_TEST()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lld/test/ELF/lto/
H A Dthinlto-single-module.ll46 ; RUN: ld.lld main.o thin.a --thinlto-single-module=main.o --thinlto-index-only=single5.idx
49 ; RUN: FileCheck %s --check-prefix=IDX < single5.idx
50 ; RUN: count 1 < single5.idx
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lld/test/ELF/lto/
H A Dthinlto-single-module.ll46 ; RUN: ld.lld main.o thin.a --thinlto-single-module=main.o --thinlto-index-only=single5.idx
49 ; RUN: FileCheck %s --check-prefix=IDX < single5.idx
50 ; RUN: count 1 < single5.idx
/dports/devel/llvm11/llvm-11.0.1.src/tools/lld/test/ELF/lto/
H A Dthinlto-single-module.ll46 ; RUN: ld.lld main.o thin.a --thinlto-single-module=main.o --thinlto-index-only=single5.idx
49 ; RUN: FileCheck %s --check-prefix=IDX < single5.idx
50 ; RUN: count 1 < single5.idx
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lld/test/ELF/lto/
H A Dthinlto-single-module.ll46 ; RUN: ld.lld main.o thin.a --thinlto-single-module=main.o --thinlto-index-only=single5.idx
49 ; RUN: FileCheck %s --check-prefix=IDX < single5.idx
50 ; RUN: count 1 < single5.idx
/dports/devel/llvm12/llvm-project-12.0.1.src/lld/test/ELF/lto/
H A Dthinlto-single-module.ll46 ; RUN: ld.lld main.o thin.a --thinlto-single-module=main.o --thinlto-index-only=single5.idx
49 ; RUN: FileCheck %s --check-prefix=IDX < single5.idx
50 ; RUN: count 1 < single5.idx
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lld/test/ELF/lto/
H A Dthinlto-single-module.ll46 ; RUN: ld.lld main.o thin.a --thinlto-single-module=main.o --thinlto-index-only=single5.idx
49 ; RUN: FileCheck %s --check-prefix=IDX < single5.idx
50 ; RUN: count 1 < single5.idx
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lld/test/ELF/lto/
H A Dthinlto-single-module.ll46 ; RUN: ld.lld main.o thin.a --thinlto-single-module=main.o --thinlto-index-only=single5.idx
49 ; RUN: FileCheck %s --check-prefix=IDX < single5.idx
50 ; RUN: count 1 < single5.idx
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lld/test/ELF/lto/
H A Dthinlto-single-module.ll46 ; RUN: ld.lld main.o thin.a --thinlto-single-module=main.o --thinlto-index-only=single5.idx
49 ; RUN: FileCheck %s --check-prefix=IDX < single5.idx
50 ; RUN: count 1 < single5.idx
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lld/test/ELF/lto/
H A Dthinlto-single-module.ll46 ; RUN: ld.lld main.o thin.a --thinlto-single-module=main.o --thinlto-index-only=single5.idx
49 ; RUN: FileCheck %s --check-prefix=IDX < single5.idx
50 ; RUN: count 1 < single5.idx
/dports/devel/llvm13/llvm-project-13.0.1.src/lld/test/ELF/lto/
H A Dthinlto-single-module.ll46 ; RUN: ld.lld main.o thin.a --thinlto-single-module=main.o --thinlto-index-only=single5.idx
49 ; RUN: FileCheck %s --check-prefix=IDX < single5.idx
50 ; RUN: count 1 < single5.idx
/dports/textproc/p5-XML-LibXML/XML-LibXML-2.0207/t/
H A D02parse.t97 single5 => ["<", "foo","bar", "/>"],
352 foreach my $key ( qw(single1 single2 single3 single4 single5 single6
/dports/net-mgmt/librenms/librenms-21.5.1/mibs/pbn/
H A DPBN-MIB5733 …SYNTAX INTEGER { undefined(0),single5V(1),dualRedundant5V(2),single5-12-24V(3),dualRedu…
5742single5-12-24V(3) - Single AC/DC power supply with rated outputs of 5V, +/-12V
/dports/net-mgmt/observium/observium/mibs/pbn/
H A DPBN-MIB5733 …SYNTAX INTEGER { undefined(0),single5V(1),dualRedundant5V(2),single5-12-24V(3),dualRedu…
5742single5-12-24V(3) - Single AC/DC power supply with rated outputs of 5V, +/-12V