| commit | d04d3bb4a7a244fc8b49a721474cf4388240ca36 | [log] [tgz] |
|---|---|---|
| author | WANG Xuerui <git@xen0n.name> | Fri Jun 30 00:35:01 2023 +0800 |
| committer | liuzhensong <liuzhensong@loongson.cn> | Fri Jun 30 10:18:00 2023 +0800 |
| tree | c79a8a6996fcf805201912aecb3e0bf30cf27c50 | |
| parent | 1b9ea633cb5c3b2071510efcb9f3cd3da2e634e0 [diff] |
opcodes/loongarch: style disassembled address offsets as such Add a modifier char 'o' telling the disassembler to print the immediate using the address offset style, and mark the memory access instructions' offset operands as such. opcodes/ChangeLog: * loongarch-dis.c (dis_one_arg): Style disassembled address offsets as such when the operand has a modifier char 'o'. * loongarch-opc.c: Add 'o' to operands that represent address offsets. Signed-off-by: WANG Xuerui <git@xen0n.name>