Lines Matching defs:group3
1053 bool group3:1;
1081 static const struct x86_group_entry group3[8] __cacheline_aligned = {
1131 * Group3
1140 .group3 = true,
1142 .emul = NULL /* group3 */
1151 .group3 = true,
1154 .emul = NULL /* group3 */
2340 } else if (opcode->group3) {
2341 if (group3[instr->regmodrm.reg].emul == NULL) {
2344 instr->emul = group3[instr->regmodrm.reg].emul;