Searched refs:instr0 (Results 1 – 5 of 5) sorted by relevance
353 Instr instr0 = Assembler::instr_at(pc_); // lui. in IsPatchedReturnSequence() local359 bool patched_return = ((instr0 & kOpcodeMask) == LUI && in IsPatchedReturnSequence()
3307 Instr instr0 = instr_at(pc); in target_address_at() local3313 if ((GetOpcodeField(instr0) == LUI) && (GetOpcodeField(instr1) == ORI) && in target_address_at()3317 ((uint64_t)(GetImmediate16(instr0)) << 32) | in target_address_at()3367 Instr instr0 = instr_at(pc); in set_target_address_at() local3369 CHECK((GetOpcodeField(instr0) == LUI && GetOpcodeField(instr1) == ORI && in set_target_address_at()
355 Instr instr0 = Assembler::instr_at(pc_); in IsPatchedReturnSequence() local358 bool patched_return = ((instr0 & kOpcodeMask) == LUI && in IsPatchedReturnSequence()
338 Instr instr0 = Assembler::instr_at(pc_); in IsPatchedReturnSequence() local348 ((instr0 & kOpcodeMask) == ADDIS && (instr1 & kOpcodeMask) == ORI && in IsPatchedReturnSequence()
399 instr0 i32 %LV ; left side, function FL400 instr0 i32 %RV ; right side, function FR415 instr0 i32 %pf0 instr1 i32 %pf1 instr2 i32 123421 instr0 i32 %pg0 instr1 i32 %pg0 instr2 i32 123427 Instructions with opcode "*instr0*" would be *equal*, since their types and