Searched refs:instr_2 (Results 1 – 2 of 2) sorted by relevance
468 SixByteInstr instr_2 = Instruction::InstructionBits( in target_address_at() local473 ((instr_2 & 0xFFFFFFFF))); in target_address_at()532 SixByteInstr instr_2 = Instruction::InstructionBits( in set_target_address_at() local545 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()
5197 Instr instr_2 = instr_at(pc + kInstrSize); in PatchConstantPoolAccessInstruction() local5201 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()