Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unimplemented tricore EXTR.U using extended register #6268

Open
emesare opened this issue Dec 21, 2024 · 0 comments
Open

Unimplemented tricore EXTR.U using extended register #6268

emesare opened this issue Dec 21, 2024 · 0 comments
Assignees
Labels
Arch: TriCore Issues with the TriCore architecture plugin (Ultimate only) Component: Architecture Issue needs changes to an architecture plugin Effort: Trivial Issue should take < 1 day Impact: Low Issue is a papercut or has a good, supported workaround Type: Enhancement Issue is a small enhancement to existing functionality
Milestone

Comments

@emesare
Copy link
Member

emesare commented Dec 21, 2024

Need to implement the EXTR.U using extended register.

even register: pos
odd register: width

Same semantics otherwise.

Instruction dump:

Instruction {
    address: 2149729656,
    format: Rrrr,
    operation: Extr,
    operation_modifiers: [],
    data_type_modifiers: [
        Unsigned,
    ],
    operands: [
        Operand {
            usage: Source,
            variant: Register(
                Data(
                    D8,
                ),
            ),
        },
        Operand {
            usage: Source,
            variant: Register(
                Unused,
            ),
        },
        Operand {
            usage: Source,
            variant: Register(
                ExtendedData(
                    ExtendedRegister {
                        even: D14,
                        odd: D15,
                    },
                ),
            ),
        },
        Operand {
            usage: Destination,
            variant: Register(
                Data(
                    D3,
                ),
            ),
        },
    ],
    addressing_mode: None,
}
@emesare emesare added the Arch: TriCore Issues with the TriCore architecture plugin (Ultimate only) label Dec 21, 2024
@emesare emesare added this to the Gallifrey milestone Dec 21, 2024
@emesare emesare self-assigned this Dec 21, 2024
@xusheng6 xusheng6 added Type: Enhancement Issue is a small enhancement to existing functionality Impact: Low Issue is a papercut or has a good, supported workaround Effort: Low Issue should take < 1 week Component: Architecture Issue needs changes to an architecture plugin labels Dec 23, 2024
@emesare emesare added Effort: Trivial Issue should take < 1 day and removed Effort: Low Issue should take < 1 week labels Dec 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Arch: TriCore Issues with the TriCore architecture plugin (Ultimate only) Component: Architecture Issue needs changes to an architecture plugin Effort: Trivial Issue should take < 1 day Impact: Low Issue is a papercut or has a good, supported workaround Type: Enhancement Issue is a small enhancement to existing functionality
Projects
None yet
Development

No branches or pull requests

2 participants