Skip to content

x/arch/arm/armasm: second source register is calculated incorrectly #19100

Description

@williamweixiao

Please answer these questions before submitting your issue. Thanks!

What version of Go are you using (go version)?

golang.org/x/arch/arm

What operating system and processor architecture are you using (go env)?

Ubuntu 16.04.1 LTS and ARM64

What did you do?

Disassemble following two instructions
937facb
d6530d61

What did you expect to see?

STREXD.LT [R12], R4, R3, R7
LDRD.VS [SP, -R6], R6, R5

What did you see instead?

STREXD.LT [R12], R3, R3, R7
LDRD.VS [SP, -R6], R5, R5

Metadata

Metadata

Assignees

No one assigned

    Labels

    NeedsFixThe path to resolution is known, but the work has not been done.

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions