Searched refs:instword (Results 1 – 1 of 1) sorted by relevance
1204 u8 rT = (instword >> 21) & 0x1f; in emulate_string_inst()1205 u8 rA = (instword >> 16) & 0x1f; in emulate_string_inst()1279 ra = (instword >> 16) & 0x1f; in emulate_popcntb_inst()1280 rs = (instword >> 21) & 0x1f; in emulate_popcntb_inst()1296 u8 BC = (instword >> 6) & 0x1f; in emulate_isel()1332 u32 instword; in emulate_instruction() local1344 rd = (instword >> 21) & 0x1f; in emulate_instruction()1402 rd = (instword >> 21) & 0x1f; in emulate_instruction()1413 rd = (instword >> 21) & 0x1f; in emulate_instruction()1711 u32 instword, rd; in DEFINE_INTERRUPT_HANDLER() local[all …]
Completed in 10 milliseconds