HomeSort by relevance Sort by last modified time
    Searched refs:instr5 (Results 1 - 3 of 3) sorted by null

  /external/v8/src/ppc/
assembler-ppc-inl.h 498 Instr instr5 = instr_at(pc + (4 * kInstrSize)); local
503 static_cast<uint32_t>(instr5 & kImm16Mask));
678 Instr instr5 = instr_at(pc + (4 * kInstrSize)); local
683 instr5 &= ~kImm16Mask;
684 instr5 |= itarget & kImm16Mask;
702 *(p + 4) = instr5;
assembler-ppc.h     [all...]
assembler-ppc.cc 294 Instr instr4, Instr instr5) {
303 ((instr5 >> 16) == 0x618c));
    [all...]

Completed in 60 milliseconds