Searched refs:tempvalue (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/opcodes/
H A Dip2k-asm.c67 bfd_vma tempvalue;
134 tempvalue = 0;
140 & result_type, & tempvalue);
144 if (tempvalue <= 127)
147 *valuep = 0x0100 | tempvalue;
175 tempvalue = 0;
181 & result_type, & tempvalue);
185 if (tempvalue <= 127)
188 *valuep = 0x0180 | tempvalue;
66 bfd_vma tempvalue; local
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/opcodes/
H A Dip2k-asm.c67 bfd_vma tempvalue;
134 tempvalue = 0;
140 & result_type, & tempvalue);
144 if (tempvalue <= 127)
147 *valuep = 0x0100 | tempvalue;
175 tempvalue = 0;
181 & result_type, & tempvalue);
185 if (tempvalue <= 127)
188 *valuep = 0x0180 | tempvalue;
66 bfd_vma tempvalue; local

Completed in 111 milliseconds