According to x86 spec, fcomip and fucomip should be supported for Intel syntax.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
test/MC/X86/intel-syntax.s | ||
---|---|---|
740 | Why is the mnemonic used in the inline asm different than the mnemonic emitted by llvm-mc (i.e., *ip vs *pi)? |
test/MC/X86/intel-syntax.s | ||
---|---|---|
740 | Notice this test's output is in att syntax. |
Why is the mnemonic used in the inline asm different than the mnemonic emitted by llvm-mc (i.e., *ip vs *pi)?