Searched refs:nb2 (Results 1 – 1 of 1) sorted by relevance
77 #define EXTRACT_HELPER_SPLIT(name, shift1, nb1, shift2, nb2) \ argument80 return extract32(opcode, shift1, nb1) << nb2 | \81 extract32(opcode, shift2, nb2); \