Home
last modified time | relevance | path

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

/external/v8/src/s390/
Dconstants-s390.h157 typedef uint32_t FourByteInstr; typedef
1773 const FourByteInstr kFourByteBrCondMask = 0xF << 20;
1976 return static_cast<uint64_t>(InstructionBits<FourByteInstr>(instr)); in InstructionBits()
2090 return static_cast<SoftwareInterruptCodes>(Bits<FourByteInstr, int>(15, 0)); in SvcValue()
2113 return Bits<FourByteInstr, T>(31 - (lo), 31 - (hi) + 1); \
2188 inline int R1Value() const { return Bits<FourByteInstr, int>(7, 4); } in R1Value()
2189 inline int R2Value() const { return Bits<FourByteInstr, int>(3, 0); } in R2Value()
2190 inline int M3Value() const { return Bits<FourByteInstr, int>(15, 12); } in M3Value()
2191 inline int M4Value() const { return Bits<FourByteInstr, int>(19, 16); } in M4Value()
2198 inline int R1Value() const { return Bits<FourByteInstr, int>(7, 4); } in R1Value()
[all …]
Dcode-stubs-s390.h94 FourByteInstr updatedMask = static_cast<FourByteInstr>(c) << 20; in PatchBranchCondMask()
95 masm->instr_at_put<FourByteInstr>( in PatchBranchCondMask()
Ddisasm-s390.cc579 instr->InstructionBits<FourByteInstr>()); in DecodeFourByte()
Dsimulator-s390.cc76 char* msg = *reinterpret_cast<char**>(sim_->get_pc() + sizeof(FourByteInstr)); in Stop()
87 sim_->set_pc(sim_->get_pc() + sizeof(FourByteInstr) + kPointerSize); in Stop()
230 sim_->set_pc(sim_->get_pc() + sizeof(FourByteInstr)); in Debug()
276 sim_->set_pc(sim_->get_pc() + sizeof(FourByteInstr)); in Debug()
508 sim_->get_pc() - (sizeof(FourByteInstr) + kPointerSize); in Debug()
511 reinterpret_cast<Instruction*>(stop_pc + sizeof(FourByteInstr)); in Debug()
721 cache_page->CachedData(offset), sizeof(FourByteInstr)), in CheckICache()
1561 reinterpret_cast<void*>(&swi_instruction_), sizeof(FourByteInstr)); in Redirection()
2306 set_pc(get_pc() + sizeof(FourByteInstr) + kPointerSize); in SoftwareInterrupt()
2821 set_register(r1, pc + sizeof(FourByteInstr)); in DecodeFourByte()
[all …]
Dassembler-s390.cc412 instr_at_put<FourByteInstr>(pos, instr | (imm16 >> 1)); in target_at_put()
/external/v8/src/full-codegen/s390/
Dfull-codegen-s390.cc2709 static const FourByteInstr kInterruptBranchInstruction = 0xA7A40011;
2710 static const FourByteInstr kOSRBranchInstruction = 0xA7040011;
2713 static const FourByteInstr kInterruptBranchInstruction = 0xA7A4000D;
2714 static const FourByteInstr kOSRBranchInstruction = 0xA704000D;
2767 FourByteInstr br_instr = Instruction::InstructionBits( in GetBackEdgeState()
/external/v8/src/crankshaft/s390/
Dlithium-codegen-s390.cc128 prologue_offset += sizeof(FourByteInstr); in GeneratePrologue()