Searched refs:F19 (Results 1 - 8 of 8) sorted by relevance

/art/runtime/arch/mips/
H A Dregisters_mips.h90 F19 = 19, enumerator in enum:art::mips::FRegister
/art/runtime/arch/mips64/
H A Dregisters_mips64.h91 F19 = 19, enumerator in enum:art::mips64::FpuRegister
H A Dquick_method_frame_info_mips64.h43 (1 << art::mips64::F18) | (1 << art::mips64::F19);
H A Dcontext_mips64.cc104 fprs_[F19] = 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_mips64.h37 { F13, F14, F15, F16, F17, F18, F19 };
49 { F12, F13, F14, F15, F16, F17, F18, F19 };
/art/compiler/utils/mips/
H A Dassembler_mips_test.cc142 fp_registers_.push_back(new mips::FRegister(mips::F19));
/art/compiler/utils/mips64/
H A Dassembler_mips64_test.cc166 fp_registers_.push_back(new mips64::FpuRegister(mips64::F19));

Completed in 12 milliseconds