Lines Matching defs:group1
1052 bool group1:1;
1074 static const struct x86_group_entry group1[8] __cacheline_aligned = {
1092 * Group1
1101 .group1 = true,
1103 .emul = NULL /* group1 */
1112 .group1 = true,
1115 .emul = NULL /* group1 */
1124 .group1 = true,
1127 .emul = NULL /* group1 */
2335 if (opcode->group1) {
2336 if (group1[instr->regmodrm.reg].emul == NULL) {
2339 instr->emul = group1[instr->regmodrm.reg].emul;