search for: ic_opsize

Displaying 2 results from an estimated 2 matches for "ic_opsize".

2012 Jan 26
2
[LLVMdev] llvm3.0 => build failure under Linux MIPS & MIPSEL
...o /build/buildd-llvm-3.0_3.0-5-mipsel-jV6EnH/llvm-3.0-3.0/build-llvm/lib/Target/X86/Release/X86GenDisassemblerTables.inc.tmp /build/buildd-llvm-3.0_3.0-5-mipsel-jV6EnH/llvm-3.0-3.0/lib/Target/X86/X86.td Error: Primary decode conflict: ADC16ri would overwrite ADC16mi ModRM 201 Opcode 129 Context IC_OPSIZE Error: Primary decode conflict: ADC16ri would overwrite ADC16mi [pages of similar errors] Any ideas? I am available for testing. LLVM 2.9 was building fine [2]. Thanks, Sylvestre [1] Please note that mips log is available here: https://buildd.debian.org/status/fetch.php?pkg=llvm-3.0&arch=m...
2014 Jan 16
2
[LLVMdev] Some bugs in x86 disasm (llvm-mc)
I believe I have now fixed the 0x64 0xa1 0x00 0x00 0x00 0x00 bug in r199364. On Wed, Jan 15, 2014 at 10:53 AM, Craig Topper <craig.topper at gmail.com>wrote: > To fix it we need to change offset8/offset16/etc to have two suboperands > and update the printer to understand that. Also update the disassembler to > add the segment to the MCInst when its creating it. When I did these