Displaying 6 results from an estimated 6 matches for "sparcinstprinter".
2015 Jul 28
2
[LLVMdev] Wrong encoding/decoding for POPC instruction of Sparc
...stem_platform.dylib 0x00007fff86d78f1a _sigtramp + 26
4 libsystem_platform.dylib 0x0000000000000002 _sigtramp + 2032693506
5 llvm-mc 0x00000001096a5836 abort + 22
6 llvm-mc 0x00000001096a5811 __assert_rtn + 81
7 llvm-mc 0x000000010963f4e8
llvm::SparcInstPrinter::printOperand(llvm::MCInst const*, int,
llvm::MCSubtargetInfo const&, llvm::raw_ostream&) + 136
8 llvm-mc 0x000000010963eae0
llvm::SparcInstPrinter::printInstruction(llvm::MCInst const*,
llvm::MCSubtargetInfo const&, llvm::raw_ostream&) + 256
9 llvm-mc...
2015 Jul 31
2
[LLVMdev] Wrong encoding/decoding for POPC instruction of Sparc
...amp + 26
>> 4 libsystem_platform.dylib 0x0000000000000002 _sigtramp + 2032693506
>> 5 llvm-mc 0x00000001096a5836 abort + 22
>> 6 llvm-mc 0x00000001096a5811 __assert_rtn + 81
>> 7 llvm-mc 0x000000010963f4e8
>> llvm::SparcInstPrinter::printOperand(llvm::MCInst const*, int,
>> llvm::MCSubtargetInfo const&, llvm::raw_ostream&) + 136
>> 8 llvm-mc 0x000000010963eae0
>> llvm::SparcInstPrinter::printInstruction(llvm::MCInst const*,
>> llvm::MCSubtargetInfo const&, llvm::raw_ostrea...
2015 Jul 31
0
[LLVMdev] Wrong encoding/decoding for POPC instruction of Sparc
...07fff86d78f1a _sigtramp + 26
> 4 libsystem_platform.dylib 0x0000000000000002 _sigtramp + 2032693506
> 5 llvm-mc 0x00000001096a5836 abort + 22
> 6 llvm-mc 0x00000001096a5811 __assert_rtn + 81
> 7 llvm-mc 0x000000010963f4e8
> llvm::SparcInstPrinter::printOperand(llvm::MCInst const*, int,
> llvm::MCSubtargetInfo const&, llvm::raw_ostream&) + 136
> 8 llvm-mc 0x000000010963eae0
> llvm::SparcInstPrinter::printInstruction(llvm::MCInst const*,
> llvm::MCSubtargetInfo const&, llvm::raw_ostream&) + 256
&g...
2015 Jul 31
1
[LLVMdev] Wrong encoding/decoding for POPC instruction of Sparc
...; 4 libsystem_platform.dylib 0x0000000000000002 _sigtramp + 2032693506
>>> 5 llvm-mc 0x00000001096a5836 abort + 22
>>> 6 llvm-mc 0x00000001096a5811 __assert_rtn + 81
>>> 7 llvm-mc 0x000000010963f4e8
>>> llvm::SparcInstPrinter::printOperand(llvm::MCInst const*, int,
>>> llvm::MCSubtargetInfo const&, llvm::raw_ostream&) + 136
>>> 8 llvm-mc 0x000000010963eae0
>>> llvm::SparcInstPrinter::printInstruction(llvm::MCInst const*,
>>> llvm::MCSubtargetInfo const&,...
2014 Apr 03
5
[LLVMdev] comparing .o files from different build trees
...e/build/./lib/Target/Sparc/Release+Asserts/SparcISelDAGToDAG.o differ: byte 25814, line 106
./lib/Target/Sparc/Release+Asserts/SparcRegisterInfo.o ../../recurse2be/build/./lib/Target/Sparc/Release+Asserts/SparcRegisterInfo.o differ: byte 16949, line 12
./lib/Target/Sparc/InstPrinter/Release+Asserts/SparcInstPrinter.o ../../recurse2be/build/./lib/Target/Sparc/InstPrinter/Release+Asserts/SparcInstPrinter.o differ: byte 26716, line 14
./lib/Target/Sparc/AsmParser/Release+Asserts/SparcAsmParser.o ../../recurse2be/build/./lib/Target/Sparc/AsmParser/Release+Asserts/SparcAsmParser.o differ: byte 58286, line 535
./li...
2015 Sep 08
4
Inserting MachineInstr's
Hi,
I have a task to complete and I'm getting stuck. I can't find anything comparable in the documentation. The shortest explanation I can give is as follows: I need to use double-precision floating point values for floating-point multiplies. I'll not go into why: That would take the discussion away from the essential problem. E.g.
Replace:
fmuls %f20,%f21,%f8
with the