Searched refs:instlen (Results 1 – 1 of 1) sorted by relevance
946 int instlen; in mips_fetch_instruction() local951 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() local969 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 …]