Searched refs:F20 (Results 1 - 7 of 7) sorted by relevance

/art/runtime/arch/mips/
H A Dregisters_mips.h91 F20 = 20, enumerator in enum:art::mips::FRegister
H A Dquick_method_frame_info_mips.h43 (1 << art::mips::F20) | (1 << art::mips::F21) | (1 << art::mips::F22) | (1 << art::mips::F23) |
/art/runtime/arch/mips64/
H A Dregisters_mips64.h92 F20 = 20, enumerator in enum:art::mips64::FpuRegister
H A Dcontext_mips64.cc105 fprs_[F20] = nullptr;
/art/compiler/optimizing/
H A Dcode_generator_mips.h57 { F20, F22, F24, F26, F28, F30 };
/art/compiler/utils/mips/
H A Dassembler_mips_test.cc143 fp_registers_.push_back(new mips::FRegister(mips::F20));
/art/compiler/utils/mips64/
H A Dassembler_mips64_test.cc167 fp_registers_.push_back(new mips64::FpuRegister(mips64::F20));

Completed in 222 milliseconds