Searched refs:tic80_operands (Results 1 - 7 of 7) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils/include/opcode/
H A Dtic80.h125 extern const struct tic80_operand tic80_operands[];
/openbsd-current/gnu/usr.bin/binutils-2.17/include/opcode/
H A Dtic80.h125 extern const struct tic80_operand tic80_operands[];
/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Dtc-tic80.c362 flags = tic80_operands[opc->operands[opi]].flags;
363 bits = tic80_operands[opc->operands[opi]].bits;
484 int flags = tic80_operands[opcode->operands[i]].flags;
543 if ((tic80_operands[opcode->operands[i]].flags & TIC80_OPERAND_EVEN)
548 if (!(tic80_operands[opcode->operands[i]].flags & TIC80_OPERAND_REG))
609 flags = tic80_operands[opcode->operands[opi]].flags;
610 bits = tic80_operands[opcode->operands[opi]].bits;
611 shift = tic80_operands[opcode->operands[opi]].shift;
/openbsd-current/gnu/usr.bin/binutils/opcodes/
H A Dtic80-dis.c225 operand = tic80_operands + *opindex;
H A Dtic80-opc.c341 const struct tic80_operand tic80_operands[] =
506 const int tic80_num_operands = sizeof (tic80_operands)/sizeof(*tic80_operands);
339 const struct tic80_operand tic80_operands[] = variable in typeref:struct:tic80_operand
/openbsd-current/gnu/usr.bin/binutils-2.17/opcodes/
H A Dtic80-dis.c205 operand = tic80_operands + *opindex;
H A Dtic80-opc.c341 const struct tic80_operand tic80_operands[] =
506 const int tic80_num_operands = sizeof (tic80_operands)/sizeof(*tic80_operands);
339 const struct tic80_operand tic80_operands[] = variable in typeref:struct:tic80_operand

Completed in 180 milliseconds