Searched refs:kPopInstruction (Results 1 - 5 of 5) sorted by relevance

/external/v8/src/mips/
H A Dconstants-mips.h843 extern const Instr kPopInstruction;
H A Dassembler-mips.cc260 const Instr kPopInstruction = ADDIU | (Register::kCode_sp << kRsShift) | member in namespace:v8::internal
/external/v8/src/mips64/
H A Dconstants-mips64.h876 extern const Instr kPopInstruction;
H A Dassembler-mips64.cc241 const Instr kPopInstruction = DADDIU | (Register::kCode_sp << kRsShift) | member in namespace:v8::internal
/external/v8/src/ppc/
H A Dconstants-ppc.h2728 extern const Instr kPopInstruction;

Completed in 130 milliseconds