OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SETNE
(Results
26 - 31
of
31
) sorted by null
1
2
/external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp
250
/// if the operation does not depend on the sign of the input (
setne
and seteq).
255
case ISD::
SETNE
: return 0;
286
Op = ISD::
SETNE
;
311
case ISD::SETOLT: Result = ISD::SETULT ; break; // SETULT &
SETNE
312
case ISD::SETOGT: Result = ISD::SETUGT ; break; // SETUGT &
SETNE
[
all
...]
SelectionDAGBuilder.cpp
[
all
...]
DAGCombiner.cpp
[
all
...]
/external/chromium_org/third_party/mesa/src/src/mesa/x86/
assyntax.h
628
#define
SETNE
(a) CHOICE(
setne
a,
setne
a,
setne
a)
[
all
...]
/external/mesa3d/src/mesa/x86/
assyntax.h
628
#define
SETNE
(a) CHOICE(
setne
a,
setne
a,
setne
a)
[
all
...]
/external/llvm/lib/Target/Mips/
MipsISelLowering.cpp
477
case ISD::
SETNE
:
[
all
...]
Completed in 477 milliseconds
1
2