Searched hist:2009 (Results 76 - 100 of 951) sorted by relevance

1234567891011>>

/gem5/src/arch/x86/isa/insts/simd128/floating_point/logical/
H A Dandp.pydiff 6542:059e35b593a8 Mon Aug 17 21:25:00 EDT 2009 Gabe Black <gblack@eecs.umich.edu> X86: Implement PANDN, ANDNPS, and ANDNPD.
diff 6540:17414b661543 Mon Aug 17 21:24:00 EDT 2009 Gabe Black <gblack@eecs.umich.edu> X86: Implement PAND, ANDPS, and ANDPD.
/gem5/src/arch/x86/isa/insts/simd128/integer/arithmetic/
H A Daddition.pydiff 6801:353726c415f4 Sat Dec 19 04:48:00 EST 2009 Gabe Black <gblack@eecs.umich.edu> X86: Add a common named flag for signed media operations.
diff 6571:91d9599956f3 Mon Aug 17 23:04:00 EDT 2009 Gabe Black <gblack@eecs.umich.edu> X86: Implement the media integer addition instructions.
H A Dmultiply_add.pydiff 6801:353726c415f4 Sat Dec 19 04:48:00 EST 2009 Gabe Black <gblack@eecs.umich.edu> X86: Add a common named flag for signed media operations.
diff 6586:e8af0cf94c37 Mon Aug 17 23:15:00 EDT 2009 Gabe Black <gblack@eecs.umich.edu> X86: Implement the multiply and add instructions.
H A Dsubtraction.pydiff 6801:353726c415f4 Sat Dec 19 04:48:00 EST 2009 Gabe Black <gblack@eecs.umich.edu> X86: Add a common named flag for signed media operations.
diff 6580:a1c40860fe09 Mon Aug 17 23:15:00 EDT 2009 Gabe Black <gblack@eecs.umich.edu> X86: Implement the media integer subtract instructions.
/gem5/src/arch/x86/isa/insts/simd128/integer/data_reordering/
H A Dpack_with_saturation.pydiff 6801:353726c415f4 Sat Dec 19 04:48:00 EST 2009 Gabe Black <gblack@eecs.umich.edu> X86: Add a common named flag for signed media operations.
diff 6547:3f6c31c3d59e Mon Aug 17 21:32:00 EDT 2009 Gabe Black <gblack@eecs.umich.edu> X86: Implement the pack instructions.
/gem5/src/arch/x86/isa/insts/simd128/integer/logical/
H A Dpand.pydiff 6542:059e35b593a8 Mon Aug 17 21:25:00 EDT 2009 Gabe Black <gblack@eecs.umich.edu> X86: Implement PANDN, ANDNPS, and ANDNPD.
diff 6540:17414b661543 Mon Aug 17 21:24:00 EDT 2009 Gabe Black <gblack@eecs.umich.edu> X86: Implement PAND, ANDPS, and ANDPD.
/gem5/src/arch/x86/isa/insts/simd128/integer/save_and_restore_state/
H A Dsave_and_restore_control_and_status.pydiff 6599:a578850e7524 Mon Aug 17 23:25:00 EDT 2009 Gabe Black <gblack@eecs.umich.edu> X86: Implement LDMXCSR.
diff 6598:82d1d4d217e4 Mon Aug 17 23:25:00 EDT 2009 Gabe Black <gblack@eecs.umich.edu> X86: Implement STMXCSR.
/gem5/src/arch/x86/isa/insts/simd64/integer/arithmetic/
H A Daddition.pydiff 6801:353726c415f4 Sat Dec 19 04:48:00 EST 2009 Gabe Black <gblack@eecs.umich.edu> X86: Add a common named flag for signed media operations.
diff 6571:91d9599956f3 Mon Aug 17 23:04:00 EDT 2009 Gabe Black <gblack@eecs.umich.edu> X86: Implement the media integer addition instructions.
H A Dmultiply_add.pydiff 6801:353726c415f4 Sat Dec 19 04:48:00 EST 2009 Gabe Black <gblack@eecs.umich.edu> X86: Add a common named flag for signed media operations.
diff 6586:e8af0cf94c37 Mon Aug 17 23:15:00 EDT 2009 Gabe Black <gblack@eecs.umich.edu> X86: Implement the multiply and add instructions.
H A Dsubtraction.pydiff 6801:353726c415f4 Sat Dec 19 04:48:00 EST 2009 Gabe Black <gblack@eecs.umich.edu> X86: Add a common named flag for signed media operations.
diff 6580:a1c40860fe09 Mon Aug 17 23:15:00 EDT 2009 Gabe Black <gblack@eecs.umich.edu> X86: Implement the media integer subtract instructions.
/gem5/src/arch/x86/isa/insts/simd64/integer/data_reordering/
H A Dpack_with_saturation.pydiff 6801:353726c415f4 Sat Dec 19 04:48:00 EST 2009 Gabe Black <gblack@eecs.umich.edu> X86: Add a common named flag for signed media operations.
diff 6547:3f6c31c3d59e Mon Aug 17 21:32:00 EDT 2009 Gabe Black <gblack@eecs.umich.edu> X86: Implement the pack instructions.
/gem5/src/arch/x86/isa/insts/simd64/integer/logical/
H A Dpand.pydiff 6542:059e35b593a8 Mon Aug 17 21:25:00 EDT 2009 Gabe Black <gblack@eecs.umich.edu> X86: Implement PANDN, ANDNPS, and ANDNPD.
diff 6540:17414b661543 Mon Aug 17 21:24:00 EDT 2009 Gabe Black <gblack@eecs.umich.edu> X86: Implement PAND, ANDPS, and ANDPD.
/gem5/src/mem/slicc/
H A D__init__.py6657:ef5fae93a3b2 Tue Sep 22 21:12:00 EDT 2009 Nathan Binkert <nate@binkert.org> slicc: Pure python implementation of slicc.
This is simply a translation of the C++ slicc into python with very minimal
reorganization of the code. The output can be verified as nearly identical
by doing a "diff -wBur".

