Home
last modified time | relevance | path

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

/external/v8/src/ppc/
Dassembler-ppc-inl.h469 const int kLoadIntptrOpcode = LD; variable
471 const int kLoadIntptrOpcode = LWZ; variable
491 DCHECK(opcode == kLoadIntptrOpcode || opcode == LFD); in IsConstantPoolLoadStart()
506 if (!(opcode == kLoadIntptrOpcode || opcode == LFD)) return false; in IsConstantPoolLoadEnd()