Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(819)

Unified Diff: src/mips/assembler-mips.h

Issue 1108583003: MIPS: Add rounding support in simulator and RINT instruction. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/mips/assembler-mips.cc » ('j') | src/mips/simulator-mips.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/mips/assembler-mips.h
diff --git a/src/mips/assembler-mips.h b/src/mips/assembler-mips.h
index 1e5748c27d5131b42ad6b98298ba331c31fbf132..55fcc536360b56282f22a5701dfc24002cfa558e 100644
--- a/src/mips/assembler-mips.h
+++ b/src/mips/assembler-mips.h
@@ -912,6 +912,7 @@ class Assembler : public AssemblerBase {
void floor_w_d(FPURegister fd, FPURegister fs);
void ceil_w_s(FPURegister fd, FPURegister fs);
void ceil_w_d(FPURegister fd, FPURegister fs);
+ void rint(SecondaryField fmt, FPURegister fd, FPURegister fs);
balazs.kilvady 2015/04/24 15:38:16 I think rint_s() and rint_d() should be implemente
paul.l... 2015/04/27 05:12:49 I agree with Balázs here, however this is then dif
dusmil.imgtec 2015/04/27 10:02:52 Yes, We need to have those additional wrappers suf
Djordje.Pesic 2015/04/27 12:46:58 Done.
Djordje.Pesic 2015/04/27 12:46:58 Done.
Djordje.Pesic 2015/04/27 12:46:58 Done.
void cvt_l_s(FPURegister fd, FPURegister fs);
void cvt_l_d(FPURegister fd, FPURegister fs);
« no previous file with comments | « no previous file | src/mips/assembler-mips.cc » ('j') | src/mips/simulator-mips.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698