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
973 const FourByteInstr kFourByteBrCondMask = 0xF << 20;
1176 return static_cast<uint64_t>(InstructionBits<FourByteInstr>(instr)); in InstructionBits()
1290 return static_cast<SoftwareInterruptCodes>(Bits<FourByteInstr, int>(15, 0)); in SvcValue()
1334 inline int R1Value() const { return Bits<FourByteInstr, int>(7, 4); } in R1Value()
1335 inline int R2Value() const { return Bits<FourByteInstr, int>(3, 0); } in R2Value()
1336 inline int M3Value() const { return Bits<FourByteInstr, int>(15, 12); } in M3Value()
1337 inline int M4Value() const { return Bits<FourByteInstr, int>(19, 16); } in M4Value()
1344 inline int R1Value() const { return Bits<FourByteInstr, int>(7, 4); } in R1Value()
1345 inline int R2Value() const { return Bits<FourByteInstr, int>(3, 0); } in R2Value()
[all …]
Dcode-stubs-s390.h103 FourByteInstr updatedMask = static_cast<FourByteInstr>(c) << 20; in PatchBranchCondMask()
104 masm->instr_at_put<FourByteInstr>( in PatchBranchCondMask()
Ddisasm-s390.cc576 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()
1546 reinterpret_cast<void*>(&swi_instruction_), sizeof(FourByteInstr)); in Redirection()
2286 set_pc(get_pc() + sizeof(FourByteInstr) + kPointerSize); in SoftwareInterrupt()
2801 set_register(r1, pc + sizeof(FourByteInstr)); in DecodeFourByte()
[all …]
Dassembler-s390.cc395 instr_at_put<FourByteInstr>(pos, instr | (imm16 >> 1)); in target_at_put()
/external/v8/src/full-codegen/s390/
Dfull-codegen-s390.cc3479 static const FourByteInstr kInterruptBranchInstruction = 0xA7A40011;
3480 static const FourByteInstr kOSRBranchInstruction = 0xA7040011;
3483 static const FourByteInstr kInterruptBranchInstruction = 0xA7A4000D;
3484 static const FourByteInstr kOSRBranchInstruction = 0xA704000D;
3537 FourByteInstr br_instr = Instruction::InstructionBits( in GetBackEdgeState()
/external/v8/src/crankshaft/s390/
Dlithium-codegen-s390.cc127 prologue_offset += sizeof(FourByteInstr); in GeneratePrologue()