• 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...
assembler-s390-inl.h Loading commit data...
assembler-s390.cc Loading commit data...
assembler-s390.h Loading commit data...
builtins-s390.cc Loading commit data...
code-stubs-s390.cc Loading commit data...
code-stubs-s390.h Loading commit data...
codegen-s390.cc Loading commit data...
codegen-s390.h Loading commit data...
constants-s390.cc Loading commit data...
constants-s390.h Loading commit data...
cpu-s390.cc Loading commit data...
deoptimizer-s390.cc Loading commit data...
disasm-s390.cc Loading commit data...
frames-s390.cc Loading commit data...
frames-s390.h Loading commit data...
interface-descriptors-s390.cc Loading commit data...
macro-assembler-s390.cc Loading commit data...
macro-assembler-s390.h Loading commit data...
simulator-s390.cc Loading commit data...
simulator-s390.h Loading commit data...