Home
last modified time | relevance | path

Searched refs:mysynth (Results 1 – 1 of 1) sorted by relevance

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-vax.c1965 int mysynth; /* 1 means want synthetic opcodes. */ variable
1978 sscanf (answer, "%d", &mysynth); in main()
1979 printf ("Synthetic opcodes %s be included.\n", mysynth ? "will" : "will not"); in main()
1987 if (p = vip_begin (mysynth, my_immediate, my_indirect, my_displen)) in main()