Home
last modified time | relevance | path

Searched defs:getFP (Results 1 – 2 of 2) sorted by relevance

/external/llvm/utils/TableGen/
DFastISelEmitter.cpp87 static OpKind getFP() { OpKind K; K.Repr = OK_FP; return K; } in getFP() function in __anon3518ead60311::OperandsSignature::OpKind
/external/libcxxabi/src/Unwind/
DRegisters.hpp1043 uint64_t getFP() const { return _registers.__fp; } in getFP() function in libunwind::Registers_arm64