Searched refs:opcode32 (Results 1 – 1 of 1) sorted by relevance
1190 uint32_t opcode32 = opcode; in decode_opc() local1191 opcode32 = deposit32(opcode32, 16, 16, in decode_opc()1194 ctx->opcode = opcode32; in decode_opc()1198 if (func(ctx, opcode32)) { in decode_opc()