Home
last modified time | relevance | path

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

/external/v8/src/mips/
Dconstants-mips.cc171 bool Instruction::IsLinkingInstruction() const { in IsLinkingInstruction() function in v8::internal::Instruction
Dconstants-mips.h906 bool IsLinkingInstruction() const;
Dsimulator-mips.cc2786 if (instr->IsLinkingInstruction()) { in DecodeTypeImmediate()
2944 if (instr->IsLinkingInstruction()) { in DecodeTypeImmediate()
3041 if (instr->IsLinkingInstruction()) { in DecodeTypeJump()
/external/v8/src/mips64/
Dconstants-mips64.cc171 bool Instruction::IsLinkingInstruction() const { in IsLinkingInstruction() function in v8::internal::Instruction
Dconstants-mips64.h920 bool IsLinkingInstruction() const;
Dsimulator-mips64.cc2915 if (instr->IsLinkingInstruction()) { in DecodeTypeImmediate()
3092 if (instr->IsLinkingInstruction()) { in DecodeTypeImmediate()
3197 if (instr->IsLinkingInstruction()) { in DecodeTypeJump()