Lines Matching refs:current_templates
295 || current_templates->start->base_opcode == 0xf30f1b /* bndmk */
296 || (current_templates->start->base_opcode & ~1) == 0x0f1a /* bnd{ld,st}x */
605 && current_templates->start->base_opcode != 0x8d /* lea */)
618 if ((current_templates->start->name[0] == 'l'
619 && current_templates->start->name[2] == 's'
620 && current_templates->start->name[3] == 0)
621 || current_templates->start->base_opcode == 0x62 /* bound */)
631 if ((current_templates->start->name[0] == 'l'
632 && current_templates->start->name[2] == 's'
633 && current_templates->start->name[3] == 0)
634 || current_templates->start->base_opcode == 0x62 /* bound */)
637 && (current_templates->start->opcode_modifier.jump
638 || current_templates
648 if (current_templates->start->name[0] == 'l'
649 && current_templates->start->name[2] == 's'
650 && current_templates->start->name[3] == 0)
664 if (current_templates->start->base_opcode == 0x62 /* bound */
699 if (!current_templates->start->opcode_modifier.jump
700 && !current_templates->start->opcode_modifier.jumpdword)
721 if (current_templates->start->opcode_modifier.jump
722 || current_templates->start->opcode_modifier.jumpdword
723 || current_templates->start->opcode_modifier.jumpintersegment)
822 >= 2 - !current_templates->start->opcode_modifier.isstring)
832 if ((current_templates->start->opcode_modifier.jumpintersegment
833 || current_templates->start->opcode_modifier.jumpdword
834 || current_templates->start->opcode_modifier.jump)
870 current_templates->start->name);