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

  /external/v8/src/s390/
constants-s390.h 157 typedef uint32_t FourByteInstr;
    [all...]
code-stubs-s390.h 103 FourByteInstr updatedMask = static_cast<FourByteInstr>(c) << 20;
104 masm->instr_at_put<FourByteInstr>(
simulator-s390.cc 76 char* msg = *reinterpret_cast<char**>(sim_->get_pc() + sizeof(FourByteInstr));
87 sim_->set_pc(sim_->get_pc() + sizeof(FourByteInstr) + kPointerSize);
230 sim_->set_pc(sim_->get_pc() + sizeof(FourByteInstr));
276 sim_->set_pc(sim_->get_pc() + sizeof(FourByteInstr));
508 sim_->get_pc() - (sizeof(FourByteInstr) + kPointerSize);
511 reinterpret_cast<Instruction*>(stop_pc + sizeof(FourByteInstr));
721 cache_page->CachedData(offset), sizeof(FourByteInstr)),
    [all...]
assembler-s390.cc 395 instr_at_put<FourByteInstr>(pos, instr | (imm16 >> 1));
    [all...]
  /external/v8/src/full-codegen/s390/
full-codegen-s390.cc     [all...]
  /external/v8/src/crankshaft/s390/
lithium-codegen-s390.cc 127 prologue_offset += sizeof(FourByteInstr);
    [all...]

Completed in 152 milliseconds