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

/art/runtime/arch/mips/
H A Dregisters_mips.h100 F29 = 29, enumerator in enum:art::mips::FRegister
H A Dquick_method_frame_info_mips.h45 (1 << art::mips::F28) | (1 << art::mips::F29) | (1 << art::mips::F30) | (1 << art::mips::F31);
/art/runtime/arch/mips64/
H A Dregisters_mips64.h101 F29 = 29, enumerator in enum:art::mips64::FpuRegister
H A Dquick_method_frame_info_mips64.h47 (1 << art::mips64::F27) | (1 << art::mips64::F28) | (1 << art::mips64::F29) |
/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.cc152 fp_registers_.push_back(new mips::FRegister(mips::F29));
/art/compiler/utils/mips64/
H A Dassembler_mips64_test.cc176 fp_registers_.push_back(new mips64::FpuRegister(mips64::F29));

Completed in 61 milliseconds