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

  /src/external/gpl3/binutils/dist/opcodes/
avr-dis.c 52 avr_operand (unsigned int insn, function
448 ok = avr_operand (insn, insn2, addr, *constraints, opcode_str, op1,
453 ok = avr_operand (insn, insn2, addr, *(++constraints), opcode_str,
  /src/external/gpl3/binutils.old/dist/opcodes/
avr-dis.c 52 avr_operand (unsigned int insn, function
448 ok = avr_operand (insn, insn2, addr, *constraints, opcode_str, op1,
453 ok = avr_operand (insn, insn2, addr, *(++constraints), opcode_str,
  /src/external/gpl3/gdb.old/dist/opcodes/
avr-dis.c 52 avr_operand (unsigned int insn, function
448 ok = avr_operand (insn, insn2, addr, *constraints, opcode_str, op1,
453 ok = avr_operand (insn, insn2, addr, *(++constraints), opcode_str,
  /src/external/gpl3/gdb/dist/opcodes/
avr-dis.c 52 avr_operand (unsigned int insn, function
448 ok = avr_operand (insn, insn2, addr, *constraints, opcode_str, op1,
453 ok = avr_operand (insn, insn2, addr, *(++constraints), opcode_str,
  /src/external/gpl3/binutils/dist/gas/config/
tc-avr.c 1043 avr_operand (struct avr_opcodes_s *opcode, function
1372 reg1 = avr_operand (opcode, where, op, &str, &regno1);
1397 reg2 = avr_operand (opcode, where, op, &str, &regno2);
2740 chunk = avr_operand (opcode, -1, "N", &str, NULL);
2752 avr_operand (opcode, -1, "r", &str, &reg);
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-avr.c 1043 avr_operand (struct avr_opcodes_s *opcode, function
1372 reg1 = avr_operand (opcode, where, op, &str, &regno1);
1397 reg2 = avr_operand (opcode, where, op, &str, &regno2);
2740 chunk = avr_operand (opcode, -1, "N", &str, NULL);
2752 avr_operand (opcode, -1, "r", &str, &reg);

Completed in 33 milliseconds