Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/gdb/gdb/
Dmips-tdep.c946 int instlen; in mips_fetch_instruction() local
951 instlen = MIPS16_INSTLEN; in mips_fetch_instruction()
955 instlen = MIPS_INSTLEN; in mips_fetch_instruction()
956 status = read_memory_nobpt (addr, buf, instlen); in mips_fetch_instruction()
959 return extract_unsigned_integer (buf, instlen); in mips_fetch_instruction()
966 int instlen; in mips16_fetch_instruction() local
969 instlen = MIPS16_INSTLEN; in mips16_fetch_instruction()
971 status = read_memory_nobpt (addr, buf, instlen); in mips16_fetch_instruction()
974 return extract_unsigned_integer (buf, instlen); in mips16_fetch_instruction()
981 int instlen; in mips32_fetch_instruction() local
[all …]