| /NextBSD/crypto/heimdal/kcm/ |
| HD | protocol.c | 56 kcm_operation opcode, in kcm_op_noop() 75 kcm_operation opcode, in kcm_op_get_name() 118 kcm_operation opcode, in kcm_op_gen_new() 149 kcm_operation opcode, in kcm_op_initialize() 215 kcm_operation opcode, in kcm_op_destroy() 248 kcm_operation opcode, in kcm_op_store() 306 kcm_operation opcode, in kcm_op_retrieve() 397 kcm_operation opcode, in kcm_op_get_principal() 440 kcm_operation opcode, in kcm_op_get_cred_uuid_list() 486 kcm_operation opcode, in kcm_op_get_cred_by_uuid() [all …]
|
| /NextBSD/contrib/binutils/opcodes/ |
| HD | sparc-opc.c | 168 #define COMMUTEOP(opcode, op3, arch_mask) \ argument 1068 #define br(opcode, mask, lose, flags) \ argument 1072 #define brx(opcode, mask, lose, flags) /* v9 */ \ argument 1087 #define tr(opcode, mask, lose, flags) \ argument 1147 #define brr(opcode, mask, lose, flags) /* v9 */ \ argument 1168 #define movr(opcode, mask, flags) /* v9 */ \ argument 1172 #define fmrrs(opcode, mask, lose, flags) /* v9 */ \ argument 1174 #define fmrrd(opcode, mask, lose, flags) /* v9 */ \ argument 1176 #define fmrrq(opcode, mask, lose, flags) /* v9 */ \ argument 1226 #define movicc(opcode, cond, flags) /* v9 */ \ argument [all …]
|
| HD | s390-dis.c | 37 const struct s390_opcode *opcode; in init_disasm() local 110 const struct s390_opcode *opcode; in print_insn_s390() local
|
| HD | s390-mkopc.c | 45 char opcode[16]; member 70 insertOpcode (char *opcode, char *mnemonic, char *format, in insertOpcode() 175 char opcode[16]; in main() local
|
| HD | arc-ext.c | 34 arcExtMap_instName(int opcode, int minor, int *flags) in arcExtMap_instName() 180 char opcode = p[2]; in arcExtMap_add() local
|
| HD | ia64-opc.c | 196 apply_completer (ia64_insn opcode, int completer_index) in apply_completer() 305 opcode_verify (ia64_insn opcode, int place, enum ia64_insn_type type) in opcode_verify() 349 locate_opcode_ent (ia64_insn opcode, enum ia64_insn_type type) in locate_opcode_ent() 528 make_ia64_opcode (ia64_insn opcode, const char *name, int place, int depind) in make_ia64_opcode()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/Instruction/ARM/ |
| HD | EmulateInstructionARM.cpp | 361 EmulateInstructionARM::EmulatePUSH (const uint32_t opcode, const ARMEncoding encoding) in EmulatePUSH() 491 EmulateInstructionARM::EmulatePOP (const uint32_t opcode, const ARMEncoding encoding) in EmulatePOP() 623 EmulateInstructionARM::EmulateADDRdSPImm (const uint32_t opcode, const ARMEncoding encoding) in EmulateADDRdSPImm() 685 EmulateInstructionARM::EmulateMOVRdSP (const uint32_t opcode, const ARMEncoding encoding) in EmulateMOVRdSP() 742 EmulateInstructionARM::EmulateMOVLowHigh (const uint32_t opcode, const ARMEncoding encoding) in EmulateMOVLowHigh() 750 EmulateInstructionARM::EmulateMOVRdRm (const uint32_t opcode, const ARMEncoding encoding) in EmulateMOVRdRm() 839 EmulateInstructionARM::EmulateMOVRdImm (const uint32_t opcode, const ARMEncoding encoding) in EmulateMOVRdImm() 952 EmulateInstructionARM::EmulateMUL (const uint32_t opcode, const ARMEncoding encoding) in EmulateMUL() 1079 EmulateInstructionARM::EmulateMVNImm (const uint32_t opcode, const ARMEncoding encoding) in EmulateMVNImm() 1139 EmulateInstructionARM::EmulateMVNReg (const uint32_t opcode, const ARMEncoding encoding) in EmulateMVNReg() [all …]
|
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/ |
| HD | ARMUtils.h | 60 static inline uint32_t DecodeImmShiftThumb(const uint32_t opcode, ARM_ShifterType &shift_t) in DecodeImmShiftThumb() 67 static inline uint32_t DecodeImmShiftARM(const uint32_t opcode, ARM_ShifterType &shift_t) in DecodeImmShiftARM() 290 static inline uint32_t ARMExpandImm_C(uint32_t opcode, uint32_t carry_in, uint32_t &carry_out) in ARMExpandImm_C() 308 static inline uint32_t ARMExpandImm(uint32_t opcode) in ARMExpandImm() 317 static inline uint32_t ThumbExpandImm_C(uint32_t opcode, uint32_t carry_in, uint32_t &carry_out) in ThumbExpandImm_C() 356 static inline uint32_t ThumbExpandImm(uint32_t opcode) in ThumbExpandImm() 365 static inline uint32_t ThumbImm12(uint32_t opcode) in ThumbImm12() 375 static inline uint32_t ThumbImm7Scaled(uint32_t opcode) in ThumbImm7Scaled() 382 static inline uint32_t ThumbImm8Scaled(uint32_t opcode) in ThumbImm8Scaled()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/Instruction/ARM64/ |
| HD | EmulateInstructionARM64.cpp | 224 EmulateInstructionARM64::GetOpcodeForInstruction (const uint32_t opcode) in GetOpcodeForInstruction() 319 const uint32_t opcode = m_opcode.GetOpcode32(); in EvaluateInstruction() local 514 EmulateInstructionARM64::Emulate_addsub_imm (const uint32_t opcode) in Emulate_addsub_imm() 632 EmulateInstructionARM64::Emulate_ldstpair_off (const uint32_t opcode) in Emulate_ldstpair_off() 638 EmulateInstructionARM64::Emulate_ldstpair_pre (const uint32_t opcode) in Emulate_ldstpair_pre() 644 EmulateInstructionARM64::Emulate_ldstpair_post (const uint32_t opcode) in Emulate_ldstpair_post() 650 EmulateInstructionARM64::Emulate_ldstpair (const uint32_t opcode, AddrMode a_mode) in Emulate_ldstpair() 878 EmulateInstructionARM64::EmulateB (const uint32_t opcode) in EmulateB() 920 EmulateInstructionARM64::EmulateBcond (const uint32_t opcode) in EmulateBcond() 951 EmulateInstructionARM64::EmulateCBZ (const uint32_t opcode) in EmulateCBZ() [all …]
|
| /NextBSD/contrib/tcpdump/ |
| HD | print-rx.c | 482 uint32_t opcode; /* RX opcode (host order) */ member 529 int32_t opcode; in rx_print() local 708 int32_t *opcode) in rx_cache_find() 1054 register const u_char *bp, int length, int32_t opcode) in fs_reply_print() 1300 register const u_char *bp, int length, int32_t opcode) in cb_reply_print() 1494 register const u_char *bp, int length, int32_t opcode) in prot_reply_print() 1701 register const u_char *bp, int length, int32_t opcode) in vldb_reply_print() 1983 register const u_char *bp, int length, int32_t opcode) in kauth_reply_print() 2237 register const u_char *bp, int length, int32_t opcode) in vol_reply_print() 2464 register const u_char *bp, int length, int32_t opcode) in bos_reply_print() [all …]
|
| /NextBSD/contrib/gdb/gdb/ |
| HD | expprint.c | 70 enum exp_opcode opcode; in print_subexp_standard() local 560 op_name (struct expression *exp, enum exp_opcode opcode) in op_name() 569 op_name_standard (enum exp_opcode opcode) in op_name_standard() 834 int opcode = exp->elts[elt++].opcode; in dump_subexp_body_standard() local
|
| HD | i386ly-tdep.c | 40 char opcode[7]; in i386lynx_saved_pc_after_call() local
|
| /NextBSD/usr.sbin/bluetooth/hccontrol/ |
| HD | send_recv.c | 45 hci_request(int s, int opcode, char const *cp, int cp_size, char *rp, int *rp_size) in hci_request() 125 hci_simple_request(int s, int opcode, char *rp, int *rp_size) in hci_simple_request()
|
| /NextBSD/sys/dev/ppbus/ |
| HD | ppb_msq.c | 58 mode2xfer(device_t bus, struct ppb_device *ppbdev, int opcode) in mode2xfer() 118 ppb_MS_init(device_t bus, device_t dev, struct ppb_microseq *loop, int opcode) in ppb_MS_init() 136 ppb_MS_exec(device_t bus, device_t dev, int opcode, union ppb_insarg param1, in ppb_MS_exec()
|
| /NextBSD/sys/powerpc/powerpc/ |
| HD | db_disasm.c | 69 struct opcode { struct 80 void disasm_fields(const struct opcode *popcode, instr_t instr, vm_offset_t loc, argument 942 instr_t opcode; in db_disasm() local 956 instr_t opcode; in opc_disasm() local
|
| /NextBSD/sys/dev/qlxgbe/ |
| HD | ql_hw.h | 303 uint16_t opcode; member 325 uint16_t opcode; member 345 uint16_t opcode; member 360 uint16_t opcode; member 371 uint16_t opcode; member 404 uint16_t opcode; member 409 uint16_t opcode; member 416 uint16_t opcode; member 424 uint16_t opcode; member 455 uint16_t opcode; member [all …]
|
| /NextBSD/sys/dev/aic7xxx/aicasm/ |
| HD | aicasm_insformat.h | 51 opcode : 4, member 69 opcode : 4, member 86 opcode : 4, member
|
| HD | aicasm_gram.y | 1603 format_1_instr(int opcode, symbol_ref_t *dest, expression_t *immed, in format_1_instr() 1678 format_2_instr(int opcode, symbol_ref_t *dest, expression_t *places, in format_2_instr() 1739 format_3_instr(int opcode, symbol_ref_t *src, in format_3_instr() 1814 type_check(symbol_t *symbol, expression_t *expression, int opcode) in type_check()
|
| /NextBSD/contrib/ofed/libibverbs/src/ |
| HD | ibverbs.h | 84 #define IBV_INIT_CMD(cmd, size, opcode) \ argument 94 #define IBV_INIT_CMD_RESP(cmd, size, opcode, out, outsize) \ argument
|
| /NextBSD/contrib/gcc/ |
| HD | tree-ssa-reassoc.c | 393 get_unary_op (tree name, enum tree_code opcode) in get_unary_op() 412 eliminate_duplicate_pair (enum tree_code opcode, in eliminate_duplicate_pair() 490 eliminate_plus_minus_pair (enum tree_code opcode, in eliminate_plus_minus_pair() 547 eliminate_not_pairs (enum tree_code opcode, in eliminate_not_pairs() 616 eliminate_using_constants (enum tree_code opcode, in eliminate_using_constants() 735 optimize_ops_list (enum tree_code opcode, in optimize_ops_list()
|
| /NextBSD/contrib/elftoolchain/libdwarf/ |
| HD | dwarf_pro_expr.c | 32 _dwarf_add_expr(Dwarf_P_Expr expr, Dwarf_Small opcode, Dwarf_Unsigned val1, in _dwarf_add_expr() 149 dwarf_add_expr_gen(Dwarf_P_Expr expr, Dwarf_Small opcode, Dwarf_Unsigned val1, in dwarf_add_expr_gen()
|
| /NextBSD/contrib/libpcap/pcap/ |
| HD | bluetooth.h | 51 u_int16_t opcode; member
|
| /NextBSD/sys/cam/scsi/ |
| HD | scsi_pt.h | 36 u_int8_t opcode; member
|
| /NextBSD/contrib/binutils/include/opcode/ |
| HD | pn.h | 23 unsigned long opcode; member
|
| HD | np1.h | 23 unsigned long opcode; member
|