http://llvm.org/bugs/show_bug.cgi?id=21168

            Bug ID: 21168
           Summary: PFRCP instruction cannot be disassembled
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: Backend: X86
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    Classification: Unclassified

Disassembly of the following bytes fails:

0F 0F C0 96

X86Instr3DNow.td has this comment:

    // FIXME: The disassembler doesn't support Has3DNow0F0FOpcode yet.

This opcode is challenging because the 0F 0F is followed by the ModRM byte and
then the opcode byte.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to