Home
last modified time | relevance | path

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

/external/v8/src/ppc/
Dassembler-ppc-inl.h518 const int kLoadIntptrOpcode = LD; variable
520 const int kLoadIntptrOpcode = LWZ; variable
540 DCHECK(opcode == kLoadIntptrOpcode || opcode == LFD); in IsConstantPoolLoadStart()
555 if (!(opcode == kLoadIntptrOpcode || opcode == LFD)) return false; in IsConstantPoolLoadEnd()