OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FGETSIGN
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
ISDOpcodes.h
472
/// INT =
FGETSIGN
(FP) - Return the sign bit of the specified floating point
474
FGETSIGN
,
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp
266
case ISD::
FGETSIGN
: return "
fgetsign
";
TargetLowering.cpp
2120
// thing demanded, turn this into a
FGETSIGN
.
2124
bool OpVTLegal = isOperationLegalOrCustom(ISD::
FGETSIGN
, VT);
2125
bool i32Legal = isOperationLegalOrCustom(ISD::
FGETSIGN
, MVT::i32);
2130
// Make a
FGETSIGN
+ SHL to move the sign bit into the appropriate
2132
SDValue Sign = TLO.DAG.getNode(ISD::
FGETSIGN
, dl, Ty, Src);
SelectionDAG.cpp
3316
case ISD::
FGETSIGN
:
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
TargetLoweringBase.cpp
740
setOperationAction(ISD::
FGETSIGN
, VT, Expand);
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86ISelLowering.cpp
587
setOperationAction(ISD::
FGETSIGN
, MVT::i64, Custom);
588
setOperationAction(ISD::
FGETSIGN
, MVT::i32, Custom);
22010
"Unexpected type for
FGETSIGN
");
22012
// Lower ISD::
FGETSIGN
to (AND (X86ISD::MOVMSK ...) 1).
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMISelLowering.cpp
1017
setOperationAction(ISD::
FGETSIGN
, MVT::f64, Expand);
Completed in 237 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026