Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gdb/dist/sim/mips/
Dmicromipsrun.c51 if (MICROMIPS_MINOR_OPCODE (instruction_0) > 0 in micromips_instruction_decode()
52 && MICROMIPS_MINOR_OPCODE (instruction_0) < 4) in micromips_instruction_decode()
63 if (MICROMIPS_MINOR_OPCODE (instruction_0) > 0 in micromips_instruction_decode()
64 && MICROMIPS_MINOR_OPCODE (instruction_0) < 4) in micromips_instruction_decode()
Dsim-main.h1015 #define MICROMIPS_MINOR_OPCODE(INSN) ((INSN & 0x1C00) >> 10) macro
DChangeLog-2021590 (IMEM32_MICROMIPS, IMEM16_MICROMIPS, MICROMIPS_MINOR_OPCODE,