Home
last modified time | relevance | path

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

/external/v8/src/mips/
Dconstants-mips.cc186 bool Instruction::IsLinkingInstruction() const { in IsLinkingInstruction() function in v8::internal::Instruction
Dconstants-mips.h1106 bool IsLinkingInstruction() const;
Dsimulator-mips.cc4364 if (instr->IsLinkingInstruction()) { in DecodeTypeJump()
/external/v8/src/mips64/
Dconstants-mips64.cc186 bool Instruction::IsLinkingInstruction() const { in IsLinkingInstruction() function in v8::internal::Instruction
Dconstants-mips64.h1165 bool IsLinkingInstruction() const;
Dsimulator-mips64.cc4626 if (instr->IsLinkingInstruction()) { in DecodeTypeJump()