OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HasMul64
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/MBlaze/
MBlazeSubtarget.h
35
bool
HasMul64
;
69
bool
hasMul64
() const { return
HasMul64
; }
MBlazeSubtarget.cpp
31
HasFPU(false),
HasMul64
(false), HasSqrt(false)
Completed in 33 milliseconds