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

/art/runtime/arch/mips/
H A Dregisters_mips.h97 F26 = 26, 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.h98 F26 = 26, 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_mips.h57 { F20, F22, F24, F26, F28, F30 };
H A Dcode_generator_mips64.h57 { F24, F25, F26, F27, F28, F29, F30, F31 };
/art/compiler/utils/mips/
H A Dassembler_mips_test.cc149 fp_registers_.push_back(new mips::FRegister(mips::F26));
/art/compiler/utils/mips64/
H A Dassembler_mips64_test.cc173 fp_registers_.push_back(new mips64::FpuRegister(mips64::F26));

Completed in 62 milliseconds