• joransiu's avatar
    S390: Fix Div64 sequence + DLGR simulation · 6aa4cc4b
    joransiu authored
    The CodeGenerator sequence for kS390_Div64 was incorrectly defaulting
    to the 32-bit divide sequence.  That case has been fixed to use the
    proper 64-bit divide (DSGR).
    
    Fix bug in DLGR simulation where the register number was being used as
    operands instead of the values in those registers.
    
    R=jyan@ca.ibm.com,michael_dawson@ca.ibm.com,mbrandy@us.ibm.com
    BUG=
    
    Review URL: https://codereview.chromium.org/1844563002
    
    Cr-Commit-Position: refs/heads/master@{#35110}
    6aa4cc4b
Name
Last commit
Last update
..
OWNERS Loading commit data...
code-generator-s390.cc Loading commit data...
instruction-codes-s390.h Loading commit data...
instruction-scheduler-s390.cc Loading commit data...
instruction-selector-s390.cc Loading commit data...