Searched refs:F14 (Results 1 - 12 of 12) sorted by relevance

/art/runtime/arch/mips/
H A Dregisters_mips.h85 F14 = 14, enumerator in enum:art::mips::FRegister
H A Dcontext_mips.cc81 fprs_[F14] = nullptr;
H A Dquick_method_frame_info_mips.h41 (1 << art::mips::F12) | (1 << art::mips::F13) | (1 << art::mips::F14) | (1 << art::mips::F15);
/art/runtime/arch/mips64/
H A Dregisters_mips64.h86 F14 = 14, enumerator in enum:art::mips64::FpuRegister
H A Dquick_method_frame_info_mips64.h41 (1 << art::mips64::F12) | (1 << art::mips64::F13) | (1 << art::mips64::F14) |
H A Dcontext_mips64.cc99 fprs_[F14] = nullptr;
/art/compiler/jni/quick/mips64/
H A Dcalling_convention_mips64.cc31 F12, F13, F14, F15, F16, F17, F18, F19
/art/compiler/optimizing/
H A Dcode_generator_mips.h37 { F12, F14 };
49 { F12, F14};
H A Dcode_generator_mips64.h37 { F13, F14, F15, F16, F17, F18, F19 };
49 { F12, F13, F14, F15, F16, F17, F18, F19 };
/art/compiler/jni/quick/mips/
H A Dcalling_convention_mips.cc27 static const FRegister kFArgumentRegisters[] = { F12, F14 };
/art/compiler/utils/mips/
H A Dassembler_mips_test.cc137 fp_registers_.push_back(new mips::FRegister(mips::F14));
/art/compiler/utils/mips64/
H A Dassembler_mips64_test.cc161 fp_registers_.push_back(new mips64::FpuRegister(mips64::F14));

Completed in 166 milliseconds