search for: isfloat

Displaying 5 results from an estimated 5 matches for "isfloat".

2016 May 04
4
Conditional tablegen expressions with math ops?
...ass itin > : FR3< op, (outs info.regClass:$r1), (ins info.regClass:$r2, info.regClass:$r3), instr_asm # "\t\t$r1, $r2, $r3, " # info.sizeStr, [(set info.regClass:$r1, (opNode info.regClass:$r2, info.regClass:$r3))], itin > { let isFloat = info.isFloat; let opsize = info.sizeCode; } Is there a way to do something like: // r1 = r2 op r3 // class ArithOp_RR< bits<7> op, string instr_asm, SDNode opNode, OperandInfo info, InstrItinClas...
2009 Apr 07
0
[LLVMdev] Porting to System z
* Neale Ferguson: > So the SimpleTy variable which is a SimpleTypeValue is behaving strangely. > It's found within a private definition: > > union { > uintptr_t V; > SimpleValueType SimpleTy; > const Type *LLVMTy; > }; > > The comment in the above fix indicates that in this 64-bit system the enum > needs to be 64-bits is correct,
2007 Mar 19
0
[900] branches/wxruby2/wxwidgets_282/swig/classes: Initial commit of AUI core classes
...*this = source; + } + + bool IsOk() const { return (window != NULL) ? true : false; } + bool IsFixed() const { return !HasFlag(optionResizable); } + bool IsResizable() const { return HasFlag(optionResizable); } + bool IsShown() const { return !HasFlag(optionHidden); } + bool IsFloating() const { return HasFlag(optionFloating); } + bool IsDocked() const { return !HasFlag(optionFloating); } + bool IsToolbar() const { return HasFlag(optionToolbar); } + bool IsTopDockable() const { return HasFlag(optionTopDockable); } + bool IsBottomDockable() const { return HasFlag(op...
2009 Apr 07
6
[LLVMdev] Porting to System z
I searched the archives and found this from last month: I ran into the same problem and fixed it by forcing the MVT::SimpleValueType enum to be 64 bits so that all of the types in the union later in the class are the same size. I tested this on ppc64 and x86_64. Index: include/llvm/CodeGen/ValueTypes.h =================================================================== ---
2007 May 05
0
[1012] trunk/wxruby2/doc/textile: Added docs for AUI Advanced User Interface classes
...tton +* "AuiPaneInfo#hide":#AuiPaneInfo_hide +* "AuiPaneInfo#is_bottom_dockable":#AuiPaneInfo_isbottomdockable +* "AuiPaneInfo#is_docked":#AuiPaneInfo_isdocked +* "AuiPaneInfo#is_fixed":#AuiPaneInfo_isfixed +* "AuiPaneInfo#is_floatable":#AuiPaneInfo_isfloatable +* "AuiPaneInfo#is_floating":#AuiPaneInfo_isfloating +* "AuiPaneInfo#is_left_dockable":#AuiPaneInfo_isleftdockable +* "AuiPaneInfo#is_movable":#AuiPaneInfo_ismovable +* "AuiPaneInfo#is_ok":#AuiPaneInfo_isok +* "AuiPaneInfo#is_resizable":#AuiPane...