Closed Bug 605427 Opened 14 years ago Closed 13 years ago

Implement FpReg move on icc or fcc for asm_cmov()

Categories

(Core Graveyard :: Nanojit, defect)

Sun
OpenSolaris
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: ginnchen+exoracle, Assigned: ginnchen+exoracle)

References

Details

(Whiteboard: fixed-in-nanojit, fixed-in-tamarin)

Attachments

(1 file)

      No description provided.
Summary: Implement FpReg move on icc for asm_cmov() → Implement FpReg move on icc or fcc for asm_cmov()
Attached patch patchSplinter Review
Attachment #485260 - Flags: review?(wmaddox)
Attachment #485260 - Flags: review?(wmaddox) → review+
R+

nits:

    inline void Assembler::FMOVDcc
        (Register rs, int32_t opt_cc, Register rd, int32_t cond, const char *opcode) {

- Don't break the line before the argument list -- it's not excessively long by the standards of the rest of the file.

- Our preferred convention, per discussion some months ago, is that the * should associate with the type, not the variable, e.g., char* rather than char *.  The code elsewhere in this file isn't consistent, however, so if you're just going with the immediate neighborhood, that's ok.
http://hg.mozilla.org/projects/nanojit-central/rev/ce344dfb7fcb

Fixed the line break.
Leave the "char *opcode" for future fixes.
Whiteboard: fixed-in-nanojit
http://hg.mozilla.org/tamarin-redux/rev/e952f880d3f6
Whiteboard: fixed-in-nanojit → fixed-in-nanojit, fixed-in-tamarin
Can this be closed?  Waiting to land in TM?
Flags: flashplayer-qrb+
Flags: flashplayer-bug-
Blocks: 607452
this one is already landed on MC.

http://hg.mozilla.org/mozilla-central/rev/16c78e2e5c30
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Product: Core → Core Graveyard
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: