Home
last modified time | relevance | path

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

/external/v8/src/s390/
Dconstants-s390.h153 typedef uint32_t FourByteInstr; typedef
1715 const FourByteInstr kFourByteBrCondMask = 0xF << 20;
1918 return static_cast<uint64_t>(InstructionBits<FourByteInstr>(instr)); in InstructionBits()
2031 return static_cast<SoftwareInterruptCodes>(Bits<FourByteInstr, int>(15, 0)); in SvcValue()
2054 return Bits<FourByteInstr, T>(31 - (lo), 31 - (hi) + 1); \
2129 inline int R1Value() const { return Bits<FourByteInstr, int>(7, 4); } in R1Value()
2130 inline int R2Value() const { return Bits<FourByteInstr, int>(3, 0); } in R2Value()
2131 inline int M3Value() const { return Bits<FourByteInstr, int>(15, 12); } in M3Value()
2132 inline int M4Value() const { return Bits<FourByteInstr, int>(19, 16); } in M4Value()
2139 inline int R1Value() const { return Bits<FourByteInstr, int>(7, 4); } in R1Value()
[all …]
Dassembler-s390.cc473 instr_at_put<FourByteInstr>(pos, instr | (imm16 >> 1)); in target_at_put()
Ddisasm-s390.cc910 "%08x ", instr->InstructionBits<FourByteInstr>()); in InstructionDecode()
Dsimulator-s390.cc77 char* msg = *reinterpret_cast<char**>(sim_->get_pc() + sizeof(FourByteInstr)); in Stop()
88 sim_->set_pc(sim_->get_pc() + sizeof(FourByteInstr) + kPointerSize); in Stop()
231 sim_->set_pc(sim_->get_pc() + sizeof(FourByteInstr)); in Debug()
277 sim_->set_pc(sim_->get_pc() + sizeof(FourByteInstr)); in Debug()
509 sim_->get_pc() - (sizeof(FourByteInstr) + kPointerSize); in Debug()
512 reinterpret_cast<Instruction*>(stop_pc + sizeof(FourByteInstr)); in Debug()
731 cache_page->CachedData(offset), sizeof(FourByteInstr)), in CheckICache()
2181 set_pc(get_pc() + sizeof(FourByteInstr) + kPointerSize); in SoftwareInterrupt()
4590 set_register(r1, pc + sizeof(FourByteInstr)); in EVALUATE()