OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FGETSIGN
(Results
1 - 6
of
6
) sorted by null
/external/llvm/include/llvm/CodeGen/
ISDOpcodes.h
230
/// INT =
FGETSIGN
(FP) - Return the sign bit of the specified floating point
232
FGETSIGN
,
[
all
...]
/external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp
180
case ISD::
FGETSIGN
: return "
fgetsign
";
TargetLowering.cpp
[
all
...]
SelectionDAG.cpp
[
all
...]
/external/llvm/lib/CodeGen/
TargetLoweringBase.cpp
683
setOperationAction(ISD::
FGETSIGN
, (MVT::SimpleValueType)VT, Expand);
[
all
...]
/external/llvm/lib/Target/X86/
X86ISelLowering.cpp
663
setOperationAction(ISD::
FGETSIGN
, MVT::i64, Custom);
664
setOperationAction(ISD::
FGETSIGN
, MVT::i32, Custom);
[
all
...]
Completed in 35 milliseconds