Searched defs:dst_disp (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/binutils/dist/gas/
H A Dginsn.c230 ginsn_new_add(const symbolS *sym, bool real_p, enum ginsn_src_type src1_type, unsigned int src1_reg, offsetT src1_disp, enum ginsn_src_type src2_type, unsigned int src2_reg, offsetT src2_disp, enum ginsn_dst_type dst_type, unsigned int dst_reg, offsetT dst_disp) argument
246 ginsn_new_and(const symbolS *sym, bool real_p, enum ginsn_src_type src1_type, unsigned int src1_reg, offsetT src1_disp, enum ginsn_src_type src2_type, unsigned int src2_reg, offsetT src2_disp, enum ginsn_dst_type dst_type, unsigned int dst_reg, offsetT dst_disp) argument
308 ginsn_new_mov(const symbolS *sym, bool real_p, enum ginsn_src_type src_type, unsigned int src_reg, offsetT src_disp, enum ginsn_dst_type dst_type, unsigned int dst_reg, offsetT dst_disp) argument
322 ginsn_new_store(const symbolS *sym, bool real_p, enum ginsn_src_type src_type, unsigned int src_reg, enum ginsn_dst_type dst_type, unsigned int dst_reg, offsetT dst_disp) argument
352 ginsn_new_sub(const symbolS *sym, bool real_p, enum ginsn_src_type src1_type, unsigned int src1_reg, offsetT src1_disp, enum ginsn_src_type src2_type, unsigned int src2_reg, offsetT src2_disp, enum ginsn_dst_type dst_type, unsigned int dst_reg, offsetT dst_disp) argument
[all...]
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-i386.c5603 offsetT dst_disp = 0; local

Completed in 118 milliseconds