Displaying 4 results from an estimated 4 matches for "setmodifi".
Did you mean:
setmodified
2015 Oct 23
3
[AMDGPU] AMDGPUAsmParser fails to parse several instructions
...id immediate: only 32-bit values are
legal
s_mov_b32 s0, 0xfe5163ab
^
sop1-playground.s:1:25: error: failed parsing operand.
s_mov_b32 s0, 0xfe5163ab
^
The part of stack dump:
...
#9 0x4711ee (anonymous namespace)::AMDGPUOperand::setModifiers(unsigned
int)
/mnt/dm-0/codebase/Compilers/LLVM/llvm/lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp:185:21
#10 0x46ff6a (anonymous
namespace)::AMDGPUAsmParser::parseOperand(llvm::SmallVectorImpl<std::unique_ptr<llvm::MCParsedAsmOperand,
std::default_delete<llvm::MCParsedAsmOperand>...
2015 Oct 24
2
[AMDGPU] AMDGPUAsmParser fails to parse several instructions
...and the quick fix of negative 32-bit immediate.
> >
> > The second line of the assembly has the assertion fail:
> >
> > llvm-mc:
> /mnt/dm-0/codebase/Compilers/LLVM/llvm/lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp:184:
> void (anonymous namespace)::AMDGPUOperand::setModifiers(unsigned int):
> Assertion `isReg()' failed.
> >
> > and reports that 0.5 is "error: invalid operand for instruction"
> >
> > v_mad_f32 v9, 0.5, v5, -v8
>
> There is a bug with operand parsing when you have immediate operands and
> source modifie...
2011 Oct 05
7
OLE error 80004002
...uot;No such interface supported".
I debug programm and found error code
--- function
TXMLDocument.SaveToStream(TMemoryStream); // Error
--- stuff of the function
unit XMLDoc;
procedure TXMLDocument.SaveToStream(const Stream: TStream);
begin
CheckActive;
DomPersist.saveToStream(Stream);
SetModified(False);
end;
I found interfaces, may be it's help
IDOMImplementation
IDOMPersist
IDOMDocument
Can you fix this error in next versions? thank you
Best Regards
P.S.
use wine 1.2.1
2007 Jul 04
0
[1104] trunk/wxruby2: Added 2.8 methods to TextCtrl & document them; tidy up header file
.../span><span class="cx"> * "TextCtrl#set_insertion_point_end":#TextCtrl_setinsertionpointend
</span><span class="cx"> * "TextCtrl#set_max_length":#TextCtrl_setmaxlength
</span><ins>+* "TextCtrl#set_modified":#TextCtrl_setmodified
</ins><span class="cx"> * "TextCtrl#set_selection":#TextCtrl_setselection
</span><span class="cx"> * "TextCtrl#set_style":#TextCtrl_setstyle
</span><span class="cx"> * "TextCtrl#set_value":#TextCtrl_se...