Home
last modified time | relevance | path

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

/netbsd-src/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-src/sys/dev/iscsi/
H A Discsi_rcv.c261 switch (pdu->pdu_hdr.pduh_Opcode & OPCODE_MASK) { in read_pdu_data()
904 if ((hpdu->pduh_Opcode & OPCODE_MASK) == IOP_SCSI_Data_out) in receive_reject_pdu()
1087 (pdu->pdu_hdr.pduh_Opcode & OPCODE_MASK) == TOP_SCSI_Data_in) { in receive_pdu()
1108 (pdu->pdu_hdr.pduh_Opcode & OPCODE_MASK) == TOP_Logout_Response)) { in receive_pdu()
1110 switch (pdu->pdu_hdr.pduh_Opcode & OPCODE_MASK) { in receive_pdu()
1169 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.c854 (rx_pdu->pdu_hdr.pduh_Opcode & OPCODE_MASK) == IOP_Login_Request) in acknowledge_text()
/netbsd-src/external/gpl3/binutils.old/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-src/external/gpl3/binutils/dist/gas/config/
H A Dtc-arm.c794 #define OPCODE_MASK 0xfe1fffff macro
28336 *instruction &= OPCODE_MASK; in negate_data_op()
28630 temp = newinsn = (temp & OPCODE_MASK) | OPCODE_SUB << DATA_OP_SHIFT; in md_apply_fix()
/netbsd-src/external/gpl3/binutils/dist/gas/
H A DChangeLog-92952727 (LITERAL_MASK, COND_MASK, OPCODE_MASK, DATA_OP_SHIFT): Define.
/netbsd-src/external/gpl3/binutils.old/dist/gas/
H A DChangeLog-92952727 (LITERAL_MASK, COND_MASK, OPCODE_MASK, DATA_OP_SHIFT): Define.