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

/art/runtime/arch/mips/
H A Dregisters_mips.h96 F25 = 25, enumerator in enum:art::mips::FRegister
H A Dquick_method_frame_info_mips.h44 (1 << art::mips::F24) | (1 << art::mips::F25) | (1 << art::mips::F26) | (1 << art::mips::F27) |
/art/runtime/arch/mips64/
H A Dregisters_mips64.h97 F25 = 25, enumerator in enum:art::mips64::FpuRegister
H A Dquick_method_frame_info_mips64.h46 (1 << art::mips64::F24) | (1 << art::mips64::F25) | (1 << art::mips64::F26) |
/art/compiler/optimizing/
H A Dcode_generator_mips64.h57 { F24, F25, F26, F27, F28, F29, F30, F31 };
/art/compiler/utils/mips/
H A Dassembler_mips_test.cc148 fp_registers_.push_back(new mips::FRegister(mips::F25));
/art/compiler/utils/mips64/
H A Dassembler_mips64_test.cc172 fp_registers_.push_back(new mips64::FpuRegister(mips64::F25));

Completed in 48 milliseconds