Searched refs:kPushInstruction (Results 1 - 4 of 4) sorted by relevance

/external/v8/src/mips/
H A Dconstants-mips.h845 extern const Instr kPushInstruction;
H A Dassembler-mips.cc264 const Instr kPushInstruction = ADDIU | (Register::kCode_sp << kRsShift) | member in namespace:v8::internal
/external/v8/src/mips64/
H A Dconstants-mips64.h878 extern const Instr kPushInstruction;
H A Dassembler-mips64.cc245 const Instr kPushInstruction = DADDIU | (Register::kCode_sp << kRsShift) | member in namespace:v8::internal

Completed in 179 milliseconds