Searched refs:instr1 (Results 1 – 2 of 2) sorted by relevance
276 Instr instr1 = Assembler::instr_at(pc_ + 1 * Assembler::kInstrSize); in IsPatchedReturnSequence() local279 (instr1 & kOpcodeMask) == ORI && in IsPatchedReturnSequence()
2125 Instr instr1 = instr_at(pc); in target_address_at() local2128 if ((GetOpcodeField(instr1) == LUI) && (GetOpcodeField(instr2) == ORI)) { in target_address_at()2131 (GetImmediate16(instr1) << 16) | GetImmediate16(instr2)); in target_address_at()2164 Instr instr1 = instr_at(pc); in set_target_address_at() local2165 CHECK((GetOpcodeField(instr1) == LUI && GetOpcodeField(instr2) == ORI)); in set_target_address_at()2258 Instr instr1 = instr_at(pc); in JumpLabelToJumpRegister() local2265 ASSERT(GetOpcodeField(instr1) == LUI); in JumpLabelToJumpRegister()2273 ASSERT(GetOpcodeField(instr1) == LUI); in JumpLabelToJumpRegister()