Home
last modified time | relevance | path

Searched refs:OPCODE_MASK (Results 1 – 12 of 12) sorted by relevance

/netbsd/external/bsd/nsd/dist/
H A Dpacket.h68 #define OPCODE_MASK 0x78U macro
70 #define OPCODE(packet) ((*buffer_at((packet), 2) & OPCODE_MASK) >> OPCODE_SHIFT)
72 (*buffer_at((packet), 2) = (*buffer_at((packet), 2) & ~OPCODE_MASK) | ((opcode) << OPCODE_SHIFT))
/netbsd/sys/dev/iscsi/
H A Discsi_rcv.c261 switch (pdu->pdu_hdr.pduh_Opcode & OPCODE_MASK) { in read_pdu_data()
902 if ((hpdu->pduh_Opcode & OPCODE_MASK) == IOP_SCSI_Data_out) in receive_reject_pdu()
1085 (pdu->pdu_hdr.pduh_Opcode & OPCODE_MASK) == TOP_SCSI_Data_in) { in receive_pdu()
1106 (pdu->pdu_hdr.pduh_Opcode & OPCODE_MASK) == TOP_Logout_Response)) { in receive_pdu()
1108 switch (pdu->pdu_hdr.pduh_Opcode & OPCODE_MASK) { in receive_pdu()
1167 if ((pdu->pdu_hdr.pduh_Opcode & OPCODE_MASK) == TOP_NOP_In && in receive_pdu()
H A Discsi_pdu.h38 #define OPCODE_MASK 0x3f /* Mask for opcode */ macro
H A Discsi_send.c825 (rx_pdu->pdu_hdr.pduh_Opcode & OPCODE_MASK) == IOP_Login_Request) in acknowledge_text()
/netbsd/external/gpl3/gdb/dist/gas/config/
H A Dtc-arm.c788 #define OPCODE_MASK 0xfe1fffff macro
28173 *instruction &= OPCODE_MASK; in negate_data_op()
28467 temp = newinsn = (temp & OPCODE_MASK) | OPCODE_SUB << DATA_OP_SHIFT; in md_apply_fix()
/netbsd/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-arm.c764 #define OPCODE_MASK 0xfe1fffff macro
27629 *instruction &= OPCODE_MASK; in negate_data_op()
27923 temp = newinsn = (temp & OPCODE_MASK) | OPCODE_SUB << DATA_OP_SHIFT; in md_apply_fix()
/netbsd/external/gpl3/binutils/dist/gas/config/
H A Dtc-arm.c793 #define OPCODE_MASK 0xfe1fffff macro
28297 *instruction &= OPCODE_MASK; in negate_data_op()
28591 temp = newinsn = (temp & OPCODE_MASK) | OPCODE_SUB << DATA_OP_SHIFT; in md_apply_fix()
/netbsd/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-arm.c788 #define OPCODE_MASK 0xfe1fffff macro
28173 *instruction &= OPCODE_MASK; in negate_data_op()
28467 temp = newinsn = (temp & OPCODE_MASK) | OPCODE_SUB << DATA_OP_SHIFT; in md_apply_fix()
/netbsd/external/gpl3/binutils.old/dist/gas/
H A DChangeLog-92952727 (LITERAL_MASK, COND_MASK, OPCODE_MASK, DATA_OP_SHIFT): Define.
/netbsd/external/gpl3/gdb/dist/gas/
H A DChangeLog-92952727 (LITERAL_MASK, COND_MASK, OPCODE_MASK, DATA_OP_SHIFT): Define.
/netbsd/external/gpl3/binutils/dist/gas/
H A DChangeLog-92952727 (LITERAL_MASK, COND_MASK, OPCODE_MASK, DATA_OP_SHIFT): Define.
/netbsd/external/gpl3/gdb.old/dist/gas/
H A DChangeLog-92952727 (LITERAL_MASK, COND_MASK, OPCODE_MASK, DATA_OP_SHIFT): Define.