Searched refs:OPTYPE_OP (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils/include/opcode/
H A Dor32.h75 #define OPTYPE_OP (0x40000000) macro
/openbsd-current/gnu/usr.bin/binutils-2.17/include/opcode/
H A Dor32.h75 #define OPTYPE_OP (0x40000000) macro
/openbsd-current/gnu/usr.bin/binutils/opcodes/
H A Dor32-opc.c658 cur->type = OPTYPE_REG | OPTYPE_OP | OPTYPE_LAST;
712 cur->type = type | cur->type | OPTYPE_DIS | OPTYPE_OP;
722 cur->type = type | cur->type | OPTYPE_OP;
749 cur->type = type | cur->type | OPTYPE_OP | OPTYPE_LAST;
/openbsd-current/gnu/usr.bin/binutils-2.17/opcodes/
H A Dor32-opc.c636 cur->type = OPTYPE_REG | OPTYPE_OP | OPTYPE_LAST;
691 cur->type = type | cur->type | OPTYPE_DIS | OPTYPE_OP;
701 cur->type = type | cur->type | OPTYPE_OP;
728 cur->type = type | cur->type | OPTYPE_OP | OPTYPE_LAST;

Completed in 198 milliseconds