HomeSort by relevance Sort by last modified time
    Searched refs:GetFPR (Results 1 - 10 of 10) sorted by null

  /art/runtime/arch/
context.h 83 virtual uintptr_t GetFPR(uint32_t reg) = 0;
  /art/runtime/arch/arm/
context_arm.h 75 uintptr_t GetFPR(uint32_t reg) OVERRIDE {
  /art/runtime/arch/arm64/
context_arm64.h 76 uintptr_t GetFPR(uint32_t reg) OVERRIDE {
  /art/runtime/arch/mips/
context_mips.h 70 uintptr_t GetFPR(uint32_t reg) OVERRIDE {
  /art/runtime/arch/mips64/
context_mips64.h 70 uintptr_t GetFPR(uint32_t reg) OVERRIDE {
  /art/runtime/arch/x86/
context_x86.h 74 uintptr_t GetFPR(uint32_t reg) OVERRIDE {
  /art/runtime/arch/x86_64/
context_x86_64.h 74 uintptr_t GetFPR(uint32_t reg) OVERRIDE {
  /art/runtime/
stack.h 827 return is_float ? GetFPR(reg) : GetGPR(reg);
834 uintptr_t GetFPR(uint32_t reg) const;
stack.cc 523 uintptr_t StackVisitor::GetFPR(uint32_t reg) const {
526 return context_->GetFPR(reg);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]

Completed in 455 milliseconds