OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasFPCVT
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/Target/PowerPC/
PPCSubtarget.h
102
bool
HasFPCVT
;
225
bool
hasFPCVT
() const { return
HasFPCVT
; }
PPCFastISel.cpp
[
all
...]
PPCISelLowering.cpp
103
if (isPPC64 || Subtarget.
hasFPCVT
()) {
378
if (Subtarget.
hasFPCVT
()) {
[
all
...]
Completed in 524 milliseconds