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

/art/runtime/arch/mips/
H A Dregisters_mips.h89 F18 = 18, enumerator in enum:art::mips::FRegister
/art/runtime/arch/mips64/
H A Dregisters_mips64.h90 F18 = 18, 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.cc103 fprs_[F18] = 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.cc141 fp_registers_.push_back(new mips::FRegister(mips::F18));
/art/compiler/utils/mips64/
H A Dassembler_mips64_test.cc165 fp_registers_.push_back(new mips64::FpuRegister(mips64::F18));

Completed in 11 milliseconds