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.h468 SixByteInstr instr_2 = Instruction::InstructionBits( in target_address_at() local
473 ((instr_2 & 0xFFFFFFFF))); in target_address_at()
532 SixByteInstr instr_2 = Instruction::InstructionBits( in set_target_address_at() local
545 instr_2 >>= 32; in set_target_address_at()
546 instr_2 <<= 32; in set_target_address_at()
547 instr_2 |= reinterpret_cast<uint64_t>(target) & 0xFFFFFFFF; in set_target_address_at()
550 reinterpret_cast<byte*>(pc + instr1_length), instr_2); in set_target_address_at()
/external/v8/src/arm/
Dassembler-arm.cc5197 Instr instr_2 = instr_at(pc + kInstrSize); in PatchConstantPoolAccessInstruction() local
5201 DCHECK((IsOrrImmed(instr_2) && Instruction::Immed8Value(instr_2) == 0) && in PatchConstantPoolAccessInstruction()
5202 GetRn(instr_2).is(GetRd(instr_2))); in PatchConstantPoolAccessInstruction()
5209 PatchShiftImm(instr_2, (offset & (kImm8Mask << 8)))); in PatchConstantPoolAccessInstruction()