Skip to content

Change Status flags in EFLAGS(ZF) #1287

@minybot

Description

@minybot

Is it possible to change ZF flag using asm!?

For intrinsics _mm512_kortestc:

Description
Performs bitwise OR between k1 and k2, storing the result in dst. CF flag is set if dst consists of all 1's.

Operation
dst[15:0] := k1[15:0] | k2[15:0]
IF PopCount(dst[15:0]) == 16
SetCF()
FI

Is this doable in the nightly version?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions