APAR status
Closed as program error.
Error description
Issue ===== The dbx, when disassembling opcodes of the MD-form (e.g. rldicl, rdicr, rldic, rldimi), is printing wrong values for mb (or me) if the values are greater than or equal to 0x20. Examples ======== 0x100000840 (main+0x40) 7868c000 rldicl r8,r3,0x18,0x0 # CORRECT 0x100000844 (main+0x44) 7868c040 rldicl r8,r3,0x18,0x1 # CORRECT 0x100000848 (main+0x48) 7868c080 rldicl r8,r3,0x18,0x2 # CORRECT 0x10000084c (main+0x4c) 7868c0c0 rldicl r8,r3,0x18,0x3 # CORRECT 0x1000008c0 (main+0xc0) 7868c020 rldicl r8,r3,0x18,0x1 # <=== WRONG! Should be: rldicl r8,r3,0x18,0x20 0x1000008c4 (main+0xc4) 7868c060 rldicl r8,r3,0x18,0x1 # <=== WRONG! Should be: rldicl r8,r3,0x18,0x21 0x1000008c8 (main+0xc8) 7868c0a0 rldicl r8,r3,0x18,0x3 # <=== WRONG! Should be: rldicl r8,r3,0x18,0x22 0x1000008cc (main+0xcc) 7868c0e0 rldicl r8,r3,0x18,0x3 # <=== WRONG! Should be: rldicl r8,r3,0x18,0x23 Assumption ========== The handling of mb5 (or me5) is wrong.
Local fix
N/A
Problem summary
DBX disassembles MD-form rotate instructions (rldicl, rldicr, rldic, rldimi) incorrectly, displaying wrong mask values when the mask field is 32 or greater.
Problem conclusion
Modified libdbx disassembly code to correctly decode the mask field for MD-form instructions.
Temporary fix
Comments
APAR Information
APAR number
IJ58249
Reported component name
AIX V7.2
Reported component ID
5765CD200
Reported release
720
Status
CLOSED PER
HIPER
NoHIPER
Special Attention
NoSpecatt / Xsystem
Submitted date
2026-05-06
Closed date
2026-06-17
Last modified date
2026-06-18
APAR is sysrouted FROM one or more of the following:
APAR is sysrouted TO one or more of the following:
IJ58712
Fix information
Fixed component name
AIX V7.2
Fixed component ID
5765CD200
Applicable component levels
[{"Business Unit":{"code":"BU058","label":"IBM Infrastructure w\/TPS"},"Product":{"code":"SG11S","label":"AIX 7.2 HIPERS- APARs and Fixes"},"Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"720","Line of Business":{"code":"LOB08","label":"Cognitive Systems"}}]
Document Information
Modified date:
18 June 2026