OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:current_templates
(Results
1 - 2
of
2
) sorted by null
/toolchain/binutils/binutils-2.25/gas/config/
tc-i386-intel.c
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
[
all
...]
tc-i386.c
479
static const templates *
current_templates
;
variable
[
all
...]
Completed in 1161 milliseconds