Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8331861

[PPC64] Implement load / store assembler functions which take an Address object

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 24
    • 23
    • hotspot
    • b22
    • ppc

      Other platforms have memory access instruction functions in the Assembler or MacroAssembler which take an Address object as argument. PPC64 currently has some which take RegisterOrConstant (e.g. void Assembler::ld(Register d, RegisterOrConstant roc, Register s1)). Porting changes would be a bit easier if we had ld, lwa, lwz, etc. with Address object as operand.

            varadam Varada M
            mdoerr Martin Doerr
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: