HomeSort by relevance Sort by last modified time
    Searched refs:current_templates (Results 1 - 2 of 2) sorted by null

  /toolchain/binutils/binutils-2.27/gas/config/
tc-i386-intel.c 298 || current_templates->start->base_opcode == 0xf30f1b /* bndmk */
299 || (current_templates->start->base_opcode & ~1) == 0x0f1a /* bnd{ld,st}x */
608 && current_templates->start->base_opcode != 0x8d /* lea */)
621 if ((current_templates->start->name[0] == 'l'
622 && current_templates->start->name[2] == 's'
623 && current_templates->start->name[3] == 0)
624 || current_templates->start->base_opcode == 0x62 /* bound */)
634 if ((current_templates->start->name[0] == 'l'
635 && current_templates->start->name[2] == 's'
636 && current_templates->start->name[3] == 0
    [all...]
tc-i386.c 490 static const templates *current_templates; variable
    [all...]

Completed in 765 milliseconds