Home
last modified time | relevance | path

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

/external/v8/src/ppc/
Dassembler-ppc-inl.h304 const uint32_t kLoadIntptrOpcode = LD; variable
306 const uint32_t kLoadIntptrOpcode = LWZ; variable
326 DCHECK(opcode == kLoadIntptrOpcode || opcode == LFD); in IsConstantPoolLoadStart()
341 if (!(opcode == kLoadIntptrOpcode || opcode == LFD)) return false; in IsConstantPoolLoadEnd()