Searched refs:copro1length (Results 1 – 2 of 2) sorted by relevance
/toolchain/binutils/binutils-2.25/opcodes/ |
D | mep-dis.c | 132 bfd_byte *buf, int corelength, int copro1length, in mep_print_vliw_insns() argument 161 if (copro1length > 0) in mep_print_vliw_insns() 171 if (copro1length > 0) in mep_print_vliw_insns() 175 for (i = corelength; i < corelength + copro1length; i++ ) in mep_print_vliw_insns() 178 switch (copro1length) in mep_print_vliw_insns() 199 my_status = print_insn (cd, pc, info, insnbuf, copro1length); in mep_print_vliw_insns() 201 if (my_status != copro1length) in mep_print_vliw_insns() 204 my_status = copro1length; in mep_print_vliw_insns() 224 for (i = corelength + copro1length; i < 64; i++) in mep_print_vliw_insns() 225 insnbuf[i - (corelength + copro1length)] = buf[i]; in mep_print_vliw_insns()
|
/toolchain/binutils/binutils-2.25/cpu/ |
D | mep.opc | 937 bfd_byte *buf, int corelength, int copro1length, 966 if (copro1length > 0) 972 be from byte corelength to byte corelength+copro1length -1. 976 if (copro1length > 0) 980 for (i = corelength; i < corelength + copro1length; i++ ) 983 switch (copro1length) 1004 my_status = print_insn (cd, pc, info, insnbuf, copro1length); 1006 if (my_status != copro1length) 1009 my_status = copro1length; 1019 be in the position from byte corelength+copro1length to byte [all …]
|