Searched refs:isFP (Results 1 – 5 of 5) sorted by relevance
/external/jmonkeyengine/engine/src/core/com/jme3/texture/ |
D | Image.java | 269 private Format(int bpp, boolean isFP){ in Format() argument 271 this.isFloatingPoint = isFP; in Format() 274 private Format(int bpp, boolean isDepth, boolean isCompressed, boolean isFP){ in Format() argument 275 this(bpp, isFP); in Format()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonInstrInfoV5.td | 150 let isFP = 1, hasNewValue = 1, opNewValue = 0 in 215 let isPredicateLate = 1, isFP = 1, 238 let isCompare = 1, isFP = 1 in 528 let isFP = 1 in 547 let isFP = 1 in 566 let isFP = 1, hasNewValue = 1 in 586 let isFP = 1, hasNewValue = 1 in 670 let isFP = 1, hasNewValue = 1 in 694 let isFP = 1, hasNewValue = 1 in 726 let isFP = 1, hasNewValue = 1 in [all …]
|
D | HexagonInstrFormats.td | 169 bits<1> isFP = 0; 170 let TSFlags {48} = isFP; // Floating-point.
|
/external/llvm/utils/TableGen/ |
D | FastISelEmitter.cpp | 97 bool isFP() const { return Repr == OK_FP; } in isFP() function in __anon432e3ab20311::OperandsSignature::OpKind 106 else if (isFP()) in printManglingSuffix() 291 } else if (Operands[i].isFP()) { in PrintParameters() 318 } else if (Operands[i].isFP()) { in PrintArguments() 333 } else if (Operands[i].isFP()) { in PrintArguments()
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 3634 static unsigned TranslateX86CC(ISD::CondCode SetCCOpcode, bool isFP, in TranslateX86CC() argument 3636 if (!isFP) { in TranslateX86CC() 13064 bool isFP = Op.getOperand(1).getSimpleValueType().isFloatingPoint(); in LowerVSETCC() local 13067 if (isFP) { in LowerVSETCC() 13357 bool isFP = Op1.getSimpleValueType().isFloatingPoint(); in LowerSETCC() local 13358 unsigned X86CC = TranslateX86CC(CC, isFP, Op0, Op1, DAG); in LowerSETCC()
|