Searched refs:FourByteInstr (Results 1 – 7 of 7) sorted by relevance
/external/v8/src/s390/ |
D | constants-s390.h | 157 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 …]
|
D | code-stubs-s390.h | 94 FourByteInstr updatedMask = static_cast<FourByteInstr>(c) << 20; in PatchBranchCondMask() 95 masm->instr_at_put<FourByteInstr>( in PatchBranchCondMask()
|
D | disasm-s390.cc | 579 instr->InstructionBits<FourByteInstr>()); in DecodeFourByte()
|
D | simulator-s390.cc | 76 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 …]
|
D | assembler-s390.cc | 412 instr_at_put<FourByteInstr>(pos, instr | (imm16 >> 1)); in target_at_put()
|
/external/v8/src/full-codegen/s390/ |
D | full-codegen-s390.cc | 2709 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/ |
D | lithium-codegen-s390.cc | 128 prologue_offset += sizeof(FourByteInstr); in GeneratePrologue()
|