HomeSort by relevance Sort by last modified time
    Searched refs:immval_mask (Results 1 - 3 of 3) sorted by null

  /toolchain/binutils/binutils-2.25/gas/config/
tc-microblaze.c     [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
microblaze-dis.c 101 switch ((((instr & IMM_MASK) >> IMM_LOW) ^ op->immval_mask))
149 if (((((instr & IMM_MASK) >> IMM_LOW) ^ op->immval_mask) & 0xE000)
154 ^ op->immval_mask) ^ REG_PVR_MASK);
microblaze-opc.h 112 short immval_mask; member in struct:op_code_struct
    [all...]

Completed in 49 milliseconds