OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SREM
(Results
26 - 27
of
27
) sorted by null
1
2
/external/llvm/lib/Target/ARM/
ARMISelLowering.cpp
147
setOperationAction(ISD::
SREM
, VT, Expand);
697
// FIXME: Also set divmod for
SREM
on EABI
698
setOperationAction(ISD::
SREM
, MVT::i32, Expand);
[
all
...]
/external/llvm/lib/Target/X86/
X86ISelLowering.cpp
422
setOperationAction(ISD::
SREM
, VT, Expand);
[
all
...]
Completed in 41 milliseconds
1
2