Searched refs:buflength (Results 1 – 2 of 2) sorted by relevance
/toolchain/binutils/binutils-2.25/opcodes/ |
D | mep-dis.c | 296 int buflength; in mep_examine_vliw32_insns() local 309 buflength = 4; /* VLIW insn spans 4 bytes. */ in mep_examine_vliw32_insns() 310 status = (*info->read_memory_func) (pc, buf, buflength, info); in mep_examine_vliw32_insns() 371 int buflength; in mep_examine_vliw64_insns() local 384 buflength = 8; /* VLIW insn spans 8 bytes. */ in mep_examine_vliw64_insns() 385 status = (*info->read_memory_func) (pc, buf, buflength, info); in mep_examine_vliw64_insns() 535 int buflength; in mep_examine_ivc2_insns() local 541 buflength = 8; /* VLIW insn spans 8 bytes. */ in mep_examine_ivc2_insns() 542 status = (*info->read_memory_func) (pc, buf, buflength, info); in mep_examine_ivc2_insns()
|
/toolchain/binutils/binutils-2.25/cpu/ |
D | mep.opc | 1101 int buflength; 1114 buflength = 4; /* VLIW insn spans 4 bytes. */ 1115 status = (*info->read_memory_func) (pc, buf, buflength, info); 1176 int buflength; 1189 buflength = 8; /* VLIW insn spans 8 bytes. */ 1190 status = (*info->read_memory_func) (pc, buf, buflength, info); 1340 int buflength; 1346 buflength = 8; /* VLIW insn spans 8 bytes. */ 1347 status = (*info->read_memory_func) (pc, buf, buflength, info);
|