Home
last modified time | relevance | path

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

/dports/lang/sdcc/sdcc-4.0.0/src/pic14/
H A Dmain.h7 int no_ext_instr; member
H A Dmain.c44 …{ 0, "--no-extended-instructions", &pic14_options.no_ext_instr, "forbid use of the extended instru…
H A Dgen.c5869 if (pic14_options.no_ext_instr) in inc_fsr()