Searched refs:instr0 (Results 1 – 4 of 4) sorted by relevance
347 Instr instr0 = Assembler::instr_at(pc_); // lui. in IsPatchedReturnSequence() local353 bool patched_return = ((instr0 & kOpcodeMask) == LUI && in IsPatchedReturnSequence()
2800 Instr instr0 = instr_at(pc); in target_address_at() local2806 if ((GetOpcodeField(instr0) == LUI) && (GetOpcodeField(instr1) == ORI) && in target_address_at()2810 ((uint64_t)(GetImmediate16(instr0)) << 32) | in target_address_at()2860 Instr instr0 = instr_at(pc); in set_target_address_at() local2862 CHECK((GetOpcodeField(instr0) == LUI && GetOpcodeField(instr1) == ORI && in set_target_address_at()
353 Instr instr0 = Assembler::instr_at(pc_); in IsPatchedReturnSequence() local356 bool patched_return = ((instr0 & kOpcodeMask) == LUI && 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