Home
last modified time | relevance | path

Searched refs:instr_2 (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/s390/
Dassembler-s390-inl.h455 SixByteInstr instr_2 = Instruction::InstructionBits( in target_address_at() local
460 ((instr_2 & 0xFFFFFFFF))); in target_address_at()
519 SixByteInstr instr_2 = Instruction::InstructionBits( in set_target_address_at() local
532 instr_2 >>= 32; in set_target_address_at()
533 instr_2 <<= 32; in set_target_address_at()
534 instr_2 |= reinterpret_cast<uint64_t>(target) & 0xFFFFFFFF; in set_target_address_at()
537 reinterpret_cast<byte*>(pc + instr1_length), instr_2); in set_target_address_at()
/external/v8/src/arm/
Dassembler-arm.cc4445 Instr instr_2 = instr_at(pc + kInstrSize); in PatchConstantPoolAccessInstruction() local
4449 DCHECK((IsOrrImmed(instr_2) && Instruction::Immed8Value(instr_2) == 0) && in PatchConstantPoolAccessInstruction()
4450 GetRn(instr_2).is(GetRd(instr_2))); in PatchConstantPoolAccessInstruction()
4457 PatchShiftImm(instr_2, (offset & (kImm8Mask << 8)))); in PatchConstantPoolAccessInstruction()