HomeSort by: relevance | last modified time | path
    Searched defs:get_indirect_operand (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/opcodes/
tic30-dis.c 213 get_indirect_operand (unsigned short fragment, function
395 get_indirect_operand ((insn_word & 0x0000FFFF), 2, operand[src_op]);
459 get_indirect_operand ((insn_word & 0x0000FF00) >> 8, 1, operand[1]);
462 get_indirect_operand ((insn_word & 0x000000FF), 1, operand[0]);
466 get_indirect_operand ((insn_word & 0x000000FF), 1, operand[0]);
467 get_indirect_operand ((insn_word & 0x0000FF00) >> 8, 1, operand[1]);
522 get_indirect_operand ((insn_word & 0x000000FF), 1, operand[0][0]);
523 get_indirect_operand ((insn_word & 0x0000FF00) >> 8, 1, operand[1][1]);
528 get_indirect_operand ((insn_word & 0x000000FF), 1, operand[0][0]);
529 get_indirect_operand ((insn_word & 0x0000FF00) >> 8, 1, operand[1][0])
    [all...]
  /src/external/gpl3/binutils.old/dist/opcodes/
tic30-dis.c 213 get_indirect_operand (unsigned short fragment, function
395 get_indirect_operand ((insn_word & 0x0000FFFF), 2, operand[src_op]);
459 get_indirect_operand ((insn_word & 0x0000FF00) >> 8, 1, operand[1]);
462 get_indirect_operand ((insn_word & 0x000000FF), 1, operand[0]);
466 get_indirect_operand ((insn_word & 0x000000FF), 1, operand[0]);
467 get_indirect_operand ((insn_word & 0x0000FF00) >> 8, 1, operand[1]);
522 get_indirect_operand ((insn_word & 0x000000FF), 1, operand[0][0]);
523 get_indirect_operand ((insn_word & 0x0000FF00) >> 8, 1, operand[1][1]);
528 get_indirect_operand ((insn_word & 0x000000FF), 1, operand[0][0]);
529 get_indirect_operand ((insn_word & 0x0000FF00) >> 8, 1, operand[1][0])
    [all...]
  /src/external/gpl3/gdb.old/dist/opcodes/
tic30-dis.c 213 get_indirect_operand (unsigned short fragment, function
395 get_indirect_operand ((insn_word & 0x0000FFFF), 2, operand[src_op]);
459 get_indirect_operand ((insn_word & 0x0000FF00) >> 8, 1, operand[1]);
462 get_indirect_operand ((insn_word & 0x000000FF), 1, operand[0]);
466 get_indirect_operand ((insn_word & 0x000000FF), 1, operand[0]);
467 get_indirect_operand ((insn_word & 0x0000FF00) >> 8, 1, operand[1]);
522 get_indirect_operand ((insn_word & 0x000000FF), 1, operand[0][0]);
523 get_indirect_operand ((insn_word & 0x0000FF00) >> 8, 1, operand[1][1]);
528 get_indirect_operand ((insn_word & 0x000000FF), 1, operand[0][0]);
529 get_indirect_operand ((insn_word & 0x0000FF00) >> 8, 1, operand[1][0])
    [all...]
  /src/external/gpl3/gdb/dist/opcodes/
tic30-dis.c 213 get_indirect_operand (unsigned short fragment, function
395 get_indirect_operand ((insn_word & 0x0000FFFF), 2, operand[src_op]);
459 get_indirect_operand ((insn_word & 0x0000FF00) >> 8, 1, operand[1]);
462 get_indirect_operand ((insn_word & 0x000000FF), 1, operand[0]);
466 get_indirect_operand ((insn_word & 0x000000FF), 1, operand[0]);
467 get_indirect_operand ((insn_word & 0x0000FF00) >> 8, 1, operand[1]);
522 get_indirect_operand ((insn_word & 0x000000FF), 1, operand[0][0]);
523 get_indirect_operand ((insn_word & 0x0000FF00) >> 8, 1, operand[1][1]);
528 get_indirect_operand ((insn_word & 0x000000FF), 1, operand[0][0]);
529 get_indirect_operand ((insn_word & 0x0000FF00) >> 8, 1, operand[1][0])
    [all...]

Completed in 48 milliseconds