Searched refs:instr_2 (Results 1 – 2 of 2) sorted by relevance
455 SixByteInstr instr_2 = Instruction::InstructionBits( in target_address_at() local460 ((instr_2 & 0xFFFFFFFF))); in target_address_at()519 SixByteInstr instr_2 = Instruction::InstructionBits( in set_target_address_at() local532 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()
4445 Instr instr_2 = instr_at(pc + kInstrSize); in PatchConstantPoolAccessInstruction() local4449 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()