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

When dumping code blocks also show relevalt constants #22

Closed
pacak opened this issue Aug 17, 2022 · 0 comments · Fixed by #261
Closed

When dumping code blocks also show relevalt constants #22

pacak opened this issue Aug 17, 2022 · 0 comments · Fixed by #261

Comments

@pacak
Copy link
Owner

pacak commented Aug 17, 2022

Code refers to .LCPI134_0 and .LCPI134_1

bpaf::roundaaa:
.Lfunc_begin134:
        .cfi_startproc
        movss xmm1, dword ptr [rip + .LCPI134_0]
.Ltmp4420:
        maxss xmm1, xmm0
        movss xmm0, dword ptr [rip + .LCPI134_1]
.Ltmp4421:
        minss xmm0, xmm1
        cvttss2si eax, xmm0
        ret
.Ltmp4422:
.Lfunc_end134:
        .size   bpaf::roundaaa, .Lfunc_end134-bpaf::roundaaa
        .cfi_endproc

those values are defined right before it

        .section        .rodata.cst4,"aM",@progbits,4
        .p2align        2
.LCPI134_0:
        .long   0xc3000000
.LCPI134_1:
        .long   0x42fe0000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant