Searched refs:F23 (Results 1 - 6 of 6) sorted by relevance

/art/runtime/arch/mips/
H A Dregisters_mips.h94 F23 = 23, 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.h95 F23 = 23, enumerator in enum:art::mips64::FpuRegister
H A Dcontext_mips64.cc108 fprs_[F23] = nullptr;
/art/compiler/utils/mips/
H A Dassembler_mips_test.cc146 fp_registers_.push_back(new mips::FRegister(mips::F23));
/art/compiler/utils/mips64/
H A Dassembler_mips64_test.cc170 fp_registers_.push_back(new mips64::FpuRegister(mips64::F23));

Completed in 65 milliseconds