Searched refs:instr0 (Results 1 – 2 of 2) sorted by relevance
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
3406 Instr instr0 = instr_at(pc); in target_address_at() local3412 if ((GetOpcodeField(instr0) == LUI) && (GetOpcodeField(instr1) == ORI) && in target_address_at()3416 ((uint64_t)(GetImmediate16(instr0)) << 32) | in target_address_at()3466 Instr instr0 = instr_at(pc); in set_target_address_at() local3468 CHECK((GetOpcodeField(instr0) == LUI && GetOpcodeField(instr1) == ORI && in set_target_address_at()