Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Dip2k-asm.c66 bfd_vma tempvalue; in parse_fr() local
133 tempvalue = 0; in parse_fr()
139 & result_type, & tempvalue); in parse_fr()
143 if (tempvalue <= 127) in parse_fr()
146 *valuep = 0x0100 | tempvalue; in parse_fr()
174 tempvalue = 0; in parse_fr()
180 & result_type, & tempvalue); in parse_fr()
184 if (tempvalue <= 127) in parse_fr()
187 *valuep = 0x0180 | tempvalue; in parse_fr()
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Dip2k-asm.c66 bfd_vma tempvalue; in parse_fr() local
133 tempvalue = 0; in parse_fr()
139 & result_type, & tempvalue); in parse_fr()
143 if (tempvalue <= 127) in parse_fr()
146 *valuep = 0x0100 | tempvalue; in parse_fr()
174 tempvalue = 0; in parse_fr()
180 & result_type, & tempvalue); in parse_fr()
184 if (tempvalue <= 127) in parse_fr()
187 *valuep = 0x0180 | tempvalue; in parse_fr()
/netbsd-src/external/gpl3/gdb/dist/cpu/
H A Dip2k.opc101 bfd_vma tempvalue;
168 tempvalue = 0;
174 & result_type, & tempvalue);
178 if (tempvalue <= 127)
181 *valuep = 0x0100 | tempvalue;
209 tempvalue = 0;
215 & result_type, & tempvalue);
219 if (tempvalue <= 127)
222 *valuep = 0x0180 | tempvalue;
/netbsd-src/external/gpl3/binutils.old/dist/cpu/
H A Dip2k.opc101 bfd_vma tempvalue;
168 tempvalue = 0;
174 & result_type, & tempvalue);
178 if (tempvalue <= 127)
181 *valuep = 0x0100 | tempvalue;
209 tempvalue = 0;
215 & result_type, & tempvalue);
219 if (tempvalue <= 127)
222 *valuep = 0x0180 | tempvalue;
/netbsd-src/external/gpl3/gdb.old/dist/cpu/
H A Dip2k.opc101 bfd_vma tempvalue;
168 tempvalue = 0;
174 & result_type, & tempvalue);
178 if (tempvalue <= 127)
181 *valuep = 0x0100 | tempvalue;
209 tempvalue = 0;
215 & result_type, & tempvalue);
219 if (tempvalue <= 127)
222 *valuep = 0x0180 | tempvalue;
/netbsd-src/external/gpl3/binutils/dist/cpu/
H A Dip2k.opc101 bfd_vma tempvalue;
168 tempvalue = 0;
174 & result_type, & tempvalue);
178 if (tempvalue <= 127)
181 *valuep = 0x0100 | tempvalue;
209 tempvalue = 0;
215 & result_type, & tempvalue);
219 if (tempvalue <= 127)
222 *valuep = 0x0180 | tempvalue;