OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Imm8ToFP64
(Results
1 - 2
of
2
) sorted by null
/external/vixl/src/vixl/a64/
instructions-a64.cc
207
double Instruction::
Imm8ToFP64
(uint32_t imm8) {
223
return
Imm8ToFP64
(ImmFP());
233
return
Imm8ToFP64
(ImmNEONabcdefgh());
instructions-a64.h
422
static double
Imm8ToFP64
(uint32_t imm8);
Completed in 50 milliseconds