Home
last modified time | relevance | path

Searched refs:hasAvailable (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/mips64/
Dmacro-assembler-mips64.cc944 Register scratch = temps.hasAvailable() ? temps.Acquire() : t8; in Slt()
968 Register scratch = temps.hasAvailable() ? temps.Acquire() : t8; in Sltu()
982 Register scratch = temps.hasAvailable() ? temps.Acquire() : t8; in Sle()
997 Register scratch = temps.hasAvailable() ? temps.Acquire() : t8; in Sleu()
1022 Register scratch = temps.hasAvailable() ? temps.Acquire() : t8; in Sgt()
1036 Register scratch = temps.hasAvailable() ? temps.Acquire() : t8; in Sgtu()
3400 Register scratch = temps.hasAvailable() ? temps.Acquire() : t8; in BranchShortHelperR6()
3615 Register scratch = temps.hasAvailable() ? temps.Acquire() : t8; in BranchShortHelper()
3870 Register scratch = temps.hasAvailable() ? temps.Acquire() : t8; in BranchAndLinkShortHelperR6()
Dassembler-mips64.h2294 bool hasAvailable() const;
Dassembler-mips64.cc4409 bool UseScratchRegisterScope::hasAvailable() const { return *available_ != 0; } in hasAvailable() function in v8::internal::UseScratchRegisterScope
/external/v8/src/mips/
Dmacro-assembler-mips.cc845 Register scratch = temps.hasAvailable() ? temps.Acquire() : t8; in Sle()
860 Register scratch = temps.hasAvailable() ? temps.Acquire() : t8; in Sleu()
885 Register scratch = temps.hasAvailable() ? temps.Acquire() : t8; in Sgt()
899 Register scratch = temps.hasAvailable() ? temps.Acquire() : t8; in Sgtu()
917 Register scratch = temps.hasAvailable() ? temps.Acquire() : t8; in Ror()
2902 Register scratch = temps.hasAvailable() ? temps.Acquire() : t8; in BranchShortHelperR6()
3116 Register scratch = temps.hasAvailable() ? temps.Acquire() : t8; in BranchShortHelper()
3369 Register scratch = temps.hasAvailable() ? temps.Acquire() : t8; in BranchAndLinkShortHelperR6()
Dassembler-mips.h2227 bool hasAvailable() const;
Dassembler-mips.cc4057 bool UseScratchRegisterScope::hasAvailable() const { return *available_ != 0; } in hasAvailable() function in v8::internal::UseScratchRegisterScope