OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getFPReg
(Results
1 - 6
of
6
) sorted by null
/external/swiftshader/third_party/LLVM/lib/Target/X86/
X86FloatingPoint.cpp
326
///
getFPReg
- Return the X86::FPx register number for the specified operand.
328
static unsigned
getFPReg
(const MachineOperand &MO) {
[
all
...]
/external/llvm/lib/Target/X86/
X86FloatingPoint.cpp
291
///
getFPReg
- Return the X86::FPx register number for the specified operand.
293
static unsigned
getFPReg
(const MachineOperand &MO) {
[
all
...]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86FloatingPoint.cpp
307
///
getFPReg
- Return the X86::FPx register number for the specified operand.
309
static unsigned
getFPReg
(const MachineOperand &MO) {
[
all
...]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/RISCV/
RISCVFrameLowering.cpp
89
static unsigned
getFPReg
(const RISCVSubtarget &STI) { return RISCV::X8; }
102
unsigned FPReg =
getFPReg
(STI);
145
unsigned FPReg =
getFPReg
(STI);
/external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp
88
int
getFPReg
() const { return FPReg; }
[
all
...]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp
121
int
getFPReg
() const { return FPReg; }
[
all
...]
Completed in 143 milliseconds