OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getFP64Imm
(Results
1 - 7
of
7
) sorted by null
/external/llvm/lib/Target/ARM/MCTargetDesc/
ARMAddressingModes.h
681
///
getFP64Imm
- Return an 8-bit floating-point version of the 64-bit
684
static inline int
getFP64Imm
(const APInt &Imm) {
705
static inline int
getFP64Imm
(const APFloat &FPImm) {
706
return
getFP64Imm
(FPImm.bitcastToAPInt());
/external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64AddressingModes.h
421
///
getFP64Imm
- Return an 8-bit floating-point version of the 64-bit
424
static inline int
getFP64Imm
(const APInt &Imm) {
445
static inline int
getFP64Imm
(const APFloat &FPImm) {
446
return
getFP64Imm
(FPImm.bitcastToAPInt());
/external/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp
[
all
...]
/external/llvm/lib/Target/ARM/
ARMFastISel.cpp
476
Imm = ARM_AM::
getFP64Imm
(Val);
[
all
...]
ARMISelLowering.cpp
[
all
...]
/external/llvm/lib/Target/AArch64/
AArch64FastISel.cpp
368
Is64Bit ? AArch64_AM::
getFP64Imm
(Val) : AArch64_AM::getFP32Imm(Val);
[
all
...]
AArch64ISelLowering.cpp
[
all
...]
Completed in 78 milliseconds