Home
last modified time | relevance | path

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

/external/v8/src/ppc/
Dassembler-ppc-inl.h480 const uint32_t kLoadIntptrOpcode = LD; variable
482 const uint32_t kLoadIntptrOpcode = LWZ; variable
502 DCHECK(opcode == kLoadIntptrOpcode || opcode == LFD); in IsConstantPoolLoadStart()
517 if (!(opcode == kLoadIntptrOpcode || opcode == LFD)) return false; in IsConstantPoolLoadEnd()