Searched refs:checkinst2 (Results 1 – 3 of 3) sorted by relevance
116 uint32_t checkinst2 = 0xf9400000; in Action() local125 VLOG(signals) << "inst2: " << std::hex << inst2 << " checkinst2: " << checkinst2; in Action()126 if (inst2 != checkinst2) { in Action()
143 uint16_t checkinst2 = 0x6800; in Action() local152 VLOG(signals) << "inst2: " << std::hex << inst2 << " checkinst2: " << checkinst2; in Action()153 if (inst2 != checkinst2) { in Action()
352 uint8_t checkinst2[] = {0x85, 0x00}; in Action() local358 if (pc[0] != checkinst2[0] || pc[1] != checkinst2[1]) { in Action()