Searched refs:faulty_instruction (Results 1 – 1 of 1) sorted by relevance
1831 uint32_t faulty_instruction; in GetWriteFlag() local1835 faulty_instruction = (uint32_t)(*exception_source); in GetWriteFlag()1837 op_code = (faulty_instruction >> 26) & 0x3f; in GetWriteFlag()1869 op_code = (faulty_instruction >> 19) & 0x3; in GetWriteFlag()1905 unsigned faulty_instruction = *(uint16_t *)pc; in GetWriteFlag() local1908 if ((faulty_instruction & 0x3) != 0x3) { // it's a compressed instruction in GetWriteFlag()1911 ((faulty_instruction & 0x3) << 3) | (faulty_instruction >> 13); in GetWriteFlag()1912 unsigned rd = faulty_instruction & 0xF80; // bits 7-11, inclusive in GetWriteFlag()1948 unsigned opcode = faulty_instruction & 0x7f; // lower 7 bits in GetWriteFlag()1949 unsigned funct3 = (faulty_instruction >> 12) & 0x7; // bits 12-14, inclusive in GetWriteFlag()