Slicc can easily be run manually by using util/slicc
/gem5/src/mem/slicc/ast/
H A DCheckAllocateStatementAST.py6657:ef5fae93a3b2 Tue Sep 22 21:12:00 EDT 2009 Nathan Binkert <nate@binkert.org> slicc: Pure python implementation of slicc.
This is simply a translation of the C++ slicc into python with very minimal
reorganization of the code. The output can be verified as nearly identical
by doing a "diff -wBur".

Slicc can easily be run manually by using util/slicc
H A DEnumExprAST.py6657:ef5fae93a3b2 Tue Sep 22 21:12:00 EDT 2009 Nathan Binkert <nate@binkert.org> slicc: Pure python implementation of slicc.
This is simply a translation of the C++ slicc into python with very minimal
reorganization of the code. The output can be verified as nearly identical
by doing a "diff -wBur".

Slicc can easily be run manually by using util/slicc
H A DNewExprAST.py6657:ef5fae93a3b2 Tue Sep 22 21:12:00 EDT 2009 Nathan Binkert <nate@binkert.org> slicc: Pure python implementation of slicc.
This is simply a translation of the C++ slicc into python with very minimal
reorganization of the code. The output can be verified as nearly identical
by doing a "diff -wBur".

Slicc can easily be run manually by using util/slicc
H A DPairAST.py6657:ef5fae93a3b2 Tue Sep 22 21:12:00 EDT 2009 Nathan Binkert <nate@binkert.org> slicc: Pure python implementation of slicc.
This is simply a translation of the C++ slicc into python with very minimal
reorganization of the code. The output can be verified as nearly identical
by doing a "diff -wBur".

Slicc can easily be run manually by using util/slicc
H A DPairListAST.py6657:ef5fae93a3b2 Tue Sep 22 21:12:00 EDT 2009 Nathan Binkert <nate@binkert.org> slicc: Pure python implementation of slicc.
This is simply a translation of the C++ slicc into python with very minimal
reorganization of the code. The output can be verified as nearly identical
by doing a "diff -wBur".

Slicc can easily be run manually by using util/slicc
H A DStatementAST.py6657:ef5fae93a3b2 Tue Sep 22 21:12:00 EDT 2009 Nathan Binkert <nate@binkert.org> slicc: Pure python implementation of slicc.
This is simply a translation of the C++ slicc into python with very minimal
reorganization of the code. The output can be verified as nearly identical
by doing a "diff -wBur".

Slicc can easily be run manually by using util/slicc
H A DStatementListAST.py6657:ef5fae93a3b2 Tue Sep 22 21:12:00 EDT 2009 Nathan Binkert <nate@binkert.org> slicc: Pure python implementation of slicc.
This is simply a translation of the C++ slicc into python with very minimal
reorganization of the code. The output can be verified as nearly identical
by doing a "diff -wBur".

Slicc can easily be run manually by using util/slicc
H A DTypeAST.py6657:ef5fae93a3b2 Tue Sep 22 21:12:00 EDT 2009 Nathan Binkert <nate@binkert.org> slicc: Pure python implementation of slicc.
This is simply a translation of the C++ slicc into python with very minimal
reorganization of the code. The output can be verified as nearly identical
by doing a "diff -wBur".

Slicc can easily be run manually by using util/slicc
H A DTypeFieldAST.py6657:ef5fae93a3b2 Tue Sep 22 21:12:00 EDT 2009 Nathan Binkert <nate@binkert.org> slicc: Pure python implementation of slicc.
This is simply a translation of the C++ slicc into python with very minimal
reorganization of the code. The output can be verified as nearly identical
by doing a "diff -wBur".

Slicc can easily be run manually by using util/slicc
/gem5/src/mem/slicc/generate/
H A D__init__.py6657:ef5fae93a3b2 Tue Sep 22 21:12:00 EDT 2009 Nathan Binkert <nate@binkert.org> slicc: Pure python implementation of slicc.
This is simply a translation of the C++ slicc into python with very minimal
reorganization of the code. The output can be verified as nearly identical
by doing a "diff -wBur".

Slicc can easily be run manually by using util/slicc
H A Ddot.py6657:ef5fae93a3b2 Tue Sep 22 21:12:00 EDT 2009 Nathan Binkert <nate@binkert.org> slicc: Pure python implementation of slicc.
This is simply a translation of the C++ slicc into python with very minimal
reorganization of the code. The output can be verified as nearly identical
by doing a "diff -wBur".

Slicc can easily be run manually by using util/slicc
H A Dtex.py6657:ef5fae93a3b2 Tue Sep 22 21:12:00 EDT 2009 Nathan Binkert <nate@binkert.org> slicc: Pure python implementation of slicc.
This is simply a translation of the C++ slicc into python with very minimal
reorganization of the code. The output can be verified as nearly identical
by doing a "diff -wBur".

Slicc can easily be run manually by using util/slicc

Completed in 46 milliseconds

1234567891011>>