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

  /toolchain/binutils/binutils-2.27/opcodes/
microblaze-dis.c 193 if (op->bit_sequence == (inst & op->opcode_mask))
428 if (op->bit_sequence == (inst & op->opcode_mask))
471 if (op->bit_sequence == (inst & op->opcode_mask))
microblaze-opc.h 113 unsigned long bit_sequence; /* All the fixed bits for the op are set and member in struct:op_code_struct
    [all...]
  /toolchain/binutils/binutils-2.27/gas/config/
tc-microblaze.c 938 inst = opcode->bit_sequence;
1069 inst = opcode->bit_sequence;
1083 inst = opcode->bit_sequence;
1102 inst1 = opcode1->bit_sequence;
    [all...]

Completed in 796 milliseconds