----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/3063/ -----------------------------------------------------------
Review request for Default. Repository: gem5 Description ------- Changeset 11057:5553615587e7 --------------------------- x86: implement fild, fucomi, and fucomip x87 insts fild loads an integer value into the x87 top of stack register. fucomi/fucomip compare two x87 register values (the latter also doing a stack pop). These instructions are used by some versions of GNU libstdc++. Diffs ----- src/arch/x86/isa/decoder/x87.isa 842f56345a421244a7a8988a5bc4fb1cfbf409ef src/arch/x86/isa/insts/x87/compare_and_test/floating_point_unordered_compare.py 842f56345a421244a7a8988a5bc4fb1cfbf409ef src/arch/x86/isa/insts/x87/data_transfer_and_conversion/convert_and_load_or_store_integer.py 842f56345a421244a7a8988a5bc4fb1cfbf409ef src/arch/x86/isa/microops/fpop.isa 842f56345a421244a7a8988a5bc4fb1cfbf409ef src/arch/x86/isa/microops/ldstop.isa 842f56345a421244a7a8988a5bc4fb1cfbf409ef Diff: http://reviews.gem5.org/r/3063/diff/ Testing ------- Thanks, Steve Reinhardt _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
